lots of portability changes (#1405)
[ghc-hetmet.git] / compiler / hsSyn / HsExpr.lhs
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-12 Ian LynaghTweak whitespace in HsExpr
2008-01-12 Ian LynaghFix warnings in HsExpr
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-10 simonpj@microsoft.comImprove pretty-printing of splices in HsSyn
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-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-09 simonpj@microsoft.comPrint fewer parens when pretty-printing HsSyn
2007-06-21 LemmihAdd several new record features
2007-05-05 Ian LynaghDon't print parens around list comprehensions
2007-05-05 Ian LynaghTweak ... generation
2007-05-05 Ian LynaghTweak the ... generation
2007-05-04 simonpj@microsoft.comImprove printing of "..." in HsExpr; fixes a stupidity...
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-22 simonpj@microsoft.comImprove depth-cutoff for printing HsSyn in error messages
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-01-03 simonpj@microsoft.comComments only
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T Chakravartyfix bugs, add boolean flag to identify coercion variables
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T Chakravartysome bug-fixes, newtype deriving might work now
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-04 simonpj@microsoft.comImprove pretty-printing for HsExpr
2006-04-07 Simon MarlowReorganisation of the source tree