| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove many GHC dependencies from L.H.S | romes | 2022-07-06 | 1 | -1/+1 |
* | TTG for ForeignImport/Export | romes | 2022-07-06 | 1 | -6/+5 |
* | TTG: Move CoreTickish out of LHS.Binds | romes | 2022-07-06 | 1 | -4/+3 |
* | TTG: Move ImpExp client-independent bits to L.H.S.ImpExp | romes | 2022-07-03 | 1 | -3/+4 |
* | TTG: Move HsModule to L.H.S | romes | 2022-07-03 | 1 | -1/+0 |
* | HsToken for @-patterns and TypeApplications (#19623) | Vladislav Zavialov | 2022-06-20 | 1 | -14/+14 |
* | TTG: Rework and improve splices | romes | 2022-06-01 | 1 | -9/+9 |
* | EPA: Comment Order Reversed | Alan Zimmerman | 2022-05-23 | 1 | -1/+1 |
* | EPA : Remove duplicate comments in DataFamInstD | Alan Zimmerman | 2022-05-23 | 1 | -3/+19 |
* | EPA: do statement with leading semicolon has wrong anchor | Alan Zimmerman | 2022-05-11 | 1 | -0/+13 |
* | Disallow (->) as a data constructor name (#16999) | Vladislav Zavialov | 2022-04-08 | 1 | -3/+2 |
* | HsUniToken for :: in GADT constructors (#19623) | Vladislav Zavialov | 2022-04-08 | 1 | -3/+4 |
* | Reject illegal quote mark in data con declarations (#17865) | Vladislav Zavialov | 2022-04-08 | 1 | -2/+11 |
* | EPA: handling of con_bndrs in mkGadtDecl | Alan Zimmerman | 2022-04-07 | 1 | -2/+1 |
* | Implement \cases (Proposal 302) | Jakob Bruenker | 2022-04-01 | 1 | -25/+27 |
* | Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batch | sheaf | 2022-04-01 | 1 | -7/+7 |
* | EPA: let stmt with semicolon has wrong anchor | Alan Zimmerman | 2022-03-28 | 1 | -1/+6 |
* | Add the OPAQUE pragma | Christiaan Baaij | 2022-03-25 | 1 | -0/+15 |
* | Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rn | Vladislav Zavialov | 2022-03-15 | 1 | -3/+2 |
* | checkUnboxedLitPat: use non-fatal addError | Vladislav Zavialov | 2022-03-12 | 1 | -2/+2 |
* | Don't allow Float#/Double# literal patterns | sheaf | 2022-03-05 | 1 | -5/+23 |
* | Consistently upper-case "Note [" | Ben Gamari | 2022-02-01 | 1 | -1/+1 |
* | Use diagnostic infrastructure in GHC.Tc.Errors | sheaf | 2022-01-17 | 1 | -1/+3 |
* | Use 'NonEmpty' for the fields in an 'HsProjection' (#20389) | Zubin Duggal | 2021-11-20 | 1 | -2/+2 |
* | EPA: Get rid of bare SrcSpan's in the ParsedSource | Alan Zimmerman | 2021-11-02 | 1 | -24/+25 |
* | HsToken for let/in (#19623) | Vladislav Zavialov | 2021-11-02 | 1 | -6/+11 |
* | EPA: Preserve semicolon order in annotations | Alan Zimmerman | 2021-10-14 | 1 | -41/+57 |
* | EPA: Add comments to EpaDelta | Alan Zimmerman | 2021-10-07 | 1 | -2/+2 |
* | EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDecl | Alan Zimmerman | 2021-10-06 | 1 | -16/+13 |
* | Bespoke TokenLocation data type | Vladislav Zavialov | 2021-10-04 | 1 | -4/+22 |
* | EPA: correctly capture comments between 'where' and binds | Alan Zimmerman | 2021-09-17 | 1 | -12/+14 |
* | EPA: Capture '+' location for NPlusKPat | Alan Zimmerman | 2021-09-08 | 1 | -3/+4 |
* | ffi: Don't allow wrapper stub with CApi convention | Matthew Pickering | 2021-09-08 | 1 | -4/+11 |
* | Modify InlineSpec data constructor (helps fix #18138) | Alina Banerjee | 2021-08-11 | 1 | -2/+2 |
* | Refactor HsStmtContext and remove HsDoRn | Artyom Kuznetsov | 2021-08-10 | 1 | -1/+1 |
* | HsUniToken and HsToken for HsArrow (#19623) | Vladislav Zavialov | 2021-06-16 | 1 | -9/+14 |
* | Disallow linear arrows in GADT records (#19928) | Vladislav Zavialov | 2021-06-02 | 1 | -11/+16 |
* | Change representation of HsGetField and HsProjection | Shayne Fletcher | 2021-05-27 | 1 | -5/+5 |
* | Support new parser types in GHC | Alfredo Di Napoli | 2021-05-26 | 1 | -125/+160 |
* | HsToken for HsPar, ParPat, HsCmdPar (#19523) | Vladislav Zavialov | 2021-05-23 | 1 | -12/+12 |
* | Introduce Strict.Maybe, Strict.Pair (#19156) | Vladislav Zavialov | 2021-05-23 | 1 | -7/+8 |
* | EPA: AnnAt missing for type application in patterns | Alan Zimmerman | 2021-05-23 | 1 | -4/+7 |
* | Extensible Hints for diagnostic messages | Alfredo Di Napoli | 2021-05-20 | 1 | -5/+7 |
* | Changes to HsRecField' | Shayne Fletcher | 2021-05-19 | 1 | -11/+11 |
* | EPA: Remove duplicate annotations from HsDataDefn | Alan Zimmerman | 2021-05-19 | 1 | -9/+7 |
* | Remove useless {-# LANGUAGE CPP #-} pragmas | Sylvain Henry | 2021-05-12 | 1 | -1/+1 |
* | Fully remove HsVersions.h | Sylvain Henry | 2021-05-12 | 1 | -2/+0 |
* | Replace CPP assertions with Haskell functions | Sylvain Henry | 2021-05-12 | 1 | -2/+3 |
* | EPA: Use custom AnnsIf structure for HsIf and HsCmdIf | Alan Zimmerman | 2021-05-11 | 1 | -1/+1 |
* | EPA: properly capture semicolons between Matches in a FunBind | Alan Zimmerman | 2021-05-06 | 1 | -12/+9 |