add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / deSugar / DsArrows.lhs
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-11-05 simonpj@microsoft.comRemove the now-unused constructor VarPatOut
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-14 simonpj@microsoft.comMove error-ids to MkCore (from PrelRules)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-22 Ross Patersonminor fix to comment
2010-06-15 Ross Patersonfix #3822: desugaring case command in arrow notation
2010-04-09 simonpj@microsoft.comFix Trac #3964: view patterns in DsArrows
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsArrows
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-05-04 Ian LynaghMake DsArrows warning-free
2008-01-17 Twan van LaarhovenMonadify deSugar/DsArrows: use do, return, applicative...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2006-10-25 andy@galois.comAdding arrows to the acceptable code for hpc
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree