summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Add sized primitive literal syntaxBen Orchard2023-05-031-36/+76
* EPA: Use ExplicitBraces only in HsModuleAlan Zimmerman2023-04-261-11/+8
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-7/+11
* Update outdated references to notesSimon Hengel2023-02-141-1/+1
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-231-5/+7
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-161-6/+6
* Parse qualified terms in type signaturesHaskellMouse2023-01-111-0/+4
* Fix outdated link to Happy section on sequencesGeorgi Lyubenov2023-01-091-2/+3
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-051-1/+1
* EPA: Do not collect comments from end of fileAlan Zimmerman2023-01-051-2/+4
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-221-13/+13
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-051-25/+25
* Misc cleanupKrzysztof Gogolewski2022-11-161-1/+1
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-2/+3
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-3/+2
* Cleanup String/FastString conversionsKrzysztof Gogolewski2022-10-251-3/+3
* Class layout info (#19623)Vladislav Zavialov2022-10-231-7/+10
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-271-6/+11
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-191-5/+5
* Clean up some. In particular:M Farkas-Dyck2022-09-171-4/+4
* Fix typosEric Lindblad2022-09-141-1/+1
* EPA: DotFieldOcc does not have exact print annotationsAlan Zimmerman2022-08-111-16/+18
* Remove many GHC dependencies from L.H.Sromes2022-07-061-4/+4
* TTG for ForeignImport/Exportromes2022-07-061-11/+11
* Prune L.H.S modules of GHC dependenciesromes2022-07-061-5/+5
* TTG: Move ImpExp client-independent bits to L.H.S.ImpExpromes2022-07-031-8/+6
* TTG: Move HsModule to L.H.Sromes2022-07-031-21/+30
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-201-2/+2
* TTG: Rework and improve splicesromes2022-06-011-10/+10
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-111-3/+3
* HsUniToken for :: in GADT constructors (#19623)Vladislav Zavialov2022-04-081-1/+1
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-45/+59
* Keep track of promotion ticks in HsOpTywip/no-c-stubswip/matt-merge-batchsheaf2022-04-011-10/+13
* EPA: let stmt with semicolon has wrong anchorAlan Zimmerman2022-03-281-1/+1
* Add the OPAQUE pragmaChristiaan Baaij2022-03-251-1/+5
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-231-5/+9
* TTG: Refactor bracket for desugaring during tcromes2022-03-181-1/+1
* Separate constructors for typed and untyped bracketsromes2022-03-181-9/+9
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-151-6/+2
* Allow qualified names in COMPLETE pragmassheaf2022-02-251-1/+6
* Suggestions due to hlintMatthew Pickering2022-02-241-5/+0
* Kill derived constraintsRichard Eisenberg2022-02-231-1/+1
* Fix parsing & printing of unboxed sumssheaf2022-01-111-7/+12
* Fix typosKrzysztof Gogolewski2021-12-251-1/+1
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-221-7/+15
* More permissive parsing of higher-rank type IPssheaf2021-12-071-1/+1
* Allow keywords which can be used as variables to be used with OverloadedDotSy...Matthew Pickering2021-11-261-1/+1
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-4/+6
* Remove unused module import syntax from .bkp modeMatthew Pickering2021-11-201-8/+2
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-021-57/+61