summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver
Commit message (Expand)AuthorAgeFilesLines
...
* Move GHC.Platform into the compilerSylvain Henry2020-07-252-8/+9
* Remove platform constant wrappersSylvain Henry2020-07-254-36/+27
* Put PlatformConstants into PlatformSylvain Henry2020-07-251-3/+1
* Add GHC.Platform.ProfileSylvain Henry2020-07-251-1/+5
* Rename GHC.Driver.Ways into GHC.Platform.WaysSylvain Henry2020-07-254-205/+3
* Deprecate -fdmd-tx-dict-sel.Andreas Klebinger2020-07-222-3/+4
* Replace HscTarget with BackendSylvain Henry2020-07-228-191/+238
* Replace ghcWithNativeCodeGen with a proper Backend datatypeSylvain Henry2020-07-222-17/+68
* Remove unused sGhcWithNativeCodeGenSylvain Henry2020-07-221-1/+0
* Don't panic if the NCG isn't built (it is always built)Sylvain Henry2020-07-221-4/+0
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-213-1/+4
* DynFlags: remove use of sdocWithDynFlags from GHC.Stg.* (#17957)Sylvain Henry2020-07-211-1/+1
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-151-0/+6
* Reduce result discount in conSizeSimon Peyton Jones2020-07-131-9/+14
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-121-2/+2
* add -flink-rts flag to link the rts when linking a shared or static library #...Adam Sandberg Ericsson2020-07-073-3/+12
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-025-9/+17
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-011-0/+1
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-284-5/+5
* DynFlags: don't store buildTagSylvain Henry2020-06-274-31/+28
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-261-0/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-255-23/+23
* Expunge GhcTcIdSimon Peyton Jones2020-06-251-1/+1
* Switch from HscSource to IsBootInterface for module lookup in GhcMakeJohn Ericson2020-06-231-14/+11
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-181-5/+0
* DynFlags: store default depth in SDocContext (#17957)Sylvain Henry2020-06-182-2/+2
* Update compilerSylvain Henry2020-06-172-13/+4
* Linear types (#15981)Krzysztof Gogolewski2020-06-173-1/+7
* Don't return preload units when we set DyNFlagsSylvain Henry2020-06-132-5/+3
* DynFlags: add UnitConfig datatypeSylvain Henry2020-06-131-6/+6
* DynFlags: refactor unwireUnitSylvain Henry2020-06-132-8/+9
* Rename Package into Unit (2)Sylvain Henry2020-06-136-15/+15
* Remove ClosureUnitInfoMapSylvain Henry2020-06-131-2/+3
* Rename Package into UnitSylvain Henry2020-06-139-61/+58
* Enhance UnitId useSylvain Henry2020-06-137-14/+14
* Add allowVirtualUnits field in PackageStateSylvain Henry2020-06-137-29/+36
* Rename unsafeGetUnitInfo into unsafeLookupUnitSylvain Henry2020-06-133-4/+4
* Refactor homeUnitSylvain Henry2020-06-137-84/+79
* Give Language a Bounded instanceShayne Fletcher2020-06-101-2/+1
* Cross-module LambdaFormInfo passingÖmer Sinan Ağacan2020-06-103-16/+22
* Expose impliedGFlags, impledOffGFlags, impliedXFlagsShayne Fletcher2020-06-101-0/+7
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-102-2/+2
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-051-1/+1
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-2/+2
* Clean up boot vs non-boot disambiguating typesJohn Ericson2020-06-044-95/+133
* Winferred-safe-imports: Do not exit with errorKirill Elagin2020-06-011-1/+1
* Remove unused hs-boot fileMatthew Pickering2020-05-241-1/+1
* Move Config module into GHC.SettingsSylvain Henry2020-05-241-1/+1
* Refactor linear reg alloc to remember past assignments.Andreas Klebinger2020-05-212-0/+3
* Add few cleanups of the CAF logicBen Gamari2020-05-131-2/+2