Serialise nested unfoldings across module boundaries
[ghc-hetmet.git] / compiler / iface / IfaceType.lhs
2010-10-25 simonpj@microsoft.comSerialise nested unfoldings across module boundaries
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-03-01 simonpj@microsoft.comFix pretty-printing of IfaceAnyTc (fixes Trac #3883)
2010-02-25 simonpj@microsoft.comAdd comment
2009-10-15 simonpj@microsoft.comFix Trac #959: a long-standing bug in instantiating...
2008-09-20 simonpj@microsoft.comComments only: replace ":=:" by "~" (notation for equal...
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-05-04 Ian LynaghMake IfaceType warning-free
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IfaceType
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
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-04-25 simonpj@microsoft.comRetain inline-pragma information on unfoldings in inter...
2006-11-10 simonpj@microsoft.comTrim imports
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
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-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-09-21 Manuel M T ChakravartyExtend IfaceSyn.eqIfTc to cover type kind variants...
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-24 Simon MarlowIn interface files, store FastStrings rather than OccNa...
2006-04-07 Simon MarlowReorganisation of the source tree