FIX #2197: an update frame might point to an IND_OLDGEN
[ghc-hetmet.git] / compiler / main /
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
2007-12-07 simonpj@microsoft.comRemove debug warning, and explain why
2007-12-05 Simon MarlowFIX #1110: hackery also needed when running gcc for CPP
2007-12-02 Pepe Iborrarefactoring only
2007-12-04 Simon Marlowfix race conditions in sandboxIO (#1583, #1922, #1946)
2007-11-30 Simon MarlowFIX #1914: GHCi forgot all the modules that were loaded...
2007-11-27 Simon Marlowgive a more useful message when the static flags have...
2007-11-27 Ian LynaghRemove the --print-docdir flag
2007-11-23 simonpj@microsoft.comTidy and trim the type environment in mkBootModDetails
2007-11-23 Simon Marlowrefactor: HscNothing and boot modules do not need desug...
2007-11-16 simonpj@microsoft.comAdd DEBUG-only flag -dsuppress-uniques to suppress...
2007-11-15 Simon MarlowFIX #1828: installing to a patch with spaces in
2007-11-14 David WaernAvoid making Either String an instance of Monad in...
2007-11-14 simonpj@microsoft.comRun the -frule-check pass more often (when asked)
2007-11-13 Pepe IborraGHCi debugger: added a new flag, -fno-print-binding...
2007-11-13 Pepe IborraFix Trac 1865: GHCi debugger crashes with :print
2007-10-04 Pepe Iborra Leftovers from the 1st GHCi debugger prototype
2007-11-13 Simon MarlowFIX #1653 (partially): add -X flags to completion for...
2007-11-11 Ian LynaghTurn -fprint-bind-result off by default
2007-11-07 Simon Marlow#1617: Add :browse! and various other additions to...
2007-11-06 Simon Marlowfix stage 1 compilation
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
next