Move the register-inplace special-case stuff into the ghc-prim package
[ghc-hetmet.git] / compiler / deSugar /
2008-05-16 Simon Marlowvalidate fix: eliminate a warning
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-05-13 Simon MarlowFIX #1641: don't add auto sccs to compiler-generated...
2008-05-07 Roman LeshchinskiyFIX validate: Fix warnings in new literal code
2008-05-06 Ian LynaghAdd a comment about why DsMeta needs the warning kludge
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghMake DsArrows warning-free
2008-05-04 Ian LynaghMake DsCCall warning-free
2008-05-04 Ian LynaghMake DsMeta almost warning-free
2008-05-04 Ian LynaghMake MatchLit warning-free
2008-05-04 Ian LynaghAdd an Outputable EquationInfo instance
2008-04-23 Ian LynaghAdd 123## literals for Word#
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsMeta
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Desugar
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsForeign
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Match
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsBinds
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Coverage
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsUtils
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsUtils
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsMonad
2008-04-22 simonpj@microsoft.comRename WpCo to WpCast
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove some unnecessary imports
2008-03-29 Ian LynaghRemove an unnecessary #ifdef DEBUG
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-23 Ian LynaghFollow library changes
2008-02-28 simonpj@microsoft.comComments only
2008-02-28 Max BolingbrokeMake explicit lists more fusable
2008-02-16 Ian LynaghGenerate foo(void) rather than foo() in FFI stub files
2008-02-15 Ian LynaghRevert an accidental comment change
2008-02-11 Roman LeshchinskiyFix warning (FIX validate)
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsExpr, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsGRHSs, except for incomplet...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsListComp, except for incomp...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Check, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/Match, except for incomplete...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/MatchCon, except for incomple...
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsMonad
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-05 simonpj@microsoft.comMake do-notation a bit more flexible (Trac #1537)
2008-01-04 Simon MarlowUse the correct libffi type for pointers
2008-01-30 Ian LynaghFix warnings in deSugar/DsBinds
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenMonadify deSugar/DsMonad: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Desugar: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsUtils: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsListComp: use do, return, applicativ...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsForeign: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsGRHSs: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsExpr: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/MatchLit: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/Match: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsCCall: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsArrows: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify deSugar/DsBinds: use do, return, applicative...
2008-01-22 simonpj@microsoft.comTidy up the treatment of SPECIALISE pragmas
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-16 simonpj@microsoft.comComplain sensibly if you try to use scoped type variabl...
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2008-01-02 Simon MarlowWarning clean, and fix compilation with GHC 6.2.x
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-05 Roman LeshchinskiyOptimise desugaring of parallel array comprehensions
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-19 simonpj@microsoft.comImprove the situation for Trac #959: civilised warning...
2007-11-06 Simon Marlowwarning police
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-10-24 simonpj@microsoft.comExplicit pattern match in default case of addTickLHsBind
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-15 andy@galois.comFIX #1759 while respecting the ticks
2007-10-10 simonpj@microsoft.comFix Trac #1759: do not let ticks get in the way of...
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-03 Ross PatersonFIX for #1080
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-29 Pepe IborraUNDO: Extend ModBreaks with the srcspan's of the enclos...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
2007-08-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-12 andy@galois.comFixing Hpc SrcSpan usage; rejecting SrcSpans that are...
2007-07-11 andy@galois.comcalling pprPanic rather than error when something goes...
2007-07-11 andy@galois.comAdding better support for HsSyn
2007-07-11 andy@galois.comAdding support for package names into hpc outputed...
2007-07-10 Roman LeshchinskiyAdd dsLookupClass
2007-07-10 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-22 andy@galois.comStage2 now used the package hpc to get the hpc datastru...
2007-06-21 simonpj@microsoft.comUnbreak the stage-2 compiler (record-type changes)
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
next