summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMake.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove an old OPTIONS_GHCÖmer Sinan Ağacan2018-12-201-4/+0
* Support generating HIE filesAlec Theriault2018-12-111-2/+11
* Replace most occurences of foldl with foldl'.klebinger.andreas@gmx.at2018-08-211-1/+1
* Improve missing-home-modules warning formattingMatthew Pickering2018-03-021-4/+9
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Fix incorrect retypecheck loop in -j (#14075)Edward Z. Yang2017-08-221-2/+48
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-24/+49
* Fix logic error in GhcMake.enableCodeGenForTHDouglas Wilson2017-07-111-16/+21
* Improve Wmissing-home-modules warning under CabalBen Gamari2017-07-111-1/+6
* Fix -fno-code for modules that use -XQuasiQuotesDouglas Wilson2017-07-031-1/+1
* Revert "Make module membership on ModuleGraph faster"Ben Gamari2017-06-271-34/+20
* Make module membership on ModuleGraph fasterBartosz Nitka2017-06-271-20/+34
* Refactor temp files cleanupDouglas Wilson2017-06-081-44/+37
* Efficient checks for stable modulesBartosz Nitka2017-05-301-19/+37
* Handle file targets in missing home modules warningHerbert Valerio Riedel2017-05-221-10/+28
* Compile modules that are needed by template haskell, even with -fno-code.Douglas Wilson2017-05-201-17/+165
* Fix a performance bug in GhcMake.downsweepSimon Marlow2017-05-101-5/+12
* Efficient membership for home modulesBartosz Nitka2017-05-101-5/+7
* Export function for use in GHC APIAlan Zimmerman2017-04-231-1/+2
* Replace Digraph's Node type synonym with a data typeMatthew Pickering2017-04-041-7/+8
* Introduce putLogMsgBen Gamari2017-03-151-1/+1
* Clean up findPartiallyCompletedCyclesDavid Feuer2017-02-071-17/+12
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-0/+12
* Typos and grammar in manual/commentsGabor Greif2017-01-231-1/+1
* Warn on missing home modulesYuras Shumovich2017-01-201-0/+39
* Allow use of the external interpreter in stage1.Shea Levy2016-12-201-8/+0
* Revert "Allow use of the external interpreter in stage1."Tamar Christina2016-12-191-0/+8
* Allow use of the external interpreter in stage1.Shea Levy2016-12-171-8/+0
* Typos in commentsGabor Greif2016-12-161-1/+1
* Sanity check if we pick up an hsig file without -instantiated-with.Edward Z. Yang2016-12-121-0/+18
* Zap redundant importsGabor Greif2016-10-301-1/+0
* Make InstalledUnitId be ONLY a FastString.Edward Z. Yang2016-10-081-1/+3
* Distinguish between UnitId and InstalledUnitId.Edward Z. Yang2016-10-081-1/+2
* The Backpack patch.Edward Z. Yang2016-10-081-33/+90
* Note about external interface changes.Edward Z. Yang2016-10-081-0/+5
* Typo in commentGabor Greif2016-09-031-1/+1
* GhcMake: limit Capability count to CPU count in parallel modeSergei Trofimovich2016-08-301-1/+6
* Extra comments, as per SPJ in #12035.Edward Z. Yang2016-08-221-1/+4
* We also need to retypecheck before when we do parallel make.Edward Z. Yang2016-08-211-2/+11
* Retypecheck both before and after finishing hs-boot loops in --make.Edward Z. Yang2016-08-211-7/+27
* Annotate initIfaceCheck with usage information.Edward Z. Yang2016-08-211-1/+1
* Provide Uniquable version of SCCBartosz Nitka2016-06-231-2/+3
* Use UniqDFM for HomePackageTableBartosz Nitka2016-06-061-17/+18
* Use `setSession` instead of `modifySession` when setting `HscEnv`Ömer Sinan Ağacan2016-05-221-1/+1
* ErrUtils: Add timings to compiler phasesBen Gamari2016-03-241-9/+10
* GhcMake: Clang/ASSERT fixErik de Castro Lopo2016-03-071-2/+4
* GHCi: Fix load/reload space leaks (#4029)Jason Eisenberg2016-03-051-6/+13
* Print which warning-flag controls an emitted warningMichael Walker2016-02-251-6/+6
* Replace calls to `ptext . sLit` with `text`Jan Stolarek2016-01-181-9/+9
* Export some useful GHC API functions.Edward Z. Yang2015-12-291-0/+8