Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Outputable Char instance | Krzysztof Gogolewski | 2022-09-07 | 1 | -2/+2 |
* | Driver Rework Patch | Matthew Pickering | 2021-06-03 | 1 | -7/+28 |
* | Remove useless {-# LANGUAGE CPP #-} pragmas | Sylvain Henry | 2021-05-12 | 1 | -1/+1 |
* | Fully remove HsVersions.h | Sylvain Henry | 2021-05-12 | 1 | -2/+0 |
* | Replace CPP assertions with Haskell functions | Sylvain Henry | 2021-05-12 | 1 | -4/+3 |
* | Re-export GHC.Bits from GHC.Prelude with custom shift implementation. | Andreas Klebinger | 2021-04-09 | 1 | -1/+0 |
* | Use foldGet in getSymbolTable | Sylvain Henry | 2021-03-26 | 1 | -16/+12 |
* | Remove UniqSupply from NameCache | Sylvain Henry | 2021-03-26 | 1 | -20/+24 |
* | Refactor NameCache | Sylvain Henry | 2021-03-26 | 1 | -30/+12 |
* | Refactor interface loading | Sylvain Henry | 2021-03-26 | 1 | -16/+9 |
* | FastMutInt: Ensure that newFastMutInt initializes value | Ben Gamari | 2021-03-10 | 1 | -4/+2 |
* | Split GHC.Driver.Types | Sylvain Henry | 2020-10-29 | 1 | -1/+1 |
* | Add GHC.Platform.Profile | Sylvain Henry | 2020-07-25 | 1 | -24/+17 |
* | Rename GHC.Driver.Ways into GHC.Platform.Ways | Sylvain Henry | 2020-07-25 | 1 | -1/+1 |
* | DynFlags: store printer in TraceBinIfaceReading | Sylvain Henry | 2020-07-25 | 1 | -28/+27 |
* | Give Uniq[D]FM a phantom type for its key. | Andreas Klebinger | 2020-07-12 | 1 | -7/+7 |
* | DynFlags: don't store buildTag | Sylvain Henry | 2020-06-27 | 1 | -7/+9 |
* | Export readBinIface_ | Oleg Grenrus | 2020-06-25 | 1 | -0/+2 |
* | Don't variable-length encode magic iface constant. | Andreas Klebinger | 2020-05-21 | 1 | -23/+5 |
* | Remove PprStyle param of logging actions | Sylvain Henry | 2020-05-01 | 1 | -2/+1 |
* | Refactor PprDebug handling | Sylvain Henry | 2020-05-01 | 1 | -1/+1 |
* | Use platform in Iface Binary | Sylvain Henry | 2020-05-01 | 1 | -10/+13 |
* | Unit: split and rename modules | Sylvain Henry | 2020-04-30 | 1 | -1/+1 |
* | Refactoring unit management code | Sylvain Henry | 2020-04-30 | 1 | -2/+2 |
* | Modules: Utils and Data (#13009) | Sylvain Henry | 2020-04-26 | 1 | -8/+8 |
* | Modules (#13009) | Sylvain Henry | 2020-04-18 | 1 | -3/+3 |
* | Implement extensible interface files | Josh Meredith | 2020-04-12 | 1 | -1/+17 |
* | Modules: type-checker (#13009) | Sylvain Henry | 2020-04-07 | 1 | -1/+1 |
* | Modules: Types (#13009) | Sylvain Henry | 2020-03-29 | 1 | -7/+7 |
* | DynFlags refactoring III | Sylvain Henry | 2020-03-25 | 1 | -6/+6 |
* | Modules: Driver (#13009) | Sylvain Henry | 2020-02-21 | 1 | -2/+2 |
* | Module hierarchy: Iface (cf #13009) | Sylvain Henry | 2020-01-06 | 1 | -0/+435 |