FIX #4825: Update User Guide info on DLLs.
[ghc-hetmet.git] / compiler / typecheck / TcErrors.lhs
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-20 Simon Peyton JonesTidy up SigTv
2011-04-20 Simon Peyton JonesFix Trac #5130: missed error report
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
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-11-18 simonpj@microsoft.comImprove error message on advice from a user
2010-11-15 simonpj@microsoft.comEnsure that instance overlap errors are report properly
2010-11-12 simonpj@microsoft.comA (final) re-engineering of the new typechecker
2010-11-01 simonpj@microsoft.comImprove error messages
2010-10-21 simonpj@microsoft.comTidy up RuntimeUnkSkols a bit more
2010-10-19 simonpj@microsoft.comFix debugger
2010-10-18 dimitris@microsoft.comMajor pass through type checker:(1) prioritizing equali...
2010-10-08 simonpj@microsoft.comSuppress ambiguity errors if any other errors occur
2010-10-08 simonpj@microsoft.comSuppress knock-on typechecker errors
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-09-19 simonpj@microsoft.comFurther improvements in error messages
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-17 simonpj@microsoft.comYet more error message improvement
2010-09-17 simonpj@microsoft.comMore error message wibbles
2010-09-17 simonpj@microsoft.comMore error refactoring
2010-09-17 simonpj@microsoft.comRefactor type errors a bit
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...