Continue refactoring the core-to-core pipeline
[ghc-hetmet.git] / compiler / deSugar / Desugar.lhs
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2009-11-05 simonpj@microsoft.comComments only
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-07-22 Thomas SchillingMinor documentation fixes.
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-15 simonpj@microsoft.comRefactor the desugaring of RULE lhss a bit
2008-09-14 Thomas SchillingReturn instead of print warnings and errors in desugarer.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-05-16 Simon Marlowvalidate fix: eliminate a warning
2008-05-13 Simon MarlowFIX #1641: don't add auto sccs to compiler-generated...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Desugar
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-01-17 Twan van LaarhovenMonadify deSugar/Desugar: use do, return, applicative...
2007-11-06 Simon Marlowwarning police
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-10 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
2007-06-09 andy@galois.comUsing blacklist of places not to cover, rather than...
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-04-22 simonpj@microsoft.comFix corner case of useless constraint in SPECIALISE...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-03-30 simonpj@microsoft.comThe ru_local field of a CoreRule is False for implicit Ids
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2006-12-20 Pepe IborraFix import lists
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-09 andy@galois.comAdding tracing support
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 simonpj@microsoft.comRejig the auto-scc wrapping stuff
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-09 Simon Marlowremove debugging code accidentally left in
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree