summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMake.hs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #11256 by not immediately erroring if we can't find a module.Edward Z. Yang2015-12-211-5/+3
* 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