fix haddock submodule pointer
[ghc-hetmet.git] / compiler / typecheck / TcHsType.lhs
2011-09-01 Adam Megaczadd support for <{..}> and ~~> syntax as well as typing...
2011-06-14 Adam Megaczmerge upstream
2011-06-11 Simon Peyton JonesMake TH capable of quoting GADT declarations (Trac...
2011-05-31 Adam Megaczadapt HetMet extensions to new GHC coercion representation
2011-05-31 Adam Megaczmerge GHC HEAD
2011-05-30 Adam MegaczTcHsType: set the kind for tyvars that occur in explici...
2011-05-12 Jose Pedro MagalhaesMerge branch 'master' of darcs.haskell.org/ghc into...
2011-05-04 Jose Pedro MagalhaesRemove HsNumTy and TypePati.
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-03-02 Adam MegaczInitial checkin of HetMet / -XModalTypes modifications
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-12-13 simonpj@microsoft.comFix recursive superclasses (again). Fixes Trac #4809.
2010-09-15 simonpj@microsoft.comImplement TH reification of instances (Trac #1835)
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
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
2009-11-05 simonpj@microsoft.comUpdate layout of error message slightly
2009-09-30 simonpj@microsoft.comFix Trac #3540: malformed types
2009-09-10 simonpj@microsoft.comThree improvements to Template Haskell (fixes #3467)
2009-08-25 simonpj@microsoft.comFix Trac #3406 (albeit not very satisfactorily): scoped...
2009-07-07 Ian LynaghRemove unused imports
2009-07-02 simonpj@microsoft.comNew syntax for GADT-style record declarations, and...
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-13 simonpj@microsoft.comImprove error reporting for kind errors (fix Trac ...
2009-02-13 Ian LynaghPut RelaxedPolyRec in the cabal file rather than a...
2009-02-06 Ian LynaghFix building with GHC 6.8
2009-02-04 simonpj@microsoft.comImprove error reports for kind checking (Trac #2994)
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-10-01 Manuel M T ChakravartyProper error message for unsupported pattern signatures
2008-07-01 simonpj@microsoft.comSeveral fixes to 'deriving' including Trac #2378
2008-06-06 Ian LynaghFix warnings in TcHsType
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