(F)SLIT -> (f)sLit in TcHsType
[ghc-hetmet.git] / compiler / typecheck / TcHsType.lhs
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcHsType
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-22 simonpj@microsoft.comImprove error messages from type-checking data constructors
2008-01-17 Twan van LaarhovenMonadify typecheck/TcHsType: use do, return and standar...
2007-09-07 Manuel M T ChakravartyFIX: Type families test Simple14
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-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 davve@dtek.chalmers.seAdd missing case for documented types in the type desugarer
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
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-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-18 simonpj@microsoft.comAvoid duplicate "In type ..." in error messages
2006-08-14 simonpj@microsoft.comImprove error message in TcHsType
2006-08-10 simonpj@microsoft.comEgregious bug in tcLHsConResTy
2006-08-08 simonpj@microsoft.comSpelling in a comment
2006-07-26 simonpj@microsoft.comDeal correctly with infix type constructors in GADT...
2006-04-07 Simon MarlowReorganisation of the source tree