Add data type information to VectInfo
[ghc-hetmet.git] / compiler / iface / TcIface.lhs
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
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-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-04-25 Manuel M T ChakravartyGenerating synonym instance representation tycons
2007-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-30 simonpj@microsoft.comThe ru_local field of a CoreRule is False for implicit Ids
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
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-01-11 simonpj@microsoft.comUpdate comments
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-11-29 andy@galois.comTickBox representation change
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-24 Simon Marlowfix indentation wibble to make it compile with 5.04
2006-10-13 simonpj@microsoft.comAdd assertion checks for mkCoVar/mkTyVar
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comFix up the typechecking of interface files during ...
2006-10-04 simonpj@microsoft.comImprove pretty printing slightly
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family 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 ChakravartyFixed two bugs concerning fanilies
2006-09-20 Manuel M T ChakravartyIntroduce coercions for data instance decls
2006-09-20 Manuel M T ChakravartyExtend TyCons and DataCons to represent data instance...
2006-09-20 Manuel M T ChakravartyExtended TyCon and friends to represent family declarations
2006-09-20 Manuel M T ChakravartyAdd missing co_vars to tcIfaceDataAlt
2006-09-20 Manuel M T ChakravartyComplete OccName->FS change in TcIface
2006-09-20 Manuel M T Chakravartymake dataConInstPat take a list of FastStrings rather...
2006-09-20 Manuel M T ChakravartyFix problem with selectors for GADT records with unboxe...
2006-09-20 Manuel M T ChakravartyFix bug in type checking interface DataAlts
2006-09-20 Manuel M T Chakravartyfixing record selectors
2006-09-18 Manuel M T ChakravartyRemove argument variance info of tycons
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-15 simonpj@microsoft.comAllow class and instance decls in hs-boot files
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-24 Simon MarlowIn interface files, store FastStrings rather than OccNa...
2006-06-05 simonpj@microsoft.comRemove InlinePlease and add inline function and RULE
2006-05-22 simonpj@microsoft.comTransmit inline pragmas faithfully
2006-04-07 Simon MarlowReorganisation of the source tree