| Commit message (Expand) | Author | Age | Files | Lines |
* | Add (broken) test for #19966wip/t19966 | Matthew Pickering | 2021-06-09 | 2 | -0/+8 |
* | Small ZipList optimisation | Viktor Dukhovni | 2021-06-07 | 1 | -2/+6 |
* | Bump haddock submodule | Sylvain Henry | 2021-06-07 | 1 | -0/+0 |
* | Parser: make less DynFlags dependent | Sylvain Henry | 2021-06-07 | 9 | -36/+49 |
* | Make Logger independent of DynFlags | Sylvain Henry | 2021-06-07 | 89 | -1365/+1378 |
* | testsuite: Fix Note style | Ben Gamari | 2021-06-05 | 1 | -0/+1 |
* | testsuite: Eliminate fragility of ioprof | Ben Gamari | 2021-06-05 | 2 | -14/+2 |
* | Drop absent bindings in worker/wrapper | Simon Peyton Jones | 2021-06-05 | 6 | -75/+138 |
* | Re-do rubbish literals | Simon Peyton Jones | 2021-06-05 | 18 | -128/+271 |
* | Avoid useless w/w split, take 2 | Simon Peyton Jones | 2021-06-05 | 21 | -186/+112 |
* | Countdeps: Strictly documentation markup fixes | Shayne Fletcher | 2021-06-05 | 1 | -6/+6 |
* | [testsuite] fix T6132 when using the LLVM toolchain | Moritz Angermann | 2021-06-05 | 1 | -1/+7 |
* | [testsuite] fix T13702 with clang | Moritz Angermann | 2021-06-05 | 1 | -0/+5 |
* | [ci] force CC=clang for aarch64-linux | Moritz Angermann | 2021-06-05 | 1 | -0/+1 |
* | [ci] no docs for aarch64-linux-llvm | Moritz Angermann | 2021-06-05 | 1 | -0/+7 |
* | [ci] -llvm with --way=llvm | Moritz Angermann | 2021-06-05 | 1 | -0/+2 |
* | Adds AArch64 Native Code Generator | Moritz Angermann | 2021-06-05 | 48 | -132/+3594 |
* | Fix #19682 by breaking cycles in Deriveds | Richard Eisenberg | 2021-06-05 | 29 | -632/+1005 |
* | Put Unique related global variables in the RTS (#19940) | Sylvain Henry | 2021-06-05 | 4 | -0/+13 |
* | Make 'count-deps' a ghc/util standalone program | Shayne Fletcher | 2021-06-05 | 18 | -64/+161 |
* | Fix Integral instances for Words | Sylvain Henry | 2021-06-04 | 2 | -110/+120 |
* | Make some simple primops levity-polymorphic | sheaf | 2021-06-04 | 20 | -63/+191 |
* | Add PsHeaderMessage diagnostic (fixes #19923) | Alfredo Di Napoli | 2021-06-04 | 14 | -26/+99 |
* | users-guide: Add OverloadedRecordDot and OverloadedRecordUpdate for ghc-9.2 | Takenobu Tani | 2021-06-04 | 1 | -0/+9 |
* | Fix incorrect mention of -Wprepositive-qualified-syntax in docs | Thomas Winant | 2021-06-04 | 1 | -3/+1 |
* | Follow up #12449: Improve function `Inspect.hs:check2` | Roland Senn | 2021-06-03 | 1 | -20/+64 |
* | Port HsToCore messages to new infrastructure | Alfredo Di Napoli | 2021-06-03 | 40 | -469/+1016 |
* | Driver Rework Patch | Matthew Pickering | 2021-06-03 | 180 | -1061/+1830 |
* | CountDeps: print graph of module dependencies in dot format | Shayne Fletcher | 2021-06-02 | 1 | -10/+28 |
* | WW: Mark absent errors as diverging again | Sebastian Graf | 2021-06-02 | 4 | -56/+57 |
* | Fix infinite looping in hptSomeModulesBelow | Matthew Pickering | 2021-06-02 | 1 | -6/+14 |
* | CI: Don't explicitly build hadrian before using run_hadrian | Matthew Pickering | 2021-06-02 | 1 | -2/+0 |
* | Run both lint jobs together | Matthew Pickering | 2021-06-02 | 1 | -9/+1 |
* | hadrian: Speed up lint:base rule | Matthew Pickering | 2021-06-02 | 2 | -3/+8 |
* | Disallow linear arrows in GADT records (#19928) | Vladislav Zavialov | 2021-06-02 | 6 | -11/+48 |
* | Specify the reason for import for the backpack's extra imports | Divam | 2021-06-02 | 2 | -9/+13 |
* | Fail before checking instances in checkHsigIface if exports don't match (#19244) | Zubin Duggal | 2021-06-02 | 7 | -2/+103 |
* | Allow primops in a :print (and friends) command. Fix #19394 | Roland Senn | 2021-06-02 | 5 | -11/+54 |
* | Improve wording of fold[lr]M documentation. | Viktor Dukhovni | 2021-06-02 | 1 | -53/+77 |
* | StgM: Use ReaderT rather than StateT | Ben Gamari | 2021-05-29 | 1 | -5/+5 |
* | Use GHC's State monad consistently | Ben Gamari | 2021-05-29 | 12 | -12/+24 |
* | Split GHC.Utils.Monad.State into .Strict and .Lazy | Ben Gamari | 2021-05-29 | 13 | -12/+99 |
* | Rip GHC.Tc.Solver.Monad asunder (only) | Richard Eisenberg | 2021-05-29 | 14 | -1926/+2031 |
* | Fix and slight improvement to datacon worker/wrapper notes | Sylvain Henry | 2021-05-29 | 2 | -2/+5 |
* | Bignum: match on DataCon workers in rules (#19892) | Sylvain Henry | 2021-05-29 | 6 | -12/+59 |
* | Fix Note [Positioning of forkM] | Zubin Duggal | 2021-05-29 | 1 | -5/+4 |
* | ghci: Enable -fkeep-going by default | Matthew Pickering | 2021-05-29 | 9 | -5/+19 |
* | sigh | parsonsmatt | 2021-05-29 | 1 | -1/+1 |
* | Apply 2 suggestion(s) to 1 file(s) | parsonsmatt | 2021-05-29 | 1 | -2/+2 |
* | Address review comments, export from TH | parsonsmatt | 2021-05-29 | 3 | -1/+8 |