View patterns, record wildcards, and record puns
[ghc-hetmet.git] / compiler / types /
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
2007-06-29 simonpj@microsoft.comMany comments about oclose, plus a fix for Trac #1456
2007-06-29 Manuel M T ChakravartyOverlap check for type families
2007-06-28 simonpj@microsoft.comImprove error message when there is instance overlap
2007-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-05-23 simonpj@microsoft.comImprove the interaction of 'seq' and associated data...
2007-05-23 simonpj@microsoft.comWhite-space only
2007-05-11 Tom Schrijverstype family normalisation
2007-05-19 Pepe IborraRewrite the unsafe code dealing with unboxed primitives...
2007-05-14 Manuel M T ChakravartyRevised signature of tcLookupFamInst and lookupFamInstEnv
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
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-04 simonpj@microsoft.comFix the pruning of dead case alternatives
2007-05-04 simonpj@microsoft.comisDataTyCon should be False for all type families,...
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 simonpj@microsoft.comUse pprSourceTyCon; delete unused tyConOrigHead
2007-05-02 simonpj@microsoft.comFixes to data type families
2007-04-25 simonpj@microsoft.comFix misleading debug trace
2007-04-24 Pepe IborraWhen a type is refined after :print, propagate the...
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-04-22 simonpj@microsoft.comFixes to datacon wrappers for indexed data types
2007-04-02 simonpj@microsoft.comMake type-tidying work for coercion variables
2007-03-21 simonpj@microsoft.comRemove redundant exports from a hs-boot file
2007-02-23 Manuel M T ChakravartyMoved argument position info of ATs into tycon rhs...
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-21 simonpj@microsoft.comRemove dead code from FunDeps
2007-02-05 simonpj@microsoft.comImprove simplification of coercions
2007-02-02 simonpj@microsoft.comFix a pair of classic, but tricky, bugs in the type...
2007-01-11 simonpj@microsoft.comAdd comments about invariants
2007-01-11 simonpj@microsoft.comAdd the function TypeRep.pprTypeApp, and use it
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
2007-01-10 Manuel M T ChakravartycheckTauTvUpdate: take synonym families into account
2007-01-04 Manuel M T ChakravartyFix and improve deriving for indexed data types
2007-01-03 simonpj@microsoft.comAdd a type synonym for FamInstEnvs
2007-01-03 simonpj@microsoft.comComments only
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T ChakravartyEqPred pretty prints as ~ and equalities without brackets
2006-12-18 Manuel M T ChakravartyDeriving for indexed data types
2006-12-10 Pepe IborraClosure inspection in GHCi
2006-11-24 simonpj@microsoft.comImprove handling of implicit parameters
2006-11-10 simonpj@microsoft.comUse implication constraints to improve type inference
2006-11-10 simonpj@microsoft.comCosmetics and debug printing only
2006-11-06 simonpj@microsoft.comTidy up substitutions
2006-11-01 simonpj@microsoft.comComments and layout only
2006-11-01 simonpj@microsoft.comRemove unused import
2006-10-19 Manuel M T ChakravartyFix family instance bug due to the name parent elimination
2006-10-19 Ian LynaghFix stage1 build with 6.2.1 (from Andy Gill)
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-18 simonpj@microsoft.comAdd comment about arity
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-12 Manuel M T ChakravartyOverlap check for family instances def'd in current...
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-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-09 Ian LynaghUpdate hi-boot files to fix building with old GHCs
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-06 simonpj@microsoft.comImport trimming
2006-09-29 simonpj@microsoft.comSimplify the way in which the coKindFun in CoercionTyCo...
2006-09-29 simonpj@microsoft.comSpelling correction
2006-09-14 Andres Loehfix typo in comment
2006-09-23 simonpj@microsoft.comThe unboxed tuple kind is (#), not (##)
2006-09-23 simonpj@microsoft.comComplete definition of cmPredX to take account of EqPred
2006-09-23 simonpj@microsoft.comCorrect crucial typo in isSubKind (kc1 -> kc2)!
2006-09-23 simonpj@microsoft.comRe-work the newtype-deriving support
2006-09-23 simonpj@microsoft.comRemove dead code concerning coercions from TypeRep
2006-09-23 simonpj@microsoft.comAdd VarSet.disjointVarSet, and use it
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-21 audreyt@audreyt.org* TypeRep.lhs and TypeRep.lhs-boot didn't agree on...
2006-09-20 Manuel M T ChakravartyAdding FamInstEnv & FamInst modules
2006-09-20 Manuel M T ChakravartyFix type checking of imported data instances
2006-09-20 Manuel M T ChakravartyGet of fam inst index in ifaces
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 ChakravartyCheck category of type instances and some newtype famil...
2006-09-20 Manuel M T ChakravartyChecking conformance of AT indexes with instance heads
2006-09-20 Manuel M T ChakravartyCheck that AT instance is in a class
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
next