Another round of External Core fixes
[ghc-hetmet.git] / compiler / rename /
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
2007-06-21 simonpj@microsoft.comUse the correct flag for controlling scoped type variab...
2007-06-21 LemmihAdd several new record features
2007-06-20 simonpj@microsoft.comTrivial fix to clear Trac #1386
2007-06-20 simonpj@microsoft.comUnused import
2007-06-19 simonpj@microsoft.comImprove misleading warning (Trac #1422)
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-02 simonpj@microsoft.comMake records work properly with type families
2007-05-02 simonpj@microsoft.comImprove error reporting for type signatures
2007-04-25 simonpj@microsoft.comGive the inferred type when warning of a missing type...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-01 Ian LynaghMake error message output order consistent
2007-03-23 simonpj@microsoft.comRemove dead code from rnExpr (Var v); seems to be a...
2007-03-23 simonpj@microsoft.comTidy up refactoring only
2007-03-16 simonpj@microsoft.comRefactor TcRnDriver, and check exports on hi-boot files
2007-02-21 simonpj@microsoft.comDeal more correctly with orphan instances
2007-02-20 simonpj@microsoft.comFix obscure bug in reportDeprecations
2007-02-07 simonpj@microsoft.comFix bug in -ddump-minimal imports Trac #1025
2007-02-04 lennart@augustsson.netExport a function to grab the local environment as... 2007-02-05
2007-02-04 lennart@augustsson.netMake HsRecordBinds a data type instead of a synonym.
2006-12-21 lennart@augustsson.netAdd support for overloaded string literals.
2007-01-05 davve@dtek.chalmers.seRemove the DocEntity type. Fixes the problem with dupli...
2007-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
2007-01-02 simonpj@microsoft.comBig tidy-up of deriving code
2006-12-29 Manuel M T Chakravartydata family declarations are fine without any type...
2006-12-29 simonpj@microsoft.comAvoid duplicate error report when renaming HsDoc stuff
2006-12-29 andy@galois.comAdding a GENERATED pragma
2006-12-28 Manuel M T ChakravartyParse and desugar equational constraints
2006-12-19 Manuel M T ChakravartyFixed uninitialised FunBind fun_tick field
2006-12-10 Pepe IborraThe breakpoint primitive
2006-11-06 simonpj@microsoft.comWarn only of explicit imports that are unused (test...
2006-11-02 simonpj@microsoft.comImprove handling of unused imports (test is mod75)
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
2006-11-02 simonpj@microsoft.comFix handling of non-in-scope exports (fixes test mod7)
2006-11-01 simonpj@microsoft.comMinor refactoring
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-23 Manuel M T ChakravartyClean up debugging code in RnNames
2006-10-22 Manuel M T ChakravartyFix handling of family instances in the presense of...
2006-10-21 Manuel M T ChakravartyFix parent position in RnNames.nubAvails 2006-10-22
2006-10-21 Manuel M T ChakravartyFix export of associated families with new name parent...
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-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowMore import tidying and fixing the stage 2 build
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-06 simonpj@microsoft.comComments and an import-trim
2006-10-06 simonpj@microsoft.comBale out before renamer errors are duplicated
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
next