Comments only
[ghc-hetmet.git] / compiler / typecheck / TcSimplify.lhs
2008-10-02 simonpj@microsoft.comComments only
2008-10-01 Manuel M T ChakravartyTFs: Fixed InstContextNorm (and simplification of IPs)
2008-10-01 Manuel M T ChakravartyTcSimplify.reduceImplication: clean up
2008-10-01 Manuel M T ChakravartyMake sure to zonk the kind of coercion variables
2008-09-18 simonpj@microsoft.comFix Trac #1470: improve handling of recursive instances...
2008-09-16 Manuel M T ChakravartyType families: bug fixes
2008-09-14 Manuel M T ChakravartyRemember if RewriteInst is swapped & bug fixes
2008-09-14 Manuel M T ChakravartyType families: fixed all non-termination in the testsuite
2008-09-13 Manuel M T ChakravartyType families: completed the new equality solver
2008-08-11 simonpj@microsoft.comFix Trac #2494: tcSimplifyRuleLhs
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-06 Ian LynaghFix warnings in TcSimplify
2008-06-05 simonpj@microsoft.comFix Trac #2045: use big-tuple machiney for implication...
2008-06-05 simonpj@microsoft.comComments only
2008-06-03 Simon Marlowadd debugDumpTcRn and use it for some debugging output
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcSimplify
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-13 Manuel M T ChakravartySome cleanup in TcSimplify.reduceContext
2008-03-13 Manuel M T ChakravartyProperly normalise reduced dicts
2008-02-29 Manuel M T ChakravartyRemove GADT refinements, part 3
2008-02-28 Manuel M T ChakravartyRemove GADT refinements, part 2
2008-02-28 Manuel M T ChakravartyRemove GADT refinements, part 1
2008-02-28 Manuel M T ChakravartyEliminate SkolemOccurs skolems only after checkLoop...
2008-01-17 Twan van LaarhovenMonadify typecheck/TcSimplify: use do, return and stand...
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-28 simonpj@microsoft.comReorganise TcSimplify (again); FIX Trac #1919
2007-11-22 Manuel M T ChakravartyProperly ppr InstEqs in wanteds of implication constraints
2007-11-05 simonpj@microsoft.comInline implication constraints
2007-11-01 simonpj@microsoft.comRejig the error messages a bit; fixes a minor bug
2007-10-27 simonpj@microsoft.comMake 'improvement' work properly in TcSimplify
2007-10-27 simonpj@microsoft.comIn an AbsBinds, the 'dicts' can include EqInsts
2007-10-19 Manuel M T ChakravartyZonk quantified tyvars with skolems
2007-10-18 Manuel M T ChakravartyDon't barf on error message with non-tc tyvars
2007-10-12 simonpj@microsoft.comFix DoCon: Another try at getting extractResults right
2007-10-10 simonpj@microsoft.comAdd traceTc in tcSimplifyDefault
2007-10-10 simonpj@microsoft.comFIX: tidy up TcSimplify following equality constraints...
2007-09-27 simonpj@microsoft.comComments and debug output only
2007-09-19 Manuel M T ChakravartyFIX #1688: Givens in checkLoop are not that rigid after all
2007-09-15 Manuel M T ChakravartyOverhaul of the rewrite rules
2007-09-11 simonpj@microsoft.comComments, and remove export of checkAmbiguity
2007-09-06 Manuel M T ChakravartyRemove EqInsts from addSCs to avoid -DDEBUG warnings
2007-09-06 Manuel M T ChakravartyEqInst related clean up
2007-09-06 Manuel M T ChakravartyRemove dead code in TcSimplify
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
2007-09-04 Tom Schrijversfix of wanted equational class context
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-08-02 simonpj@microsoft.comWibbble to last fix to generalisation (again!); fixes...
2007-08-01 simonpj@microsoft.comSmall error-message change
2007-08-01 simonpj@microsoft.comFix generalisation during type inference (again); fixes...
2007-07-05 simonpj@microsoft.comTidy up IsIrred (no need for argument any more)
2007-07-04 simonpj@microsoft.comFix Trace #1494
2007-06-29 simonpj@microsoft.comMany comments about oclose, plus a fix for Trac #1456
2007-06-29 simonpj@microsoft.comImprove error message (Trac #1446)
2007-06-20 simonpj@microsoft.comImprove the handling of deriving, in error cases
2007-06-20 simonpj@microsoft.comMore refactoring in TcSimplify
2007-06-19 simonpj@microsoft.comFix a bug in the handling of implication constraints...
2007-06-06 simonpj@microsoft.comDon't suggest -fno-monomorphism-restriction if it's...
2007-05-30 simonpj@microsoft.comFix bug in tcSimplifyInfer (Trac #1382)
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-09 simonpj@microsoft.comTidy up the interface to lookupInstEnv
2007-05-07 simonpj@microsoft.comFIX Trac #1329: spelling error
2007-04-26 Simon MarlowGive a better error message when we try to print a...
2007-04-25 simonpj@microsoft.comAdd -fwarn-monomorphism-restriction (on by default...
2007-03-19 simonpj@microsoft.comUse explict layout (fixes breakage when compiling TcSim...
2007-03-15 simonpj@microsoft.comMake the type-defaulting in GHCi use () as the first...
2007-02-21 simonpj@microsoft.comFix a deriving bug, arising from recent refactoring
2007-02-21 simonpj@microsoft.comFix defaulting for overloaded strings
2007-02-19 simonpj@microsoft.comSignature type variables must not be instantiated with...
2007-02-02 simonpj@microsoft.comComments only
2007-01-31 simonpj@microsoft.comSlight refactoring for overloaded strings
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-09 simonpj@microsoft.comFix egregious bug in implication constraints
2007-01-03 simonpj@microsoft.comBetter error messages for deriving
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-12 simonpj@microsoft.comFix up yesterdays commit to TcSimplify; fixes broken...
2006-12-11 simonpj@microsoft.comAdd comments about pruning implication constraints
2006-12-11 simonpj@microsoft.comMore refactoring of constraint simplification
2006-12-01 simonpj@microsoft.comq
2006-11-24 simonpj@microsoft.comImprove handling of implicit parameters
2006-11-24 simonpj@microsoft.comGather constraints in program order
2006-11-23 simonpj@microsoft.comSimplify TcSimplify, by removing Free
2006-11-22 simonpj@microsoft.comRetain simplifications of implication constraints
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-01 simonpj@microsoft.comDefault the kind of unconstrained meta-type variables...
2006-11-01 simonpj@microsoft.comFix error reporting for contexts during deriving (Trac...
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-09-20 bjorn@bringert.netMerged stand-alone deriving with FC stuff.
2006-09-19 bjorn@bringert.netFixed source location and instance origin in stand...
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-29 simonpj@microsoft.comGlobal renamings in HsSyn
2006-09-23 simonpj@microsoft.comAdd VarSet.disjointVarSet, and use it
next