Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / main / HeaderInfo.hs
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the Finder
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-09-24 Ian LynaghChange "OPTIONS" to "OPTIONS_GHC" in error messages...
2010-09-18 Ian LynaghAdd separate functions for querying DynFlag and Extensi...
2010-07-24 Ian LynaghAdd support for Haskell98 and Haskell2010 "languages"
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-07 Ian LynaghHandle haddock headers when looking for LANGUAGE/OPTION...
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2010-03-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-10-30 simonpj@microsoft.comImprove error message for malformed LANGUAGE pragma
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-04-28 Ian LynaghFix error handling
2009-04-21 Simon MarlowFIX #2500: Don't log warnings in getHeader
2009-04-21 Simon MarlowFIX #3153: we lost an EOF sentinel in the event of...
2009-03-12 Simon MarlowFIX #3079, dodgy parsing of LANGUAGE pragmas 2009-03-13
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-21 Thomas SchillingDocument exported functions in main/HeaderInfo.
2008-11-21 Thomas SchillingRemove warning supression klugde in main/HeaderInfo
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-04-06 Tim ChevalierImprove error message for malformed LANGUAGE pragma
2008-01-27 Twan van LaarhovenFixed warnings in main/HeaderInfo, except for incomplet...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-11-01 David WaernRefactor Haddock options
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-11 Simon MarlowFIX #1677; poor error message for misspelled module...
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-09 Simon MarlowFIX read030 (error message wibble)
2007-08-08 Magnus JonssonRemoved a dependency on Cabal that caused a build failu...
2007-08-05 Ian LynaghFollow Cabal changes
2007-08-04 Ian LynaghWe now need to pass a version to extensionsToGHCFlag
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-10-25 andy@galois.com6.4 compatiblity
2006-10-24 Simon Marlowfix 5.04 compile
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree