Massive patch for the first months work adding System FC to GHC #34
[ghc-hetmet.git] / compiler / basicTypes /
2006-09-18 Manuel M T ChakravartyType tags in import/export lists
2006-09-18 Manuel M T ChakravartyDeriving Eq for OverlapFlag again
2006-09-18 Manuel M T ChakravartyGADT pattern matching fix
2006-09-18 Manuel M T ChakravartySimplify mkDataCon slightly
2006-09-18 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-04 simonpj@microsoft.comComments only
2006-09-12 audreyt@audreyt.orgTake away XXXs in GADT records related code that are...
2006-09-11 simonpj@microsoft.comAdd comment
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-08-11 simonpj@microsoft.comImprove error message (imported from Prelude at Implici...
2006-08-11 Simon Marlowuse "Defined in" rather than "Imported from" when print...
2006-08-08 simonpj@microsoft.comRemove srcSpanStartLine/srcSpanEndLine crash
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-28 Simon Marlowupdate to match .lhs-boot
2006-07-25 Simon MarlowUnbox the Unique stored in a Name
2006-07-25 Simon MarlowMake a SplitUniqSupply contain an Int# rather than...
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-29 simonpj@microsoft.comRemove long-redundant FieldLabel.lhs
2006-06-24 simonpj@microsoft.comImprove RULE matching a bit more
2006-06-21 simonpj@microsoft.comArity and eta-expansion tuning
2006-05-25 simonpj@microsoft.comMake rule-matching robust to lets
2006-05-22 simonpj@microsoft.comAdd idHasRules
2006-05-17 simonpj@microsoft.comNewtype data constructors get a compulsory unfolding
2006-05-08 simonpj@microsoft.comRemove NOINLINE strictness hack
2006-04-20 Josef SvenningssonComments only
2006-04-14 simonpj@microsoft.comRecover gracefully from a Template Haskell programmers...
2006-04-07 Simon MarlowReorganisation of the source tree