Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / basicTypes / Name.lhs
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2011-04-24 Ian LynaghDerive some Typeable instances
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-08-30 benl@ouroborus.netImplement -dsuppress-module-prefixes
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-08-21 Simon MarlowUse explicit Word32/Int32 in place of Int in the on...
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2008-08-11 simonpj@microsoft.comWhen suppressing uniques, don't print the separating...
2008-08-07 Max BolingbrokeDocument Name and expand it's API
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Name
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/Name
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-11-14 Pepe IborraMake pprNameLoc more robust in absence of loc information
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
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-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-04-25 simonpj@microsoft.comImprove hashing of expressions for CSE (reduces warning...
2006-11-29 andy@galois.comTickBox representation change
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-09-18 Manuel M T ChakravartyType tags in import/export lists
2006-07-25 Simon MarlowUnbox the Unique stored in a Name
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree