Don't import FastString in HsVersions.h
[ghc-hetmet.git] / compiler / rename / RnTypes.lhs
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghFix warnings in rename/RnTypes
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2008-01-17 Twan van LaarhovenMonadify rename/RnTypes: use do, return and standard...
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-19 simonpj@microsoft.comMake the error message mentioning -XPatternSignatures...
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-07-10 Ian LynaghAlpha-rename a variable
2007-07-09 Ian LynaghAdd -XPatternSigs flag
2007-07-09 Ian LynaghAdd -XTypeOperators flag
2007-06-28 simonpj@microsoft.comAdd flags for record extensions; still not working...
2007-06-21 LemmihAdd several new record features
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-10-03 simonpj@microsoft.comFix scoped type variables for expression type signatures
2006-10-03 simonpj@microsoft.comAdd error check for operators in types
2006-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-05-19 simonpj@microsoft.comBug-fix for infix function definitions (parse/rename)
2006-04-07 Simon MarlowReorganisation of the source tree