add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / typecheck / TcInteract.lhs
2011-03-31 dimitris@microsoft.comIntroducing a datatype for WorkLists that properly...
2011-02-21 simonpj@microsoft.comFix another fundep error (fixes Trac #4969)
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-17 simonpj@microsoft.comUse "on the spot" solving for fundeps
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-12-10 dimitris@microsoft.comDoing the smart canonicalization only if we are not...
2010-12-09 dimitris@microsoft.comMoved canonicalisation inside solveInteract
2010-12-02 simonpj@microsoft.comRe-jig simplifySuperClass (again)
2010-12-02 simonpj@microsoft.comA little refactoring (remove redundant argument passed...
2010-11-18 simonpj@microsoft.comMove the superclass generation to the canonicaliser
2010-11-15 simonpj@microsoft.comEnsure that unification variables alloc'd during solvin...
2010-11-12 simonpj@microsoft.comA (final) re-engineering of the new typechecker
2010-10-22 dimitris@microsoft.comOptimised the representation of Inert Sets to use Maps...
2010-10-20 simonpj@microsoft.comComments and layout only
2010-10-20 dimitris@microsoft.com(1) More lenient kind checking, (2) Fixed orientation...
2010-10-19 dimitris@microsoft.comMidstream changes to deal with spontaneous solving...
2010-10-20 simonpj@microsoft.comRefactor, plus fix Trac #4418
2010-10-19 simonpj@microsoft.comLayout and tiny refactoring only
2010-10-18 dimitris@microsoft.comMajor pass through type checker:(1) prioritizing equali...
2010-10-15 dimitris@microsoft.com(1) Caching FD improvements for efficiency, (2) prevent...
2010-10-14 dimitris@microsoft.comMidstream changes for performance improvement related...
2010-10-08 dimitris@microsoft.comKind checking bugfix (#4356) and preventing wanteds...
2010-10-08 simonpj@microsoft.comFix Trac #4360: omitted case in combineCtLoc
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-10-07 simonpj@microsoft.comComments only
2010-10-07 simonpj@microsoft.comFix a looping bug in the new occur-check code
2010-10-06 dimitris@microsoft.comMajor bugfixing pass through the type checker
2010-10-04 dimitris@microsoft.comTypechecker performance fixes and flatten skolem bugfixing
2010-09-23 dimitris@microsoft.comPerformance bug fixes
2010-09-17 simonpj@microsoft.comFix overriding of implicit parameters in the solver
2010-09-15 simonpj@microsoft.comRemove pprTrace
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...