| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle records in the renamer | sheaf | 2023-03-29 | 1 | -8/+10 |
* | Allow WARNING pragmas to be controlled with custom categories | Adam Gundry | 2023-03-24 | 1 | -4/+4 |
* | Assorted changes to avoid Data.List.{head,tail} | Bodigrim | 2023-01-28 | 5 | -12/+14 |
* | EPA: Add SourceText to HsOverLabel | Alan Zimmerman | 2023-01-23 | 2 | -4/+10 |
* | EPA: Add annotation for 'type' in DataDecl | Alan Zimmerman | 2023-01-16 | 2 | -4/+9 |
* | EPA: exact print HsDocTy | Alan Zimmerman | 2023-01-09 | 2 | -1/+6 |
* | HsToken in TypeArg (#19623) | Vladislav Zavialov | 2023-01-05 | 1 | -7/+7 |
* | check-exact: Fix build with -Werror | Matthew Pickering | 2023-01-04 | 1 | -1/+2 |
* | EPA: Make EOF position part of AnnsModule | Alan Zimmerman | 2022-12-22 | 5 | -32/+56 |
* | Support mtl-2.3 in check-exact | Bodigrim | 2022-12-08 | 3 | -4/+7 |
* | Add BufSpan to EpaLocation (#22319, #22558) | Vladislav Zavialov | 2022-12-05 | 4 | -12/+12 |
* | Class layout info (#19623) | Vladislav Zavialov | 2022-10-23 | 1 | -9/+12 |
* | Allow configuration of error message printing | Matthew Pickering | 2022-10-18 | 2 | -18/+12 |
* | Update the check-exact infrastructure to match ghc-exactprint | Alan Zimmerman | 2022-10-17 | 11 | -3095/+3818 |
* | implement proposal 106 (Define Kinds Without Promotion) (fixes #6024) | Ross Paterson | 2022-09-27 | 1 | -1/+1 |
* | Scrub partiality about `NewOrData`. | M Farkas-Dyck | 2022-09-19 | 2 | -9/+10 |
* | Drop make build system | Ben Gamari | 2022-08-25 | 1 | -18/+0 |
* | EPA: DotFieldOcc does not have exact print annotations | Alan Zimmerman | 2022-08-11 | 2 | -6/+12 |
* | Fix exact printing of the HsRule name | Alan Zimmerman | 2022-07-06 | 1 | -2/+2 |
* | Remove many GHC dependencies from L.H.S | romes | 2022-07-06 | 3 | -42/+36 |
* | TTG: Move ImpExp client-independent bits to L.H.S.ImpExp | romes | 2022-07-03 | 5 | -25/+25 |
* | HsToken for @-patterns and TypeApplications (#19623) | Vladislav Zavialov | 2022-06-20 | 3 | -14/+10 |
* | TTG: Rework and improve splices | romes | 2022-06-01 | 1 | -27/+12 |
* | TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-origin | romes | 2022-05-26 | 3 | -13/+13 |
* | EPA : Remove duplicate comments in DataFamInstD | Alan Zimmerman | 2022-05-23 | 2 | -8/+6 |
* | EPA: do statement with leading semicolon has wrong anchor | Alan Zimmerman | 2022-05-11 | 1 | -3/+4 |
* | HsUniToken for :: in GADT constructors (#19623) | Vladislav Zavialov | 2022-04-08 | 1 | -0/+2 |
* | Add warnings for file header pragmas that appear in the body of a module (#20... | Zubin Duggal | 2022-04-06 | 1 | -2/+2 |
* | Implement \cases (Proposal 302) | Jakob Bruenker | 2022-04-01 | 2 | -8/+16 |
* | Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batch | sheaf | 2022-04-01 | 1 | -2/+3 |
* | hi haddock: Lex and store haddock docs in interface files | Zubin Duggal | 2022-03-23 | 4 | -42/+47 |
* | TTG: Make HsQuote GhcTc isomorphic to NoExtField | romes | 2022-03-18 | 1 | -3/+1 |
* | Separate constructors for typed and untyped brackets | romes | 2022-03-18 | 1 | -12/+14 |
* | Type-checking untyped brackets | romes | 2022-03-18 | 1 | -2/+0 |
* | Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rn | Vladislav Zavialov | 2022-03-15 | 1 | -0/+1 |
* | TTG Pull AbsBinds and ABExport out of the main AST | romes | 2022-03-14 | 1 | -1/+0 |
* | Kill derived constraints | Richard Eisenberg | 2022-02-23 | 1 | -3/+1 |
* | Fix a few Note inconsistencies | Ben Gamari | 2022-02-01 | 1 | -1/+0 |
* | Fix parsing & printing of unboxed sums | sheaf | 2022-01-11 | 1 | -0/+6 |
* | Use 'NonEmpty' for the fields in an 'HsProjection' (#20389) | Zubin Duggal | 2021-11-20 | 1 | -0/+5 |
* | EPA: Get rid of bare SrcSpan's in the ParsedSource | Alan Zimmerman | 2021-11-02 | 2 | -10/+14 |
* | HsToken for let/in (#19623) | Vladislav Zavialov | 2021-11-02 | 3 | -20/+21 |
* | EPA: Use LocatedA for ModuleName | Alan Zimmerman | 2021-10-24 | 1 | -6/+6 |
* | Refactor package imports | Sylvain Henry | 2021-10-22 | 1 | -1/+2 |
* | EPA: Preserve semicolon order in annotations | Alan Zimmerman | 2021-10-14 | 1 | -1/+2 |
* | EPA: Add comments to EpaDelta | Alan Zimmerman | 2021-10-07 | 4 | -25/+26 |
* | Bespoke TokenLocation data type | Vladislav Zavialov | 2021-10-04 | 1 | -5/+2 |
* | Trees That Grow refactor for HsTick and HsBinTick | Andrea Condoluci | 2021-09-30 | 1 | -4/+0 |
* | Remove Cabal dependency from check-exact and check-ppr executables | Matthew Pickering | 2021-09-17 | 1 | -1/+0 |
* | EPA: correctly capture comments between 'where' and binds | Alan Zimmerman | 2021-09-17 | 1 | -2/+2 |