summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMake.hs
Commit message (Expand)AuthorAgeFilesLines
* Remote GHCi, -fexternal-interpreterSimon Marlow2015-12-171-1/+1
* Expose enabled language extensions to THBen Gamari2015-12-151-1/+2
* More typos in comments/docsGabor Greif2015-12-091-1/+1
* Revert "Unify hsig and hs-boot; add preliminary "hs-boot" merging."Edward Z. Yang2015-11-161-66/+37
* Rename package key to unit ID, and installed package ID to component ID.Edward Z. Yang2015-10-141-2/+2
* Simplify type of ms_srcimps and ms_textual_imps.Edward Z. Yang2015-10-091-5/+3
* Remove (now bogus) assert.Edward Z. Yang2015-09-211-3/+6
* Unify hsig and hs-boot; add preliminary "hs-boot" merging.Edward Z. Yang2015-09-211-37/+66
* Revert "Revert "Revert "Support for multiple signature files in scope."""Edward Z. Yang2015-09-211-17/+2
* Driver: --make -o without Main should be an error (#10895)Thomas Miedema2015-09-201-9/+11
* Check options before warning about source imports.Alex Rozenshteyn2015-08-221-1/+2
* GhcMake: Fix spelling in commentBen Gamari2015-08-211-1/+1
* Replace (SourceText,FastString) with StringLiteral data typeAlan Zimmerman2015-08-021-1/+1
* Revert "Revert "Support for multiple signature files in scope.""Edward Z. Yang2015-07-201-2/+17
* Revert "Support for multiple signature files in scope."Edward Z. Yang2015-06-111-17/+2
* ApiAnnotations : strings in warnings do not return SourceTextAlan Zimmerman2015-06-011-1/+2
* Retain ic_monad and ic_int_print from external packages after loadwatashi2015-05-061-6/+20
* Support for multiple signature files in scope.Edward Z. Yang2015-04-071-2/+17
* Comments only, mostly typosThomas Miedema2015-04-031-1/+1
* Don't overwrite input file by defaultPhil Ruffwind2015-02-091-5/+13
* Use strict atomicModifyIORef' (added in GHC 7.6).Edward Z. Yang2015-01-281-3/+3
* Fix #9243 so recompilation avoidance works with -fno-codeEdward Z. Yang2015-01-031-2/+38
* Implementation of hsig (module signatures), per #9252Edward Z. Yang2014-10-241-32/+71
* 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