| Commit message (Expand) | Author | Age | Files | Lines |
* | Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batch | sheaf | 2022-04-01 | 7 | -5/+74 |
* | driver: In oneshot mode, look for interface files in hidir | Matthew Pickering | 2022-04-01 | 4 | -0/+10 |
* | driver: Improve -Wunused-packages error message (and simplify implementation) | Matthew Pickering | 2022-04-01 | 3 | -5/+5 |
* | Change GHC.Prim to GHC.Exts in docs and tests | Krzysztof Gogolewski | 2022-04-01 | 110 | -113/+89 |
* | Fix panic when pretty printing HsCmdLam | Jakob Bruenker | 2022-04-01 | 4 | -2/+13 |
* | Add tests and docs on plugin args and order. | Phil de Joux | 2022-04-01 | 16 | -0/+178 |
* | Minor cleanup | Krzysztof Gogolewski | 2022-04-01 | 18 | -58/+12 |
* | Add test cases for #20640 | ARATA Mizuki | 2022-04-01 | 5 | -0/+22 |
* | Unify RuntimeRep arguments in ty_co_match | sheaf | 2022-04-01 | 2 | -1/+26 |
* | new datatypes for parsedResultAction | Jakob Bruenker | 2022-04-01 | 4 | -22/+18 |
* | T13366 requires c++ & c++abi libraries on OpenBSD | Greg Steuck | 2022-04-01 | 1 | -1/+1 |
* | Give parsing plugins access to errors | Jakob Brünker | 2022-03-30 | 13 | -7/+170 |
* | Add test for T21306 | Matthew Pickering | 2022-03-29 | 3 | -0/+55 |
* | EPA: let stmt with semicolon has wrong anchor | Alan Zimmerman | 2022-03-28 | 3 | -0/+11 |
* | Add Red Herring to Note [What might equal later?] | Richard Eisenberg | 2022-03-28 | 2 | -0/+19 |
* | Make -ddump-rn-ast and -ddump-tc-ast work in GHCi | Matthew Pickering | 2022-03-25 | 3 | -1/+359 |
* | Add instance Lift ByteArray | Bodigrim | 2022-03-25 | 3 | -0/+14 |
* | Add the OPAQUE pragma | Christiaan Baaij | 2022-03-25 | 31 | -0/+1076 |
* | testsuite: Remove library dependenices from T21119 | Matthew Pickering | 2022-03-24 | 3 | -13/+45 |
* | Add test for T21035 | Matthew Pickering | 2022-03-24 | 7 | -0/+117 |
* | WorkWrap: Handle partial FUN apps in `isRecDataCon` (#21265) | Sebastian Graf | 2022-03-24 | 2 | -0/+16 |
* | Fix and simplify DeriveAnyClass's context inference using SubTypePredSpec | Ryan Scott | 2022-03-24 | 3 | -15/+44 |
* | Fix behaviour of -Wunused-packages in ghci | Matthew Pickering | 2022-03-23 | 5 | -0/+19 |
* | hi haddock: Lex and store haddock docs in interface files | Zubin Duggal | 2022-03-23 | 71 | -306/+6617 |
* | Revamp derived Eq instance code generation (#17240) | nineonine | 2022-03-20 | 4 | -2/+50 |
* | TH: Fix pretty printing of newtypes with operators and GADT syntax (#20868) | Zubin Duggal | 2022-03-19 | 5 | -9/+34 |
* | testsuite: Add test for #21186wip/T19503 | Ben Gamari | 2022-03-18 | 3 | -0/+16 |
* | TTG: TH brackets finishing touches | romes | 2022-03-18 | 3 | -55/+31 |
* | testsuite: properly escape string paths | Tamar Christina | 2022-03-17 | 1 | -1/+1 |
* | linker: Initial Windows C++ exception unwinding support | Tamar Christina | 2022-03-17 | 5 | -0/+54 |
* | Add a regression test for #21130 | sheaf | 2022-03-16 | 3 | -0/+45 |
* | Demand: Let `Boxed` win in `lubBoxity` (#21119) | Sebastian Graf | 2022-03-16 | 41 | -499/+391 |
* | TH: allow negative patterns in quotes (#20711) | Zubin Duggal | 2022-03-16 | 3 | -0/+14 |
* | Suggest FFI extensions as hints (#20116) | Aaron Allen | 2022-03-16 | 4 | -5/+21 |
* | Convert Diagnostics in GHC.Tc.Gen.Foreign | Aaron Allen | 2022-03-16 | 1 | -31/+30 |
* | Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rn | Vladislav Zavialov | 2022-03-15 | 43 | -26/+91 |
* | DmdAnal: Don't unbox recursive data types (#11545) | Sebastian Graf | 2022-03-14 | 1 | -1/+1 |
* | Fix isLiftedType_maybe and handle fallout | sheaf | 2022-03-14 | 50 | -242/+361 |
* | Add two coercion optimisation perf tests | sheaf | 2022-03-14 | 3 | -1/+1408 |
* | TTG Pull AbsBinds and ABExport out of the main AST | romes | 2022-03-14 | 3 | -88/+87 |
* | Worker/wrapper: Preserve float barriers (#21150) | Sebastian Graf | 2022-03-13 | 4 | -2/+281 |
* | Fix bug in weak loop-breakers in OccurAnal | Simon Peyton Jones | 2022-03-13 | 2 | -0/+34 |
* | Rename -fprof-late-ccs to -fprof-late | Andreas Klebinger | 2022-03-12 | 1 | -2/+2 |
* | checkUnboxedLitPat: use non-fatal addError | Vladislav Zavialov | 2022-03-12 | 1 | -0/+8 |
* | Normalise output of T10970 test | Matthew Pickering | 2022-03-10 | 3 | -3/+3 |
* | Bump submodules: containers, exceptions | Vladislav Zavialov | 2022-03-10 | 1 | -1/+1 |
* | Delete GenericKind_ in favor of GenericKind_DC | Ryan Scott | 2022-03-07 | 2 | -0/+23 |
* | Remove leftover trace in testsuite | Matthew Pickering | 2022-03-07 | 1 | -1/+0 |
* | Fix reporting constraints in pprTcSolverReportMsg | Krzysztof Gogolewski | 2022-03-07 | 1 | -1/+1 |
* | Always generalise top-level bindings | Simon Peyton Jones | 2022-03-07 | 3 | -0/+12 |