swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / basicTypes / RdrName.lhs
2011-06-11 Simon Peyton JonesFix tracking of what RdrNames are used (fixes Trac...
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2010-12-22 simonpj@microsoft.comLayout and white space only
2010-07-01 simonpj@microsoft.comFix second bug in Trac #4127
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-07-17 simonpj@microsoft.comComment only
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2008-10-28 simonpj@microsoft.comFix Trac #2723: keep track of record field names in...
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-07-31 Max BolingbrokeDocument RdrName and expand its API
2008-07-20 Thomas SchillingFix Haddock errors.
2008-05-20 simonpj@microsoft.comFix Trac #2293: improve error reporting for duplicate...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Class
2008-01-26 Twan van LaarhovenFixed warnings in basicTypes/RdrName
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
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...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-10-20 Manuel M T ChakravartyFix processing of imports involving ATs with the new...
2006-10-13 simonpj@microsoft.comMore refactoring in RnNames
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-04 simonpj@microsoft.comFix comment in RdrName
2006-09-07 simonpj@microsoft.comFix the handling of names in declaration brackets
2006-08-11 simonpj@microsoft.comImprove error message (imported from Prelude at Implici...
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-14 simonpj@microsoft.comRecover gracefully from a Template Haskell programmers...
2006-04-07 Simon MarlowReorganisation of the source tree