FIX: Make boxy splitters aware of type families
[ghc-hetmet.git] / compiler / typecheck / TcPat.lhs
2007-09-28 Manuel M T ChakravartyFIX: Make boxy splitters aware of type families
2007-09-06 Manuel M T ChakravartyFix -DDEBUG warning
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-28 Manuel M T ChakravartyType checking for type synonym families
2007-06-21 simonpj@microsoft.comAnother wibble to the head-exploded error message ...
2007-06-21 simonpj@microsoft.comImprove 'my head exploded' error message
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-06-05 Ian LynaghTypo, spotted by Stefan Holdermans
2007-05-02 simonpj@microsoft.comComments, plus type sigs
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-02-04 lennart@augustsson.netFix a comment typo.
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2006-12-11 simonpj@microsoft.comComments and layout only
2006-12-11 simonpj@microsoft.comRemove strange extra print (a temporary debug?)
2006-11-24 simonpj@microsoft.comFix constraint handling for lazy patterns
2006-11-22 simonpj@microsoft.comImprove error messages slightly
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-10-13 simonpj@microsoft.comChange type of TcGadt.refineType, plus consequences
2006-10-11 simonpj@microsoft.comMake Inst into a record type to ease subsequent changes
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comFix origin for addDataConStupidTheta
2006-09-22 simonpj@microsoft.comAdd a crucial missing prime in tcConPat
2006-09-20 Manuel M T ChakravartyAdapt TcFix imports
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T ChakravartyPattern matching of indexed data types
2006-09-20 Manuel M T ChakravartyComplete the evidence generation for GADTs
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-09-08 simonpj@microsoft.comCatch errors in pattern matching for unboxed tuples
2006-09-07 simonpj@microsoft.comFix bug in error message
2006-08-08 simonpj@microsoft.comCheck that lazy patterns are for lifted types
2006-08-04 simonpj@microsoft.comDo pre-subsumption in the main subsumption check
2006-04-07 Simon MarlowReorganisation of the source tree