Add HsCoreTy to HsType
[ghc-hetmet.git] / compiler / rename / RnTypes.lhs
2010-08-24 simonpj@microsoft.comAdd HsCoreTy to HsType
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-01-07 simonpj@microsoft.comImprove error locations
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-02-02 simonpj@microsoft.comImprove error reporting for precedence errors
2008-08-21 simonpj@microsoft.comImprove error message when 'forall' is not a keyword
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-08-12 simonpj@microsoft.comLayout only
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnTypes
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