Slight refactoring
[ghc-hetmet.git] / compiler / main /
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
2008-06-12 Ian LynaghMake SysTools warning-free
2008-06-12 Ian LynaghRemove some CPPery with the help of a new value isWindo...
2008-06-12 Ian LynaghRemove unused FFI import GetTempPathA (getTempPath)
2008-06-11 Ian LynaghWhitespace only, in SysTools
2008-06-11 Ian LynaghGet rid of the last remnants of PROJECT_DIR
2008-06-06 Ian LynaghShow whether DEBUG is on in ghc --info
2008-06-05 simonpj@microsoft.comDesugar multiple polymorphic bindings more intelligently
2008-06-03 Simon MarlowNew flag: -dno-debug-output
2008-06-03 Simon Marlow-no-link-chk has been a no-op since at least 6.0; remove it
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-30 Simon Marlowdisable SAT for now (see #2321)
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-23 Simon Marlowdon't make -ddump-if-trace imply -no-recomp
2008-05-20 Roman LeshchinskiyAdd -Odph
2008-05-20 Roman LeshchinskiyMake -f[no-]method-sharing a dynamic flag
2008-05-10 Ian LynaghFollow changes in Cabal
2008-05-07 Roman LeshchinskiyVectorise even with -O0
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-22 Ian LynaghFix build
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in StaticFlags
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in InteractiveEval
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprTyThing
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DriverMkDepend
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in GHC
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DriverPipeline
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HscMain
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SysTools
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Finder
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HscTypes
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Packages
2008-04-22 simonpj@microsoft.comRemove static flag opt_RuntimeTypes (has not been used...
2008-04-21 pepeFix #2044 (:printing impredicatively typed things)
2008-04-11 simonpj@microsoft.comRevive the static argument transformation
2008-04-10 Tim ChevalierAnother round of External Core fixes
2008-04-06 Tim ChevalierImprove error message for malformed LANGUAGE pragma
2008-04-06 Tim ChevalierImprove error message for non-matching file name
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghMake use of the SDoc type synonym
2008-03-26 Ian Lynaghmain/BreakArray has no warnings
2008-03-25 Ian LynaghFix warnings in main/DriverPhases
2008-03-25 Ian LynaghRemove redundant type sig
2008-03-25 Ian LynaghFix warnings in main/HscStats
2008-03-25 Ian LynaghFix warnings in main/Constants
2008-03-25 Ian LynaghFix warnings in main/InteractiveEval
2008-03-25 Ian LynaghFix warnings in main/Packages
2008-03-25 Ian LynaghFix warnings in main/PprTyThing
2008-03-25 Ian LynaghFix warnings in main/StaticFlags
2008-03-23 Ian LynaghFollow library changes
2008-03-16 Ian LynaghFix a space leak in :trace (trac #2128)
2008-03-16 Ian LynaghIf we are failing due to a warning and -Werror, say so
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-03-06 simonpj@microsoft.comFix Trac #2138: print the 'stupid theta' of a data...
2008-03-06 simonpj@microsoft.comImprove SpecConstr for local bindings: seed specialisat...
2008-02-28 Simon MarlowEnable -prof -threaded (#886)
2008-02-19 simonpj@microsoft.comFix Trac #2082
2008-02-22 simonpj@microsoft.comAdd type sigs and minor refactoring
2008-02-09 Simon MarlowFIX #2023: substitute for $topdir in haddockInterfaces...
2008-02-17 Tim ChevalierPrint better error message for reading External Core
2008-02-07 Simon MarlowRemove old code to get TMPDIR, use System.Directory...
2008-02-11 Roman LeshchinskiySymbolic tags for simplifier phases
2008-02-11 Roman LeshchinskiyAllow -ddump-simpl-phases to specify which phases to...
2008-02-08 Simon MarlowRemove some of the old compat stuff now that we assume...
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 simonpj@microsoft.comInject implicit bindings before the simplifier (Trac...
2008-02-05 Manuel M T Chakravartyxcode build target for fixed /Library/Frameworks inst
2008-01-30 Ian LynaghFix warnings on non-Windows
2008-01-27 Twan van LaarhovenFixed warnings in main/ErrUtils
2008-01-27 Twan van LaarhovenFixed warnings in main/HeaderInfo, except for incomplet...
2008-01-27 Twan van LaarhovenFixed warnings in main/DynFlags
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-23 Simon MarlowFIX #1750: throw out mutually recursive groups of packages
next