| Commit message (Expand) | Author | Age | Files | Lines |
* | Accumulate Haddock comments in P (#17544, #17561, #8944) | Vladislav Zavialov | 2020-07-21 | 23 | -63/+1498 |
* | Use a newtype `Code` for the return type of typed quotations (Proposal #195) | Matthew Pickering | 2020-07-21 | 20 | -44/+46 |
* | testsuite: Mark ghci tests as fragile under unreg compiler | Ben Gamari | 2020-07-18 | 1 | -2/+2 |
* | Remove {-# CORE #-} pragma (part of #18048) | Krzysztof Gogolewski | 2020-07-18 | 4 | -8/+2 |
* | Allow multiple case branches to have a higher rank type | Simon Peyton Jones | 2020-07-18 | 7 | -47/+56 |
* | testsuite: Add winio and winio_threaded wayswip/winio | Ben Gamari | 2020-07-15 | 11 | -24/+13 |
* | winio: Accept accepted stderr for linker_unload_multiple_objs | Andreas Klebinger | 2020-07-15 | 1 | -0/+2 |
* | winio: Accept accepted stderr for linker_unload | Andreas Klebinger | 2020-07-15 | 1 | -0/+2 |
* | winio: Accept accepted stderr for T3807 | Andreas Klebinger | 2020-07-15 | 1 | -0/+4 |
* | winio: fix T5435_dyn_gcc by accepting expected stderr | Andreas Klebinger | 2020-07-15 | 1 | -0/+2 |
* | winio: fix safePkg01 by accepting expected stderr | Andreas Klebinger | 2020-07-15 | 1 | -0/+2 |
* | winio: fix cabal01 by accepting expected stderr | Andreas Klebinger | 2020-07-15 | 1 | -0/+2 |
* | winio: fix cabal04 by filtering rts args | Andreas Klebinger | 2020-07-15 | 1 | -1/+1 |
* | winio: Also accept T7037 stderr | Andreas Klebinger | 2020-07-15 | 1 | -0/+2 |
* | winio: Adjust T5435_dyn_asm stderr | Andreas Klebinger | 2020-07-15 | 1 | -0/+2 |
* | winio: Adjust T15261b stdout for --io-manager flag. | Andreas Klebinger | 2020-07-15 | 1 | -1/+1 |
* | winio: Fix stderr output for ghci/linking/dyn tests. | Andreas Klebinger | 2020-07-15 | 3 | -1/+7 |
* | winio: Fix cabal006 after upgrading cabal submodule | Andreas Klebinger | 2020-07-15 | 4 | -4/+4 |
* | winio: Switch Testsuite to test winio by default | Tamar Christina | 2020-07-15 | 1 | -1/+6 |
* | Bump Cabal submodule | Ben Gamari | 2020-07-15 | 14 | -27/+25 |
* | testsuite: Add regression test for #17744 | Ben Gamari | 2020-07-15 | 4 | -0/+107 |
* | compiler: re-engineer the treatment of rebindable if | Alp Mestanogullari | 2020-07-14 | 14 | -43/+193 |
* | testsuite: Widen acceptance threshold on T5837wip/T18282 | Ben Gamari | 2020-07-13 | 1 | -1/+1 |
* | Reduce result discount in conSize | Simon Peyton Jones | 2020-07-13 | 18 | -49/+99 |
* | Warn about empty Char enumerations (#18402) | Aaron Allen | 2020-07-13 | 3 | -0/+19 |
* | Give Uniq[D]FM a phantom type for its key. | Andreas Klebinger | 2020-07-12 | 2 | -7/+9 |
* | add reproducer for #15630 | Artem Pelenitsyn | 2020-07-12 | 2 | -0/+61 |
* | Improve eta-expansion using ArityType | Simon Peyton Jones | 2020-07-11 | 6 | -36/+118 |
* | Make arityType deal with join points | Simon Peyton Jones | 2020-07-10 | 3 | -0/+102 |
* | Fix GHCi :print on big-endian platforms | Stefan Schulze Frielinghaus | 2020-07-09 | 1 | -3/+1 |
* | BigNum: rename BigNat types | Sylvain Henry | 2020-07-07 | 1 | -1/+1 |
* | testsuite: Widen T12234 acceptance window to 2% | Ben Gamari | 2020-07-07 | 1 | -1/+1 |
* | rts linker: teach the linker about GLIBC's special handling of *stat, mknod a... | Adam Sandberg Ericsson | 2020-07-07 | 5 | -0/+71 |
* | add -flink-rts flag to link the rts when linking a shared or static library #... | Adam Sandberg Ericsson | 2020-07-07 | 3 | -1/+50 |
* | Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC version | Hécate | 2020-07-03 | 3 | -0/+12 |
* | Improve handling of data type return kindswip/T18300 | Simon Peyton Jones | 2020-07-03 | 11 | -1/+80 |
* | NCG: correctly handle addresses with huge offsets (#15570) | Sylvain Henry | 2020-07-02 | 2 | -0/+10 |
* | Bump ghc-prim version to 0.7.0 | Ryan Scott | 2020-07-02 | 71 | -79/+79 |
* | T16012: Be verbose on failure. | Andreas Klebinger | 2020-07-02 | 2 | -2/+6 |
* | Desugar quoted uses of DerivingVia and expression type signatures properly | Ryan Scott | 2020-07-01 | 2 | -0/+30 |
* | Implement -XLexicalNegation (GHC Proposal #229) | Vladislav Zavialov | 2020-07-01 | 7 | -0/+70 |
* | Reject nested foralls/contexts in instance types more consistently | Ryan Scott | 2020-06-30 | 17 | -37/+169 |
* | Fix a typo in Lint | Simon Peyton Jones | 2020-06-28 | 2 | -0/+6 |
* | Fix duplicated words and typos in comments and user guide | Jan Hrček | 2020-06-28 | 2 | -2/+2 |
* | Use NHsCoreTy to embed types into GND-generated code | Ryan Scott | 2020-06-28 | 4 | -49/+37 |
* | Fix ghc-bignum exceptions | Sylvain Henry | 2020-06-27 | 4 | -3/+25 |
* | Revamp the treatment of auxiliary bindings for derived instances | Ryan Scott | 2020-06-27 | 4 | -51/+72 |
* | Implement the proposed -XQualifiedDo extension | Matthias Pall Gissurarson | 2020-06-26 | 40 | -2/+466 |
* | Enable maxBound checks for OverloadedLists (Fixes #18172) | Roland Senn | 2020-06-25 | 5 | -0/+97 |
* | test suite: add reproducer for #17516 | Artem Pelenitsyn | 2020-06-25 | 3 | -0/+478 |