| Commit message (Expand) | Author | Age | Files | Lines |
* | Match changes in GHC AST for in-tree API Annotations | Alan Zimmerman | 2021-03-15 | 1 | -1/+1 |
* | Fix the call-site of guessTarget in Interface.hs | Hécate Moonlight | 2021-02-23 | 1 | -2/+2 |
* | Explicit imports for Haddock.Interface and Haddock.Interface.Create | Hécate Moonlight | 2021-02-22 | 1 | -23/+25 |
* | Clean-up of Interface and Interface.Create's imports and pragmata | Hécate Moonlight | 2021-02-22 | 1 | -12/+11 |
* | Add UnitId to Target record | Fendor | 2021-02-09 | 1 | -1/+1 |
* | Fix to build with HEAD | Sylvain Henry | 2021-02-09 | 1 | -2/+1 |
* | Merge pull request #1310 from hsyl20/wip/hsyl20/logger2 | Alexander Biehl | 2021-02-08 | 1 | -7/+11 |
|\ |
|
| * | Update for Logger | Sylvain Henry | 2021-02-08 | 1 | -7/+11 |
* | | Merge branch 'ghc-head' into ghc-9.0 | alexbiehl-gc | 2021-02-07 | 1 | -98/+217 |
|\| |
|
| * | Merge remote-tracking branch 'origin/ghc-head' into wip/ghc-head-merge | Ben Gamari | 2021-02-06 | 1 | -99/+213 |
| |\ |
|
| | * | Abstract Monad for interface creation | Alex Biehl | 2021-01-09 | 1 | -17/+15 |
| | * | Make Haddock a GHC Plugin | Alex Biehl | 2021-01-09 | 1 | -96/+212 |
| | * | Prepare Haddock for being a GHC Plugin | Alex Biehl | 2021-01-09 | 1 | -1/+7 |
| * | | Merge remote-tracking branch 'origin/ghc-9.0' into ghc-head | Ben Gamari | 2021-01-13 | 1 | -4/+12 |
| |\ \
| | |/
| |/| |
|
| * | | Support a new ghc --make node type for parallel backpack upsweep | John Ericson | 2020-12-28 | 1 | -2/+4 |
| * | | Adapt to changes to GlobalRdrElt and AvailInfo | Adam Gundry | 2020-12-23 | 1 | -2/+2 |
| * | | DynFlags's unit fields moved to HscEnv | Sylvain Henry | 2020-11-30 | 1 | -2/+3 |
| * | | GHC.Driver.Types refactoring (#1242) | Sylvain Henry | 2020-10-26 | 1 | -1/+2 |
| * | | Fix after HomeUnit | Sylvain Henry | 2020-08-12 | 1 | -2/+3 |
* | | | simplify calculating percentages fixing #1194 (#1236) | Willem Van Onsem | 2021-02-07 | 1 | -2/+1 |
| |/
|/| |
|
* | | Merge remote-tracking branch 'origin/ghc-8.10' into ghc-9.0 | Ben Gamari | 2021-01-05 | 1 | -4/+11 |
|\ \
| |/
|/| |
|
| * | simplify calculating percentages fixing #1194 (#1236) | Willem Van Onsem | 2020-12-08 | 1 | -1/+1 |
| * | Add dangling changes from branches ghc-8.6 and ghc-8.8 (#1243) | Xia Li-yao | 2020-12-08 | 1 | -1/+1 |
| * | Use floor over round to calculate the percentage (#1195) | Willem Van Onsem | 2020-05-25 | 1 | -1/+1 |
| * | Remove unused `Haddock.Utils` functions | Alec Theriault | 2020-03-28 | 1 | -0/+1 |
| * | Clean up warnings | Alec Theriault | 2020-03-22 | 1 | -1/+1 |
| * | Merge branch 'ghc-8.8' into ghc-8.10 | Alec Theriault | 2020-03-20 | 1 | -2/+8 |
| |\ |
|
| | * | Remove Haddock's dependency on `Cabal` | Alec Theriault | 2019-05-26 | 1 | -1/+0 |
| | * | Merge branch 'ghc-8.6' into ghc-8.8 | Alec Theriault | 2019-03-03 | 1 | -1/+8 |
| | |\ |
|
| | | * | Load plugins when compiling each module (#983) | Alec Theriault | 2018-12-20 | 1 | -1/+8 |
* | | | | Use functions exported from HsToCore | Zubin Duggal | 2020-06-21 | 1 | -0/+1 |
* | | | | Fix after unit refactoring | Sylvain Henry | 2020-06-08 | 1 | -1/+1 |
* | | | | isBootSummary now produces a result of type IsBootInterface | Cale Gibbard | 2020-05-21 | 1 | -56/+57 |
* | | | | Fix for GHC.Unit.* modules | Sylvain Henry | 2020-04-27 | 1 | -1/+1 |
* | | | | Module structure | Sylvain Henry | 2020-04-24 | 1 | -3/+3 |
* | | | | Module renaming: amend previous patch | Sylvain Henry | 2020-04-05 | 1 | -1/+1 |
* | | | | Modules: type checker | Sylvain Henry | 2020-03-30 | 1 | -1/+1 |
* | | | | Modules: Types | Sylvain Henry | 2020-03-20 | 1 | -4/+4 |
* | | | | Ignore the BufLoc/BufSpan added in GHC's !2516 | Vladislav Zavialov | 2020-02-28 | 1 | -1/+1 |
* | | | | Modules: Driver (#13009) | Sylvain Henry | 2020-02-19 | 1 | -2/+2 |
|/ / / |
|
* / / | Refactor for withTiming changes. | Andreas Klebinger | 2019-10-21 | 1 | -4/+4 |
|/ / |
|
* | | Use `.hie` files for the Hyperlinker backend (#977) | Alec Theriault | 2019-01-31 | 1 | -45/+10 |
* | | Fix warnings, accept output | Alec Theriault | 2018-12-12 | 1 | -1/+0 |
|/ |
|
* | Merge branch 'ghc-8.4' into ghc-8.6 | Alec Theriault | 2018-10-16 | 1 | -0/+1 |
|\ |
|
| * | Avoid "invalid argument (invalid character)" on non-unicode Windows (#892) | Yuji Yamamoto | 2018-07-23 | 1 | -0/+1 |
| * | Renamer: Warn about ambiguous identifiers (#831) | Simon Jakobi | 2018-06-08 | 1 | -2/+2 |
* | | Accumulate explicitly which modules to load for 'attachInstances' | Alec Theriault | 2018-08-21 | 1 | -24/+35 |
* | | Renamer: Warn about ambiguous identifiers (#831) | Simon Jakobi | 2018-06-13 | 1 | -2/+2 |
|/ |
|
* | Useful cost centres, timers and allocation counters (#785) | Alexander Biehl | 2018-03-23 | 1 | -7/+14 |
* | Update the GblRdrEnv when processing modules | Alec Theriault | 2018-02-01 | 1 | -0/+14 |