Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / hsSyn / HsTypes.lhs
2011-06-11 Simon Peyton JonesMake TH capable of quoting GADT declarations (Trac...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-06-04 simonpj@microsoft.comDon't use unnecessary parens when printing types (Fix...
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-01-09 David WaernFix Trac #2584: Pretty printing of types with HsDocTy
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HsTypes
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-27 Twan van LaarhovenFixed warnings in hsSyn/HsTypes
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-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
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-10-03 simonpj@microsoft.comWarning police only
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-09-21 audreyt@audreyt.org* Fix stray comma in HsTypes.lhs's import line.
2006-09-15 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-19 Ross Patersonremove spurious commas in imports
2006-04-07 Simon MarlowReorganisation of the source tree