Do dependency analysis when kind-checking type declarations
[ghc-hetmet.git] / compiler / rename / RnNames.lhs
2011-01-10 simonpj@microsoft.comDo dependency analysis when kind-checking type declarations
2010-11-27 Michal TerepetaImprove error message when importing data constructors...
2010-12-19 Ian LynaghSmall refactoring
2010-11-27 Michal TerepetaDon't warn of duplicate exports in case of module exports.
2010-10-30 Michal TerepetaFix whitespace/layout in RnNames.
2010-11-15 simonpj@microsoft.comFix -fwarn-missing-import-lists (fix Trac #4489)
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-09-15 simonpj@microsoft.comFix Trac #4240: -ddump-minimal-imports
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-01 simonpj@microsoft.comFix second bug in Trac #4127
2010-06-20 Ian LynaghImprove the missing-import-list warning
2010-06-20 Ian LynaghTweak missing-import-list warning
2010-06-18 amsay@amsay.nettrac #1789 (warnings for missing import lists)
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-03-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
2010-01-04 simonpj@microsoft.comFix Trac #3792: check for qualified names in import...
2010-01-02 Ian LynaghWhitespace only
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-11-15 Duncan CouttsFix formatting of module deprecation/warning messages
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
2009-07-07 Ian LynaghWhen exporting F(..), all the children of F are also...
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-02 Manuel M T ChakravartyFIX #3197
2009-04-26 Ian LynaghGHC new build system megapatch
2009-03-13 simonpj@microsoft.comAdjust error message slightly to make it clearer
2008-10-03 simonpj@microsoft.comExpunge ThFake, cure Trac #2632
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
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-07-31 Max BolingbrokeAdd some type signatures to RnNames
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-06-16 Ian LynaghMore commandline flag improvements
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-20 simonpj@microsoft.comFix Trac #2293: improve error reporting for duplicate...
2008-05-03 Ian LynaghFix warnings in RnNames
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RnNames
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-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenReplace ioToTcRn with liftIO
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
2007-10-24 Ian Lynagh-ftype-families -> -XTypeFamilies
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
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-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-08-07 Roman LeshchinskiyImplicitly import NDP stuff when vectorising
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-06-19 simonpj@microsoft.comImprove misleading warning (Trac #1422)
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-04-11 Simon MarlowRationalise GhcMode, HscTarget and GhcLink
2007-04-01 Ian LynaghMake error message output order consistent
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-01-05 Manuel M T ChakravartyHsSyn clean up for indexed types
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-23 Manuel M T ChakravartyClean up debugging code in RnNames
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-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-18 Manuel M T ChakravartyType tags in import/export lists
2006-09-18 Manuel M T Chakravartycomment for getLocalDeclBinders
2006-09-15 Manuel M T ChakravartyAdded error checks & fixed bugs
2006-09-15 Manuel M T ChakravartyMigrate cvs diff from fptools-assoc branch
2006-09-06 simonpj@microsoft.comCheck that top-level binders are unqualified names
2006-08-22 Simon Marlowminor fix to the clashing export error message
2006-08-09 Simon MarlowRemove old FFI syntax
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-04 Duncan CouttsFix for warning message (bug #812)
2006-04-07 Simon MarlowReorganisation of the source tree