Remove platform CPP from nativeGen/PPC/CodeGen.hs
[ghc-hetmet.git] / compiler / deSugar / DsMonad.lhs
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2010-10-06 simonpj@microsoft.comRemove unused NoMatchContext construtor
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-15 Roman LeshchinskiyFix warnings
2009-10-15 Roman LeshchinskiyDon't hardwire PA and PR dfuns in the vectoriser
2009-08-20 Manuel M T ChakravartyFIX #2767 & original problem of #3208
2009-07-07 Ian LynaghRemove unused imports
2008-10-28 simonpj@microsoft.comMostly-fix Trac #2595: updates for existentials
2008-09-14 Thomas SchillingReturn instead of print warnings and errors in desugarer.
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsMonad and expand API
2008-05-04 Ian LynaghAdd an Outputable EquationInfo instance
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsMonad
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-03 Twan van LaarhovenFixed warnings in deSugar/DsMonad
2008-01-17 Twan van LaarhovenMonadify deSugar/DsMonad: use do, return, applicative...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-07-10 Roman LeshchinskiyAdd dsLookupClass
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-21 Pepe IborraImproving the performance of breakpoints up to 50%...
2006-12-10 Pepe IborraCapturing and keeping track of local bindins in the...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree