Make TcUnify warning-free
[ghc-hetmet.git] / compiler / main /
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
2008-01-22 Simon Marlowcleanup only
2008-01-21 Ian LynaghFix warnings in main/CmdLineParser
2008-01-20 Ian LynaghNormalise FilePaths before printing them
2008-01-19 Ian LynaghFix warnings in main/Main
2008-01-19 Ian LynaghSupport multiple -e flags
2008-01-19 Ian LynaghFix whitespace
2008-01-19 Ian LynaghFix giving an error if we are given conflicting mode...
2007-12-12 judah.jacobson@gma... Use -framework-path flags during the cc phase. Fixes...
2008-01-18 simonpj@microsoft.comAdd quasi-quotation, courtesy of Geoffrey Mainland
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-17 simonpj@microsoft.comAdd -fspec-inline-join-points to SpecConstr
2008-01-17 Clemens FruhwirthFix references to Filepath
2008-01-16 Clemens FruhwirthUse runPhase_MoveBinary also for generating a dynamic...
2008-01-10 Clemens FruhwirthRemove -fhardwire-lib-paths in favour of -dynload sysdep
2008-01-16 Clemens FruhwirthAdd -dynload flag as dynamic flag.
2008-01-16 Ian LynaghFix Makefile generatin on Windows
2008-01-16 Ian LynaghFix slash direction on Windows with the new filePath...
2008-01-16 Ian LynaghFix typo
2008-01-10 Clemens FruhwirthAdd Main.dyn_o deployed into the RTS library dir to...
2008-01-15 Ian LynaghFix generating dependencies for different ways now...
2008-01-14 Ian LynaghRemove an extra ) that was breaking the build on Windows
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2008-01-12 Ian LynaghFilePath fixes
2008-01-12 Ian LynaghUse System.FilePath
2008-01-10 simonpj@microsoft.comFix 2030: make -XScopedTypeVariables imply -XRelaxedPolyRec
2008-01-09 Roman LeshchinskiyMore refactoring in getCoreToDo
2008-01-09 Roman LeshchinskiyAdd -fsimplifier-phases option
2008-01-09 Roman LeshchinskiyRefactor getCoreToDo slightly
2008-01-07 simonpj@microsoft.comAdd -XImpredicativeTypes, and tighten up type-validity...
2008-01-03 simonpj@microsoft.comRemove -funfolding-update-in-place flag documentation
2008-01-02 Simon Marlowfix validation failure on non-i386
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-20 simonpj@microsoft.comRemove obselete code for update-in-place (which we...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-14 Roman LeshchinskiySeparate and optional size thresholds for SpecConstr...
2007-12-04 simonpj@microsoft.comMake HscTypes.tyThingId respond not panic on ADataCon
2007-12-13 Roman LeshchinskiyAllow more than 3 simplifier iterations to be run in...
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
2007-12-02 Ian LynaghUse GHC.Exts rather than GHC.Prim
next