fix haddock submodule pointer
[ghc-hetmet.git] / compiler / types / Coercion.lhs
2011-05-12 Simon Peyton JonesThe final batch of changes for the new coercion represe...
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2010-11-12 simonpj@microsoft.comA (final) re-engineering of the new typechecker
2010-10-06 dimitris@microsoft.comMajor bugfixing pass through the type checker
2010-09-16 simonpj@microsoft.comMore assertions
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-14 simonpj@microsoft.comUse mkFunTy to ensure that invariants are respected
2010-03-01 simonpj@microsoft.comImplement a smart constructor mkUnsafeCoercion, and...
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.comDeal with warnings in Coercion.lhs
2009-12-11 simonpj@microsoft.comUse full equality for CSE
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-26 simonpj@microsoft.comAdd a coercion optimiser, to reduce the size of coercio...
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-03-15 Manuel M T ChakravartyEnsure the orientation of var-var equalities is correct...
2009-01-13 simonpj@microsoft.comRename isIdentityCoercion to isIdentityCoI; add Coercio...
2008-10-29 simonpj@microsoft.comAdd Outputable instance for CoercionI
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-07-31 Max BolingbrokeDocument Coercion
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Coercion
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-02-06 Roman LeshchinskiyTeach cheapEqExpr about casts
2008-01-26 Twan van LaarhovenFixed warnings in types/Coercion, except for incomplete...
2007-10-03 Manuel M T ChakravartyTcTyFuns.eqInstToRewrite
2007-09-29 Manuel M T ChakravartySome more traceTcs
2007-09-10 Manuel M T ChakravartyCleaned up version of Tom's unflattened skolemOccurs
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-05-23 simonpj@microsoft.comWhite-space only
2007-05-11 Tom Schrijverstype family normalisation
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-02-05 simonpj@microsoft.comImprove simplification of coercions
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-09-29 simonpj@microsoft.comSimplify the way in which the coKindFun in CoercionTyCo...
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyIndexed newtypes
2006-09-20 Manuel M T ChakravartyFixed bug in coercion for indexed data types
2006-09-20 Manuel M T ChakravartyPattern matching of indexed data types
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyMake newtype Coercion eta-contract if the tails of...
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyMake sym coercion smart constructor smarter, add comments
2006-09-20 Manuel M T ChakravartyFix GADT refinement fix-pointing, add ASSERTs and a...
2006-08-07 Manuel M T ChakravartyComments only
2006-08-07 Manuel M T ChakravartyCorrect grevious bug in mkSymCoercion
2006-08-06 Manuel M T ChakravartyRemove Control-M from Coercion.hs
2006-08-06 Manuel M T ChakravartyAdd Coercion.lhs