New syntax for GADT-style record declarations, and associated refactoring
[ghc-hetmet.git] / compiler / types /
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
2008-03-29 Ian LynaghRemove more #ifdef DEBUGs
2008-03-25 Tim ChevalierChange syntax for newtypes in External Core
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-03-15 Ian LynaghRemove uses of addFreeTyVars
2008-02-29 Manuel M T ChakravartyRemove GADT refinements, part 3
2008-02-03 Twan van LaarhovenFixed warnings in types/Unify
2008-02-06 Roman LeshchinskiyTeach cheapEqExpr about casts
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2008-02-02 Ian LynaghWhitespace only
2008-01-28 simonpj@microsoft.comFix typo where I forgot the new substitution
2008-01-26 Twan van LaarhovenFixed warnings in types/InstEnv
2008-01-26 Twan van LaarhovenFixed warnings in types/FamInstEnv
2008-01-26 Twan van LaarhovenFixed warnings in types/Generics
2008-01-26 Twan van LaarhovenFixed warnings in types/TyCon
2008-01-26 Twan van LaarhovenFixed warnings in types/Type, except for incomplete...
2008-01-26 Twan van LaarhovenFixed warnings in types/TypeRep
2008-01-26 Twan van LaarhovenFixed warnings in types/FunDeps
2008-01-26 Twan van LaarhovenFixed warnings in types/Coercion, except for incomplete...
2008-01-25 Twan van LaarhovenFixed warnings in types/Class
2008-01-16 simonpj@microsoft.comThe Core type-matcher should look through PredTypes
2008-01-07 simonpj@microsoft.comMake the treatment of equalities more uniform
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-11-13 Pepe IborraFix Trac 1865: GHCi debugger crashes with :print
2007-11-05 simonpj@microsoft.comComment warning about transparent newtypes
2007-10-16 simonpj@microsoft.comEliminate over-zealous warning in CoreToStg
2007-10-03 Manuel M T ChakravartyTcTyFuns.eqInstToRewrite
2007-09-29 simonpj@microsoft.comFix Trac #1746: make rule-matching work properly with...
2007-09-29 simonpj@microsoft.comSmall comment only
2007-10-02 Manuel M T ChakravartyFIX: mkWWcpr takes open alg types into account
2007-09-29 Manuel M T ChakravartySome more traceTcs
2007-09-19 Manuel M T ChakravartyFIX #1713: watch out for type families in splitAppTy...
2007-09-15 Manuel M T ChakravartyOverhaul of the rewrite rules
2007-09-11 simonpj@microsoft.comMinor refactoring: give an explicit name to the pretty...
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-10 Manuel M T ChakravartyCleaned up version of Tom's unflattened skolemOccurs
2007-09-07 Manuel M T ChakravartyImproved error messages for higher-rank equality contexts
2007-09-07 simonpj@microsoft.comTiny optimisation/simplification to FunDeps.grow
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
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-09 simonpj@microsoft.comTidy up the treatment of newtypes, refactor, and fix...
2007-08-03 simonpj@microsoft.comRemove dead code
2007-08-04 simonpj@microsoft.comAdd missing case to sizeofPrimRep
2007-07-06 simonpj@microsoft.comClarify comments
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
next