Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / compiler / rename /
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Manuel M T ChakravartyTFs: Allow repeated variables in left-hand sides of...
2008-09-10 simonpj@microsoft.comRename a variable
2008-09-04 Ian LynaghAdd a note explaining a couple of seq's
2008-08-30 Ian LynaghSquash a space leak
2008-08-30 Ian LynaghFix a space leak
2008-08-30 Ian Lynaghfix a space leak
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-21 simonpj@microsoft.comImprove error message when 'forall' is not a keyword
2008-08-20 simonpj@microsoft.comElaborate for-all message slightly
2008-08-05 Simon MarlowDon't warn if 'import Prelude' doesn't import anything
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-12 simonpj@microsoft.comFix Trac #2490: sections should be parenthesised
2008-08-12 simonpj@microsoft.comRefactoring: define TcRnMonad.failWith and use it in...
2008-08-12 simonpj@microsoft.comLayout only
2008-08-11 simonpj@microsoft.comMostly fix Trac #2431: make empty case acceptable to...
2008-08-11 simonpj@microsoft.comFix Trac #2506: infix assert
2008-08-11 simonpj@microsoft.comUse do-notation
2008-07-31 Max BolingbrokeFollow Digraph changes in RnBinds and small refactoring
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-31 Max BolingbrokeAdd some type signatures to RnNames
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-04 simonpj@microsoft.comFix Trac #2310: result type signatures are not supporte...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-20 simonpj@microsoft.comFix Trac #2292: improve error message for lone signatures
2008-05-20 simonpj@microsoft.comFix Trac #2293: improve error reporting for duplicate...
2008-05-06 simonpj@microsoft.comFix Trac #2246; overhaul handling of overloaded literals
2008-05-04 Ian LynaghFix the stage 1 build
2008-05-03 Ian LynaghRemove a hack from a time when ghc couldn't do seq
2008-05-03 Ian LynaghMake RnExpr warning-free
2008-05-03 Ian LynaghMake RnEnv warning-free
2008-05-03 Ian LynaghFix warnings in RnNames
2008-05-03 Ian LynaghMake RnBinds warning-free
2008-05-03 Ian LynaghChange a mappM to mapM_
2008-05-03 Ian LynaghMake RnPat warning-free
2008-05-03 Ian LynaghMake RnHsDoc warning-free
2008-05-03 Ian LynaghMake RnSource warning-free
2008-05-03 Ian LynaghMake RnHsSyn warning-free
2008-05-03 Ian LynaghWhitespace only
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnExpr
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnSource
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnBinds
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnPat
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnTypes
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnNames
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnEnv
2008-04-10 simonpj@microsoft.comFix Trac #2205, which I introduced recently
2008-04-04 simonpj@microsoft.comFix Trac #2188: scoping in TH declarations quotes
2008-04-03 simonpj@microsoft.comFix Trac #2136: reporting of unused variables
2008-04-02 simonpj@microsoft.comFix Trac #2137: report correct location for shadowed...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghFix typo; spotted by Bdh in #ghc
2008-03-26 Ian LynaghFix warnings in rename/RnTypes
2008-02-26 simonpj@microsoft.comFix Trac #2111: improve error handling for 'rec' in...
2008-02-22 simonpj@microsoft.comFix Trac #2114: error reporting for 'forall' without...
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-07 Ian LynaghRemove unused import
2008-02-05 Ian LynaghUse isEmptyUniqSet rather than isNullUFM
2008-01-24 Ian LynaghFix the build
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
2008-01-17 Twan van LaarhovenMonadify rename/RnTypes: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify rename/RnPat: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify rename/RnNames: use return and standard monad...
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-17 Twan van LaarhovenMonadify rename/RnBinds: use do, return and standard...
2008-01-21 simonpj@microsoft.comFix Trac #2055
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-14 Ian LynaghGive an error if view pattern syntax is used in an...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-13 simonpj@microsoft.comUse Unix format for RnPat (no other change)
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-11-12 David WaernMerge from Haddock: Add <<url>> for images
2007-11-01 simonpj@microsoft.comUpdate error message to mention -XPatternSignatures...
2007-10-27 simonpj@microsoft.comIn a pattern binding, a type sig in the pattern cannot...
2007-10-24 Ian Lynagh-ftype-families -> -XTypeFamilies
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-19 simonpj@microsoft.comMake the error message mentioning -XPatternSignatures...
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-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-09 simonpj@microsoft.comTrim imports
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-11 David WaernRemove comment
2007-07-10 Ian LynaghAlpha-rename a variable
2007-07-09 Ian LynaghAdd -XPatternSigs flag
2007-07-09 Ian LynaghAdd -XTypeOperators flag
2007-07-08 Ian LynaghAdd PatternGuards flag
2007-07-08 Ian LynaghAdd -XParallelListComp
2007-06-28 simonpj@microsoft.comAdd flags for record extensions; still not working...
2007-06-23 Ian LynaghFix an error message
next