Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / compiler / main /
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-09-27 Simon MarlowAdd -outputdir flag (#2295)
2008-09-16 Neil MitchellMake the matching of the filename ghc.exe case insensit...
2008-09-25 Bertram FelgenhauerFix parsing of -ignore-package flag.
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-20 Ian LynaghRemove fno-method-sharing from the list of static flags
2008-09-18 pepeFix a couple of issues with :print
2008-09-18 Chaddai FoucheRichTokenStream support
2008-09-18 Ian LynaghWhen passing gcc -B, also tell it where the mingw inclu...
2008-09-17 simonpj@microsoft.comRe-adjust interaction between -ddump flags and force...
2008-09-17 simonpj@microsoft.comAdd Outputable GhcMode instance
2008-09-17 Thomas SchillingChange 'loadWithCompiler' callback argument to just...
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
2008-09-16 Roman LeshchinskiyAdd -fdph-this
2008-09-16 Roman LeshchinskiyRemove last traces of package ndp
2008-09-12 Roman LeshchinskiyExpose the dph packages automatically if -dph-* is set
2008-09-10 Roman Leshchinskiy-Odph implies -fno-spec-constr-count
2008-09-15 simonpj@microsoft.comDo not use the Static Arg Transformation by default...
2008-09-14 Thomas SchillingUse 'GhcMonad' in InteractiveEval.
2008-09-14 Thomas SchillingUse 'GhcMonad' in GHC and split up checkModule into...
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverPipeline. Also haddockify...
2008-09-14 Thomas SchillingUse 'GhcMonad' in HscMain.
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverMkDepend.
2008-09-14 Thomas SchillingHaddockify DynFlags (partial).
2008-09-14 Thomas SchillingDocument 'parseStaticFlags'.
2008-09-14 Thomas SchillingIntroduce 'GhcMonad' class and two default implementati...
2008-09-14 Thomas SchillingGive the "Failing due to -Werror" message a name.
2008-09-14 Thomas SchillingAdd aliases for bags of warnings and errors.
2008-09-15 Tim ChevalierSlightly more helpful panic message in DynFlags
2008-09-14 Tim ChevalierComments only: ".core" => ".hcr"
2008-09-10 simonpj@microsoft.comRobustify the setting of implied flags
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-28 Ian LynaghDisambiguate some names in haddock comments
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-26 simonpj@microsoft.comFix flaggery for RULES (cf Trac #2497)
2008-08-25 Ian Lynaghsyb is now in its own package
2008-08-21 Simon MarlowDon't use the cc-options from packages when compiling...
2008-08-13 Ian LynaghFollow changes in Cabal
2008-08-12 Simon Marlowput back -fwarn-depcrecations
2008-08-13 simonpj@microsoft.comImprove error message for deprecated flags (Trac #2513)
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-07-31 Max BolingbrokeDocument HscTypes, refactor it somewhat, remove unused...
2008-07-31 Max BolingbrokeDocument Packages and a minor refactoring
2008-07-31 Max BolingbrokeDocument DynFlags and expand API
2008-07-31 Max BolingbrokeDocument InteractiveEval and follow OccName change
2008-08-07 Ian LynaghFollow Digraph changes in GHC; patch from Max Bolingbroke
2008-07-31 Max BolingbrokeExpand ErrUtils api with another plain variant
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-08-04 simonpj@microsoft.comFix Trac #2467: decent warnings for orphan instances
2008-08-04 simonpj@microsoft.comFix the bug part of Trac #1930
2008-08-03 Ian Lynaghhaddock fixes
2008-07-31 Max BolingbrokeDocument PackageConfig
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-28 Simon MarlowComplete the changes for #1205
2008-07-25 Simon Marlowupdate the comments about how we find $topdir
2008-07-25 Simon Marlowtry to fix the way we find $topdir
2008-07-24 Simon MarlowDon't prematurely link shared libraries against the...
2008-07-22 Ian LynaghWarn about unrecognised pragmas; these often mean we...
2008-07-22 Ian LynaghAdd replacements for the -optdep flags, and deprecate...
2008-07-20 Ian LynaghFirst step for getting rid of the old -optdep flags
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-18 Ian LynaghChange how inplace detection works, so that it also...
2008-07-18 Ian LynaghMore build system changes; ghc-pkg is now built with...
2008-07-17 Ian LynaghFix some argument names
2008-07-16 Ian LynaghFix the inplace compiler finding package.conf on Windows
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-14 Simon MarlowFIX BUILD on Windows
2008-07-11 Simon MarlowFIX #2248
2008-07-11 Simon MarlowFIX #2302: print FastStrings in UTF-8 in error messages
2008-07-11 Simon MarlowFIX #2278: don't complain if the -odir directory doesn...
2008-07-12 Ian LynaghAdd PostfixOperators flag for (e op) postfix operators...
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-07-11 Simon Marlowsmall improvement to an error message
2008-07-11 Simon MarlowFIX #2381, and improve the fix for #1565
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
2008-07-09 Ian LynaghRemove all references to -mno-cygwin
2008-07-09 Simon Marlow#1205: ':load foo.hs' in GHCi always compiles to bytecode
2008-07-09 Simon Marlowadd -fwarn-dodgy-foreign-imports (see #1357)
2008-07-08 Ian LynaghFix build; Opt_LinkHaskell98 is now Opt_AutoLinkPackages
2008-07-08 Ian LynaghExtend the flag for not automatically linking haskell98
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-07 simonpj@microsoft.comFix Trac #2386: exceesive trimming of data types with...
2008-07-05 Ian LynaghAdd a flag to disable linking with the haskell98 package
2008-07-02 Roman LeshchinskiyCommand-line options for selecting DPH backend
2008-07-01 Roman LeshchinskiyMake dph-seq and dph-par wired-in packages
2008-06-29 Ian LynaghFollow Cabal changes
2008-06-26 Ian LynaghFollow Cabal changes
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
next