Fix Trac #2111: improve error handling for 'rec' in do-notation
[ghc-hetmet.git] / compiler / main /
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
2007-11-06 Simon Marlowwarning police
2007-06-25 nr@eecs.harvard.edurequest for documentation of a new argument
2007-11-03 Ian LynaghMERGED: Define and use $httptopdir for the haddock...
2007-11-01 David WaernRefactor Haddock options
2007-10-27 Tim ChevalierMake compileToCore return the module name and type...
2007-10-16 simonpj@microsoft.comFix #1709: do not expose the worker for a loop-breaker
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-10 Simon MarlowFIX #1681: withBreakAction had too large a scope in...
2007-10-09 Simon MarlowFIX #1743, create a fresh unique for each Id we bind...
2007-10-09 Simon Marlowremove the "-unreg" flag and the unregisterised way...
2007-10-09 Simon Marlowwarning removal
2007-10-03 Simon Marlowwarning removal
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-03 Simon Marlowremove most warnings
2007-10-08 Simon MarlowFIX #1748: -main-is wasn't handling the case of a singl...
2007-09-27 Simon Marlowfurther stub filename fix: I managed to break non-stubd...
2007-09-26 Simon MarlowFIX -stubdir bug: the .hc file was #including the wrong...
2007-09-26 Clemens FruhwirthRemove current package from preloaded package set
2007-09-23 Ian LynaghNotice when C modules have changed when deciding whethe...
2007-09-23 Ian LynaghWhitespace changes only
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-19 Ian LynaghFix --print-docdir for relocatable builds; fixes #1226
next