summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools
Commit message (Expand)AuthorAgeFilesLines
* Initial ShortText code and conversion of package db codeWander Hillen2020-10-131-1/+2
* [macOS] improved runpath handlingMoritz Angermann2020-09-071-0/+50
* document how build system find toolchains on WindowsTamar Christina2020-08-281-12/+75
* Fix use distro toolchianTamar Christina2020-08-281-2/+3
* SysTools.Process: Handle exceptions in readCreateProcessWithExitCode'Ben Gamari2020-08-251-3/+18
* Add HomeUnit typeSylvain Henry2020-08-131-1/+4
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* Refactor handling of object mergingBen Gamari2020-08-051-0/+15
* winio: Various fixes related to rebase and testdriverTamar Christina2020-07-151-1/+1
* When running libtool, report it as suchGabor Greif2020-07-071-1/+1
* Clean up haddock hyperlinks of GHC.* (part2)Takenobu Tani2020-06-251-2/+2
* Rename Package into UnitSylvain Henry2020-06-131-3/+3
* Enhance UnitId useSylvain Henry2020-06-131-1/+1
* Add allowVirtualUnits field in PackageStateSylvain Henry2020-06-131-1/+3
* Rename unsafeGetUnitInfo into unsafeLookupUnitSylvain Henry2020-06-131-1/+1
* compiler: Disable use of process jobs with process < 1.6.9Ben Gamari2020-06-041-3/+7
* Modify file paths to module paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Remove further dead code found by a simple Python script.Brian Foley2020-05-081-13/+0
* Remove custom ExceptionMonad class (#18075) (updating haddock submodule accor...Artem Pelenitsyn2020-05-042-2/+2
* Remove PprStyle param of logging actionsSylvain Henry2020-05-012-3/+3
* Refactor PprDebug handlingSylvain Henry2020-05-012-3/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-2/+2
* Refactoring unit management codeSylvain Henry2020-04-301-4/+4
* Refactor UnitInfoSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-269-38/+38
* Modules (#13009)Sylvain Henry2020-04-189-0/+2549