Super-monster patch implementing the new typechecker -- at last
[ghc-hetmet.git] / compiler / deSugar / DsUtils.lhs
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-02 simonpj@microsoft.comComments only
2009-09-08 simonpj@microsoft.comFix Trac #3403: interaction of CPR and pattern-match...
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2009-03-30 simonpj@microsoft.comWhite space cosmetics only
2008-09-20 simonpj@microsoft.comTidy up the treatment of dead binders
2008-09-15 simonpj@microsoft.comMinor refactoring to get rid of Type.splitNewTyConApp
2008-07-31 Max BolingbrokeHandle introduction of MkCore in DsUtils
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-01 simonpj@microsoft.comEasy fix for Trac #2409
2008-06-05 simonpj@microsoft.comFix Trac #2045: use big-tuple machiney for implication...
2008-06-05 simonpj@microsoft.comAdd non-recursive let-bindings for types
2008-05-16 simonpj@microsoft.comImprove the treatment of 'seq' (Trac #2273)
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DsUtils
2008-03-23 Ian LynaghFollow library changes
2008-02-28 Max BolingbrokeMake explicit lists more fusable
2008-01-17 Twan van LaarhovenMonadify deSugar/DsUtils: 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-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-06-21 LemmihAdd several new record features
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-02 simonpj@microsoft.comAdd more assertions
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-16 simonpj@microsoft.comDesugar applications of 'seq' specially; fix Trac ...
2007-02-05 simonpj@microsoft.comEstablish the CoreSyn let/app invariant
2006-12-13 andy@galois.comRemoving explicit Binary Tick Boxes; using Case instead.
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-03 simonpj@microsoft.comTrim imports
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-04-07 Simon MarlowReorganisation of the source tree