Refactor TcRnDriver, and check exports on hi-boot files
[ghc-hetmet.git] / compiler / typecheck /
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-03-15 simonpj@microsoft.comMake the type-defaulting in GHCi use () as the first...
2007-03-14 simonpj@microsoft.comWibble to type-error-message improvement
2007-03-14 simonpj@microsoft.comImprove error messages slightly, saying "a1...an" inste...
2007-03-14 simonpj@microsoft.comImprove typechecker error messages; see Trac #1221
2007-03-06 simonpj@microsoft.comSimple fix for Trac #1199 (pls merge to branch)
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-23 simonpj@microsoft.comTidy up typechecking for newtypes
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-02-19 Pepe IborraRemoved unnecessary code
2007-02-21 simonpj@microsoft.comAllow GADT syntax for newtypes
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-07 simonpj@microsoft.comSpelling fix
2007-02-06 simonpj@microsoft.comCheck for escape when unifying forall-types
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2007-02-04 lennart@augustsson.netFix a comment typo.
2007-02-04 lennart@augustsson.netFix a typo.
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-11 simonpj@microsoft.comAvoid duplicate defns of 'main' in module Main
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2007-01-11 simonpj@microsoft.comComments
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-10 Manuel M T ChakravartycheckTauTvUpdate: take synonym families into account
2007-01-09 Manuel M T ChakravartyHandle synonym families in check_tau_type
2007-01-09 simonpj@microsoft.comPreserve rigidity for GADTs when typechecking explicit...
2007-01-09 simonpj@microsoft.comFix egregious bug in implication constraints
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2007-01-04 Manuel M T ChakravartyFix and improve deriving for indexed data types
2007-01-03 simonpj@microsoft.comBe more relaxed about reporting ambiguous class methods
2007-01-03 simonpj@microsoft.comFix stupid error in rehashing TcRnDriver (fixes TH...
2007-01-03 simonpj@microsoft.comFix several bugs related to finding free variables
2007-01-03 simonpj@microsoft.comComments only
2007-01-03 simonpj@microsoft.comMake warnings come out in deterministic order
2007-01-03 simonpj@microsoft.comBetter error messages for deriving
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T ChakravartyMake dicts for arbitrary type equalities
2006-12-29 Manuel M T ChakravartyConstruction of EqPred dictionaries
2006-12-29 davve@dtek.chalmers.seAdd missing case for documented types in the type desugarer
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-21 Manuel M T ChakravartyAdd hook to fam inst consistency check to GHCi/--make
2006-12-19 Manuel M T ChakravartyDeriving for indexed newtypes
2006-12-18 Manuel M T ChakravartyDeriving for indexed data types
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
2006-12-11 Pepe IborraAdjust code from manual merges
2006-12-10 Pepe IborraPrevent breakpoint instrumentation of spliced code
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-12-10 Pepe IborraThe breakpoint primitive
2006-12-10 Pepe IborraPlaying with closures
2006-12-13 simonpj@microsoft.comAdd left-to-right impredicative instantiation
2006-12-12 simonpj@microsoft.comMissed a stage-2 problem in the TcSimplify refactoring
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-11 simonpj@microsoft.comImprove origin of constraints in subsumption checking
2006-12-11 simonpj@microsoft.comSuggests -fglasgow-exts for contexts-differ-in-length...
2006-12-11 simonpj@microsoft.comComments and layout only
2006-12-11 simonpj@microsoft.comRemove strange extra print (a temporary debug?)
2006-12-07 Manuel M T ChakravartyFix family instance consistency check for home package...
2006-12-01 simonpj@microsoft.comq
2006-11-24 simonpj@microsoft.comFix constraint handling for lazy patterns
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.comRefactoring of where tcSimplifyTop happens
2006-11-22 simonpj@microsoft.comRetain simplifications of implication constraints
2006-11-22 simonpj@microsoft.comImprove error messages slightly
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-01 simonpj@microsoft.comMajor overhaul of the Simplifier
2006-11-01 simonpj@microsoft.comTrim imports
2006-11-01 simonpj@microsoft.comDefault the kind of unconstrained meta-type variables...
2006-11-01 simonpj@microsoft.comImprove error message (push to 6.6 branch)
2006-11-01 simonpj@microsoft.comFix error reporting for contexts during deriving (Trac...
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-22 Manuel M T ChakravartyImprove error messages for indexed types
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-19 Manuel M T ChakravartyFix show-iface for family instances & add debug ppr...
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-18 simonpj@microsoft.comMinor refactoring
2006-10-16 Manuel M T ChakravartyStage 2 fix to "Keep track of family instance modules"
2006-10-16 Simon Marlowfix non-DEBUG build (probably my fault, sorry)
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-13 simonpj@microsoft.comChange type of TcGadt.refineType, plus consequences
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-12 Manuel M T ChakravartyOverlap check for family instances def'd in current...
2006-10-11 simonpj@microsoft.comMake Inst into a record type to ease subsequent changes
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 simonpj@microsoft.comDo not filter the type envt after each GHCi stmt
2006-10-10 simonpj@microsoft.comFail more informatively when a global isn't in the...
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-09 Ian LynaghUpdate hi-boot files to fix building with old GHCs
next