summaryrefslogtreecommitdiff
path: root/compiler/GHC/SysTools
Commit message (Expand)AuthorAgeFilesLines
* 18000 Use GHC.IO.catchException in favor of Exception.catchSasha Bogicevic2021-04-262-6/+7
* Re-export GHC.Bits from GHC.Prelude with custom shift implementation.Andreas Klebinger2021-04-091-1/+1
* Compute Severity of diagnostics at birthAlfredo Di Napoli2021-04-011-1/+1
* Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-designAlfredo Di Napoli2021-03-291-1/+1
* llvmGen: Accept range of LLVM versionsBen Gamari2021-03-171-3/+5
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-4/+0
* DynFlags: move temp file management into HscEnv (#17957)Sylvain Henry2021-03-083-340/+40
* Refactor LoggerSylvain Henry2021-02-135-159/+170
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-011-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-293-3/+3
* Include tried paths in findToolDir errorjneira2020-11-301-6/+8
* Linker: reorganize linker related codeSylvain Henry2020-11-032-288/+0
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-014-83/+81
* Split GHC.Driver.TypesSylvain Henry2020-10-291-12/+12
* 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