White space only
[ghc-hetmet.git] / compiler / main /
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...
2008-06-18 Ian LynaghMake the wired-in packages code handle ndp mapping...
2008-06-16 simonpj@microsoft.comFix Trac #2321: bug in SAT
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-15 Ian LynaghAllow -X flags to be deprecated, and deprecate RecordPu...
2008-06-14 Ian LynaghFix some warnings in ParsePkgConf
2008-06-14 Ian LynaghFix warnings in Main
2008-06-14 Ian LynaghUse maybePrefixMatch in StaticFlags rather than redefin...
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp
2008-06-14 Ian LynaghTweak the deprecated flags warning
2008-06-14 Ian LynaghGet -recomp and -no-recomp the right way round
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian Lynagheta-reduce a Monad type synonym, so we can use it non...
2008-06-14 Ian LynaghUse a proper datatype, rather than pairs, for flags
2008-06-14 Ian LynaghFix warnings in DriverMkDepend
2008-06-14 Ian LynaghFix whitespace in DriverMkDepend
2008-06-14 Ian LynaghFix the last warnings in DynFlags
2008-06-14 Ian LynaghPass dynflags down to loadPackageConfig rather than...
2008-06-14 Ian LynaghMake initSysTools use the dflags it is passed, rather...
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-06-14 Ian LynaghWhitespace only in DynFlags
next