| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a few Note inconsistencies | Ben Gamari | 2022-02-01 | 2 | -7/+6 |
* | Consistently upper-case "Note [" | Ben Gamari | 2022-02-01 | 1 | -1/+1 |
* | Improve detection of lld linker | Sergey Vinokurov | 2022-01-18 | 1 | -1/+1 |
* | Multiple Home Units | Matthew Pickering | 2021-12-28 | 1 | -1/+12 |
* | SysTools.Tasks Llvm.Types: remove redundant import | doyougnu | 2021-12-14 | 1 | -2/+2 |
* | CmmToLlvm: Remove DynFlags, add LlvmCgConfig | doyougnu | 2021-12-14 | 1 | -0/+1 |
* | compiler: Eliminate accidental loop in GHC.SysTools.BaseDir | Ben Gamari | 2021-12-07 | 1 | -2/+2 |
* | Make ambient MinGW support a proper settings | John Ericson | 2021-11-27 | 1 | -9/+15 |
* | Fix windres invocation | Sylvain Henry | 2021-11-15 | 1 | -6/+5 |
* | Stop leaking <defunct> llc processes | Matthew Pickering | 2021-09-17 | 1 | -1/+2 |
* | Move `/includes` to `/rts/include`, sort per package better | John Ericson | 2021-08-09 | 1 | -2/+2 |
* | Make TmpFs independent of DynFlags | Sylvain Henry | 2021-07-19 | 1 | -1/+1 |
* | Set min LLVM version to 9 and make version checking use a non-inclusive upper | Zubin Duggal | 2021-06-20 | 1 | -4/+5 |
* | Fix redundant import | Sylvain Henry | 2021-06-10 | 1 | -1/+2 |
* | Make Logger independent of DynFlags | Sylvain Henry | 2021-06-07 | 4 | -91/+82 |
* | driver: check if clang is the assembler when passing clang specific arguments... | Adam Sandberg Ericsson | 2021-05-19 | 1 | -8/+20 |
* | Remove useless {-# LANGUAGE CPP #-} pragmas | Sylvain Henry | 2021-05-12 | 2 | -13/+11 |
* | Fully remove HsVersions.h | Sylvain Henry | 2021-05-12 | 2 | -4/+0 |
* | Ensure assert from Control.Exception isn't used | Sylvain Henry | 2021-05-12 | 1 | -1/+1 |
* | 18000 Use GHC.IO.catchException in favor of Exception.catch | Sasha Bogicevic | 2021-04-26 | 2 | -6/+7 |
* | Re-export GHC.Bits from GHC.Prelude with custom shift implementation. | Andreas Klebinger | 2021-04-09 | 1 | -1/+1 |
* | Compute Severity of diagnostics at birth | Alfredo Di Napoli | 2021-04-01 | 1 | -1/+1 |
* | Add `MessageClass`, rework `Severity` and add `DiagnosticReason`.wip/adinapoli-message-class-new-design | Alfredo Di Napoli | 2021-03-29 | 1 | -1/+1 |
* | llvmGen: Accept range of LLVM versions | Ben Gamari | 2021-03-17 | 1 | -3/+5 |
* | Require GHC 8.10 as the minimum compiler for bootstrapping | Ryan Scott | 2021-03-09 | 1 | -4/+0 |
* | DynFlags: move temp file management into HscEnv (#17957) | Sylvain Henry | 2021-03-08 | 3 | -340/+40 |
* | Refactor Logger | Sylvain Henry | 2021-02-13 | 5 | -159/+170 |
* | Remove ErrDoc and MsgDoc | Alfredo Di Napoli | 2021-02-01 | 1 | -1/+1 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 3 | -3/+3 |
* | Include tried paths in findToolDir error | jneira | 2020-11-30 | 1 | -6/+8 |
* | Linker: reorganize linker related code | Sylvain Henry | 2020-11-03 | 2 | -288/+0 |
* | Add the proper HLint rules and remove redundant keywords from compiler | Hécate | 2020-11-01 | 4 | -83/+81 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 1 | -12/+12 |
* | Initial ShortText code and conversion of package db code | Wander Hillen | 2020-10-13 | 1 | -1/+2 |
* | [macOS] improved runpath handling | Moritz Angermann | 2020-09-07 | 1 | -0/+50 |
* | document how build system find toolchains on Windows | Tamar Christina | 2020-08-28 | 1 | -12/+75 |
* | Fix use distro toolchian | Tamar Christina | 2020-08-28 | 1 | -2/+3 |
* | SysTools.Process: Handle exceptions in readCreateProcessWithExitCode' | Ben Gamari | 2020-08-25 | 1 | -3/+18 |
* | Add HomeUnit type | Sylvain Henry | 2020-08-13 | 1 | -1/+4 |
* | DynFlags: disentangle Outputable | Sylvain Henry | 2020-08-12 | 1 | -0/+1 |
* | Refactor handling of object merging | Ben Gamari | 2020-08-05 | 1 | -0/+15 |
* | winio: Various fixes related to rebase and testdriver | Tamar Christina | 2020-07-15 | 1 | -1/+1 |
* | When running libtool, report it as such | Gabor Greif | 2020-07-07 | 1 | -1/+1 |
* | Clean up haddock hyperlinks of GHC.* (part2) | Takenobu Tani | 2020-06-25 | 1 | -2/+2 |
* | Rename Package into Unit | Sylvain Henry | 2020-06-13 | 1 | -3/+3 |
* | Enhance UnitId use | Sylvain Henry | 2020-06-13 | 1 | -1/+1 |
* | Add allowVirtualUnits field in PackageState | Sylvain Henry | 2020-06-13 | 1 | -1/+3 |
* | Rename unsafeGetUnitInfo into unsafeLookupUnit | Sylvain Henry | 2020-06-13 | 1 | -1/+1 |
* | compiler: Disable use of process jobs with process < 1.6.9 | Ben Gamari | 2020-06-04 | 1 | -3/+7 |
* | Modify file paths to module paths for new module hierarchy | Takenobu Tani | 2020-06-01 | 1 | -1/+1 |