Use OPTIONS rather than OPTIONS_GHC for pragmas
[ghc-hetmet.git] / compiler / rename / RnNames.lhs
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