summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMake.hs
Commit message (Expand)AuthorAgeFilesLines
* ghc --make: add nicer names to RTS threads (threaded IO manager, make workers)Sergei Trofimovich2014-08-041-0/+14
* Rename PackageId to PackageKey, distinguishing it from Cabal's PackageId.Edward Z. Yang2014-07-211-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-1/+1
* Cleaned up Maybes.lhsBaldur Blöndal2014-02-131-2/+2
* Always re-summarise modules when -fforce-recomp is setPatrick Palka2013-11-221-2/+4
* Load all modules before reporting errors (#8322)Joachim Breitner2013-11-021-106/+119
* Fix ./validate with GHC 7.6 as bootstrap compiler.Austin Seipp2013-09-091-0/+4
* Retain boot modules in getModLoopPatrick Palka2013-08-301-3/+3
* Rename DynFlags.parUpsweepNum to parMakeCountPatrick Palka2013-08-301-1/+1
* Merge branch 'master' into ghc-parmake-gsocPatrick Palka2013-08-301-1/+1
|\
| * Rework how iOS does linking (#8127)Austin Seipp2013-08-281-1/+1
* | Pass a DynFlags argument explicitly to typecheckLoopPatrick Palka2013-08-271-6/+5
* | Properly handle import loops in the parallel upsweepPatrick Palka2013-08-261-48/+132
* | Implement the parallel upsweep (#910)Patrick Palka2013-08-261-3/+351
|/
* Fix many ASSERT uses under Clang.Austin Seipp2013-06-181-2/+1
* Refactor the pipeline/hsc interactionIan Lynagh2013-03-071-4/+4
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-1/+1
* Update a commentIan Lynagh2013-01-111-2/+2
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-2/+2
* Fix #7231: don't unload stable modules when there is an error laterSimon Marlow2012-11-271-5/+12
* Some alpha renamingIan Lynagh2012-10-161-4/+4
* When dynamic-by-default, don't use the GHCi linkerIan Lynagh2012-10-131-1/+3
* Pass DynFlags down to mk_err_msgIan Lynagh2012-06-121-25/+27
* checkStability: respect -fforce-recomp (#6105)Simon Marlow2012-05-221-2/+4
* Read the source file timestamp *before* preprocessing (#6106)Simon Marlow2012-05-221-13/+12
* Clean up GhcMake a littleDavid Terei2012-03-231-282/+266
* Tabs -> SpacesDavid Terei2012-03-231-463/+455
* GHCi: add :seti, for options that apply only at the prompt (#3217)Simon Marlow2012-03-011-6/+9
* Switch to using the time package, rather than old-timeIan Lynagh2012-01-141-10/+10
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-1/+1
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
* commentSimon Marlow2011-10-101-0/+3
* Implement a findCycle function in Digraph,Simon Peyton Jones2011-07-221-42/+25
* Fix #481: use a safe recompilation check when Template Haskell isSimon Marlow2011-07-201-11/+12
* Restore home-package-plugin functionalityMax Bolingbroke2011-06-301-3/+3
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-1/+1
* Improve the reporting of module cycles, to give a nice message like thisSimon Peyton Jones2011-06-131-15/+48
* Formatting wibble in GhcMake.hsDavid Terei2011-04-261-6/+3
* Merge _stub.o files into the main .o file (Fixes #3687 and #706)Simon Marlow2011-04-051-14/+27
* remove ^Ms; comment updatesSimon Marlow2011-04-051-1463/+1465
* Split main/GHC into GHC and GhcMakesimonpj@microsoft.com2011-01-251-0/+1463