| Commit message (Expand) | Author | Age | Files | Lines |
* | TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-origin | romes | 2022-05-26 | 1 | -1/+4 |
* | Remove HscEnv from GHC.HsToCore.Usage (related to #17957) | Andre Marianiello | 2022-05-25 | 1 | -2/+7 |
* | Change `Backend` type and remove direct dependencieswip/backend-as-record | Norman Ramsey | 2022-05-21 | 2 | -2/+2 |
* | Fix printing of brackets in multiplicities (#20315) | jackohughes | 2022-05-13 | 1 | -2/+9 |
* | Fix several note references | Krzysztof Gogolewski | 2022-05-02 | 1 | -2/+3 |
* | exprIsDeadEnd: Use isDeadEndAppSig to check if a function appliction is botto... | Andreas Klebinger | 2022-05-01 | 1 | -2/+2 |
* | Remove LevityInfo | Krzysztof Gogolewski | 2022-04-20 | 1 | -5/+0 |
* | Rename [] to List (#21294) | Vladislav Zavialov | 2022-04-07 | 1 | -16/+16 |
* | Implement \cases (Proposal 302) | Jakob Bruenker | 2022-04-01 | 1 | -2/+2 |
* | Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batch | sheaf | 2022-04-01 | 1 | -1/+1 |
* | Refactor handling of global initializers | Ben Gamari | 2022-04-01 | 1 | -11/+10 |
* | Fix all invalid haddock comments in the compiler | Zubin Duggal | 2022-03-29 | 2 | -5/+4 |
* | Modularize Tidy (#17957) | Sylvain Henry | 2022-03-25 | 2 | -234/+182 |
* | hi haddock: Lex and store haddock docs in interface files | Zubin Duggal | 2022-03-23 | 3 | -39/+41 |
* | Avoid some SOURCE imports | Sylvain Henry | 2022-03-20 | 1 | -1/+1 |
* | TTG: TH brackets finishing touches | romes | 2022-03-18 | 1 | -2/+2 |
* | TTG: Refactor bracket for desugaring during tc | romes | 2022-03-18 | 1 | -9/+6 |
* | Separate constructors for typed and untyped brackets | romes | 2022-03-18 | 1 | -5/+12 |
* | TTG: Refactor HsBracket | romes | 2022-03-18 | 1 | -11/+13 |
* | TTG Pull AbsBinds and ABExport out of the main AST | romes | 2022-03-14 | 1 | -17/+22 |
* | gitlab-ci: Use the linters image in hlint job | Ben Gamari | 2022-03-11 | 1 | -1/+0 |
* | Ticky profiling improvements. | Matthew Pickering | 2022-03-02 | 1 | -1/+1 |
* | Ticky: Gate tag-inference dummy ticky-counters behind a flag. | Andreas Klebinger | 2022-02-25 | 1 | -1/+1 |
* | Introduce `MaybeValidated` type to remove invalid states | John Ericson | 2022-02-23 | 1 | -23/+44 |
* | Prepare rechecking logic for new type in a few ways | John Ericson | 2022-02-23 | 1 | -67/+74 |
* | Kill derived constraints | Richard Eisenberg | 2022-02-23 | 1 | -9/+6 |
* | Track object file dependencies for TH accurately (#20604) | Zubin Duggal | 2022-02-20 | 1 | -2/+3 |
* | Tag inference work. | Andreas Klebinger | 2022-02-12 | 3 | -18/+39 |
* | Include ru_name in toHsRule message | Ziyang Liu | 2022-02-09 | 1 | -10/+8 |
* | Fix some notes | Matthew Pickering | 2022-02-08 | 1 | -1/+1 |
* | compiler: Introduce and use RoughMap for instance environments | Ben Gamari | 2022-02-04 | 2 | -8/+10 |
* | Fix a few Note inconsistencies | Ben Gamari | 2022-02-01 | 3 | -4/+7 |
* | Consistently upper-case "Note [" | Ben Gamari | 2022-02-01 | 3 | -3/+3 |
* | Define and use restoreLclEnv | Simon Peyton Jones | 2022-01-27 | 1 | -10/+10 |
* | Correct type of static forms in hsExprType | Matthew Pickering | 2022-01-18 | 1 | -1/+0 |
* | warnPprTrace: pass separately the reason | Krzysztof Gogolewski | 2022-01-11 | 3 | -4/+4 |
* | Fix parsing & printing of unboxed sums | sheaf | 2022-01-11 | 1 | -6/+21 |
* | Multiple Home Units | Matthew Pickering | 2021-12-28 | 4 | -71/+75 |
* | Fix typos | Krzysztof Gogolewski | 2021-12-25 | 1 | -3/+3 |
* | Give plugins a better interface (#17957) | Sylvain Henry | 2021-12-21 | 3 | -27/+26 |
* | Change isUnliftedTyCon to marshalablePrimTyCon (#20401) | Krzysztof Gogolewski | 2021-12-17 | 1 | -103/+0 |
* | TTG: replace Void/NoExtCon with DataConCantHappen | Krzysztof Gogolewski | 2021-11-29 | 1 | -1/+1 |
* | Misc cleanup | Krzysztof Gogolewski | 2021-11-25 | 1 | -4/+2 |
* | More support for optional home-unit | Sylvain Henry | 2021-11-20 | 3 | -43/+50 |
* | Default kind vars in tyfams with -XNoPolyKinds | sheaf | 2021-11-08 | 1 | -14/+12 |
* | Print the Type kind qualified when ambiguous (#20627) | Vladislav Zavialov | 2021-11-07 | 1 | -1/+2 |
* | Make Word64 use Word64# on every architecture | Sylvain Henry | 2021-11-06 | 1 | -10/+2 |
* | EPA: Get rid of bare SrcSpan's in the ParsedSource | Alan Zimmerman | 2021-11-02 | 1 | -36/+36 |
* | HsToken for let/in (#19623) | Vladislav Zavialov | 2021-11-02 | 1 | -3/+3 |
* | Don't default type variables in type families | sheaf | 2021-10-26 | 1 | -16/+43 |