swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / hsSyn / HsExpr.lhs
2011-09-01 Adam Megaczadd support for <{..}> and ~~> syntax as well as typing...
2011-05-31 Adam Megaczmerge GHC HEAD
2011-05-09 Simon Peyton JonesFix renaming of guards
2011-05-04 Simon Peyton JonesFinal batch of monad-comprehension stuff
2011-05-03 Simon Peyton JonesMore hacking on monad-comp
2011-05-02 Simon Peyton JonesMore on monad-comp; an intermediate state, so don't...
2011-05-02 Simon Peyton JonesMore hacking on monad-comp; now works
2011-04-29 Simon Peyton JonesSimon's hacking on monad-comp; incomplete
2011-04-28 Simon Peyton JonesPreliminary monad-comprehension patch (Trac #4370)
2011-03-02 Adam MegaczInitial checkin of HetMet / -XModalTypes modifications
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-25 simonpj@microsoft.comComments only
2010-12-22 simonpj@microsoft.comTidy up rebindable syntax for MDo
2010-12-10 simonpj@microsoft.comFix Trac #4534: renamer bug
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-15 simonpj@microsoft.comImprove HsSyn pretty printing
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-13 Ian LynaghFix printing of splices; part of #4124
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-04 simonpj@microsoft.comComments only
2010-03-04 simonpj@microsoft.comRefactor part of the renamer to fix Trac #3901
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2009-11-26 simonpj@microsoft.comComments only, esp about RecStmts
2009-10-29 simonpj@microsoft.comTidy up pretty-printing (use ppUnless)
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-15 simonpj@microsoft.comFix Trac #3263: don't print Hpc tick stuff unless ...
2009-07-23 simonpj@microsoft.comPrint explicit braces and semicolons in do-notation
2009-07-23 simonpj@microsoft.comWibble to printing tuple sections
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-06-08 Simon MarlowpprExpr: don't add extra parens around [a..b] in an...
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2008-10-30 simonpj@microsoft.comImprove error reporting for non-rigid GADT matches
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-14 Thomas SchillingImprove haddock documentation for HsExpr module.
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-13 Ian LynaghFix some build problems when GHCI is not definde
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-05-04 Ian LynaghMake DsArrows warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsExpr
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
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