fix haddock submodule pointer
[ghc-hetmet.git] / compiler / iface / IfaceEnv.lhs
2010-10-21 Ian LynaghUse takeUniqFromSupply in IfaceEnv
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2009-08-18 Thomas SchillingRemove the lock around NameCache for readBinIface.
2009-08-17 Thomas SchillingMake access to NameCache atomic. Sometimes needs a...
2009-07-07 Ian LynaghRemove unused imports
2009-01-13 simonpj@microsoft.comFix Trac #2937: deserialising assoicated type definitions
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-08-04 Ian LynaghFollow the tuple datatype movements
2008-07-31 Max BolingbrokeComment only in IfaceENv
2008-05-04 Ian LynaghMake IfaceEnv warning-free
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenMonadify iface/IfaceEnv: use do, return and standard...
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-07-11 andy@galois.comAdding tick boxes to the interface syntax; fixes #1510
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-03-16 simonpj@microsoft.comComment out debug traces
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-09-29 simonpj@microsoft.comRemove Linear Implicit Parameters, and all their works
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-25 Simon Marlowtiny bit of extra strictness
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Simon Marlowunused import
2006-07-24 Simon MarlowIn interface files, store FastStrings rather than OccNa...
2006-05-25 simonpj@microsoft.comImprove error reporting in interface typechecking
2006-04-07 Simon MarlowReorganisation of the source tree