Move error-ids to MkCore (from PrelRules)
[ghc-hetmet.git] / compiler / types /
2010-09-13 simonpj@microsoft.comHaddock fixes
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-03 simonpj@microsoft.comComments and layout
2010-09-02 simonpj@microsoft.comAssert
2010-08-18 simonpj@microsoft.comWibble
2010-08-18 simonpj@microsoft.comPretty printing change
2010-08-30 benl@ouroborus.netFix warning about multiply exported name
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-08-13 simonpj@microsoft.comRe-do the arity calculation mechanism again (fix Trac...
2010-07-13 simonpj@microsoft.comComments on data type families
2010-07-07 simonpj@microsoft.comFix Trac #4127 (and hence #4173)
2010-06-14 simonpj@microsoft.comUse mkFunTy to ensure that invariants are respected
2010-06-04 simonpj@microsoft.comDon't use unnecessary parens when printing types (Fix...
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-04-17 simonpj@microsoft.comComments only (about type families)
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-03-04 simonpj@microsoft.comMake `mkFunTy` associate to the right, as it should
2010-03-01 simonpj@microsoft.comImplement a smart constructor mkUnsafeCoercion, and...
2010-01-07 simonpj@microsoft.comSpelling error in comment
2009-12-24 simonpj@microsoft.comRefactor CoreArity a bit
2009-12-22 simonpj@microsoft.comMove isDictTy from TcType to Type
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-16 simonpj@microsoft.comComments only
2009-12-16 simonpj@microsoft.comTwo improvements to optCoercion
2009-12-16 simonpj@microsoft.comFix a long-standing infelicity in the type pretty printer
2009-12-16 simonpj@microsoft.comDeal with warnings in Coercion.lhs
2009-12-11 simonpj@microsoft.comUse full equality for CSE
2009-11-24 David WaernAdd a note saying what Haddock relies on about Instance...
2009-11-24 Ian LynaghTreat () as an enumeration tycon
2009-11-19 Roman LeshchinskiyFix splitAppTys
2009-11-12 simonpj@microsoft.comA radical overhaul of the coercion infrastucture
2009-11-08 tom.schrijvers@cs... more aggressive optimization of coercion terms
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
2009-10-30 simonpj@microsoft.comImprove coercion optimisation
2009-10-28 tom.schrijvers@cs... fix and enable coercion optimization
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-28 simonpj@microsoft.comTrivial improvement to mkForAllTy
2009-10-26 simonpj@microsoft.comAdd a coercion optimiser, to reduce the size of coercio...
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2009-10-08 simonpj@microsoft.comMake tyConSingleDataCon_maybe more forgiving
2009-10-02 simonpj@microsoft.comFix pretty-printing precedence for equality constraints
2009-08-18 Manuel M T ChakravartyFIX #3405
2009-08-13 simonpj@microsoft.comFix Trac #3409: type synonyms that discard their arguments
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-07 Manuel M T ChakravartyFIX #2677
2009-06-22 Simon Marlowfix comment
2009-05-12 simonpj@microsoft.comImprove error messages for type functions
2009-03-30 simonpj@microsoft.comFix an nasty black hole, concerning computation of...
2009-03-16 simonpj@microsoft.comLayout only
2009-03-15 Manuel M T ChakravartyEnsure the orientation of var-var equalities is correct...
2009-03-05 simonpj@microsoft.comFinally fix Trac #3066
2009-02-11 simonpj@microsoft.comFix Trac #3017: ensure that we quantify over enough...
2009-01-15 simonpj@microsoft.comRobustify lookupFamInstEnv, plus some refactoring
2009-01-14 simonpj@microsoft.comRobustify lookupFamInstEnv
2009-02-02 simonpj@microsoft.comImprove error reporting for precedence errors
2009-01-13 simonpj@microsoft.comRename isIdentityCoercion to isIdentityCoI; add Coercio...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-31 simonpj@microsoft.comWhite space and spelling in comments
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-12-01 simonpj@microsoft.comBetter error message for fundep conflict
2008-11-26 simonpj@microsoft.comFix Trac #2766: printing operator type variables
2008-10-29 simonpj@microsoft.comAdd Outputable instance for CoercionI
2008-09-23 simonpj@microsoft.comImprove crash message from applyTys and applyTypeToArgs
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-10-09 Manuel M T ChakravartyCover PredTy case in Type.tyFamInsts
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Manuel M T ChakravartyClean up some comments
2008-09-15 simonpj@microsoft.comMinor refactoring to get rid of Type.splitNewTyConApp
2008-09-07 Manuel M T ChakravartyType families: new algorithm to solve equalities
2008-09-05 simonpj@microsoft.comMinor refactoring to share InstEnv.instanceBindFun
2008-09-05 simonpj@microsoft.comRemove unused constructors AvoidMe, WildCard
2008-09-05 simonpj@microsoft.comBetter debug panic messages in applyTys
2008-08-11 simonpj@microsoft.comFix Trac #2367: selectors for GADTs
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-07-31 Max BolingbrokeDocument TypeRep and follow OccName change
2008-07-31 Max BolingbrokeDocument Type
2008-07-31 Max BolingbrokeDocument TyCon
2008-07-31 Max BolingbrokeDocument Coercion
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-03 Ian LynaghFix trac #2307: conflicting functional dependencies
2008-07-01 simonpj@microsoft.comFix Trac #2307: need to nub bad fundep reports
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Generics
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in FunDeps
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in FamInstEnv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in InstEnv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Coercion
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Type
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TypeRep
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Class
2008-04-22 simonpj@microsoft.comRefactor the TyVarTy case of 'match'. No change in...
2008-04-22 simonpj@microsoft.comAdd Note [Generating the in-scope set for a substitution]
2008-04-21 pepeFix #2044 (:printing impredicatively typed things)
2008-04-07 Manuel M T ChakravartyRemove GADT refinements, part 5
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
next