summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: Use compact representation for SourceTextZubin Duggal2023-05-161-2/+3
* Handle records in the renamersheaf2023-03-291-9/+17
* Update outdated references to notesSimon Hengel2023-02-141-1/+1
* Avoid orphans in the parserSimon Peyton Jones2023-01-271-5/+0
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-051-5/+5
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-1/+1
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-051-9/+9
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-231-2/+0
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-2/+3
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-1/+1
* Cleanup String/FastString conversionsKrzysztof Gogolewski2022-10-251-7/+6
* Class layout info (#19623)Vladislav Zavialov2022-10-231-2/+3
* Parser/PostProcess: rename failOp* functionsVladislav Zavialov2022-10-101-8/+8
* Scrub various partiality involving empty lists.M Farkas-Dyck2022-09-301-12/+10
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-7/+23
* Minor refactor around OutputableKrzysztof Gogolewski2022-09-221-1/+1
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-191-8/+15
* Clean up some. In particular:M Farkas-Dyck2022-09-171-5/+5
* Fix typosEric Lindblad2022-09-141-1/+1
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-1/+3
* Remove many GHC dependencies from L.H.Sromes2022-07-061-1/+1
* TTG for ForeignImport/Exportromes2022-07-061-6/+5
* TTG: Move CoreTickish out of LHS.Bindsromes2022-07-061-4/+3
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-3/+4
* TTG: Move HsModule to L.H.Sromes2022-07-031-1/+0
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-201-14/+14
* TTG: Rework and improve splicesromes2022-06-011-9/+9
* EPA: Comment Order ReversedAlan Zimmerman2022-05-231-1/+1
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-231-3/+19
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-111-0/+13
* Disallow (->) as a data constructor name (#16999)Vladislav Zavialov2022-04-081-3/+2
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-081-3/+4
* Reject illegal quote mark in data con declarations (#17865)Vladislav Zavialov2022-04-081-2/+11
* EPA: handling of con_bndrs in mkGadtDeclAlan Zimmerman2022-04-071-2/+1
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-25/+27
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-7/+7
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-281-1/+6
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-0/+15
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-3/+2
* checkUnboxedLitPat: use non-fatal addErrorVladislav Zavialov2022-03-121-2/+2
* Don't allow Float#/Double# literal patternssheaf2022-03-051-5/+23
* Consistently upper-case "Note ["Ben Gamari2022-02-011-1/+1
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-171-1/+3
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-2/+2
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-24/+25
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-6/+11
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-41/+57
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-071-2/+2
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-061-16/+13
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-041-4/+22