Fix Trac #3012: allow more free-wheeling in standalone deriving
[ghc-hetmet.git] / compiler / typecheck / TcMatches.lhs
2009-07-23 simonpj@microsoft.comFix Trac #3012: allow more free-wheeling in standalone...
2008-10-30 simonpj@microsoft.comImprove error reporting for non-rigid GADT matches
2008-09-03 simonpj@microsoft.comMajor change in compilation of instance declarations...
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-05-06 Ian LynaghMake TcMatches warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcMatches
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-29 Manuel M T ChakravartyRemove GADT refinements, part 3
2008-02-28 simonpj@microsoft.comWibble to error message (stmt of do block or comprehension)
2008-02-28 Manuel M T ChakravartyRemove GADT refinements, part 1
2008-02-26 simonpj@microsoft.comFix Trac #2111: improve error handling for 'rec' in...
2008-02-05 simonpj@microsoft.comMake do-notation a bit more flexible (Trac #1537)
2008-01-17 Twan van LaarhovenMonadify typecheck/TcMatches: use return and standard...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
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-10 simonpj@microsoft.comImprove error message (part of Trac #1606)
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-20 Manuel M T ChakravartyAdjust code from manual merges
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-07 simonpj@microsoft.comResult type signatures are no longer supported (partial)
2006-04-07 Simon MarlowReorganisation of the source tree