summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser.y
Commit message (Expand)AuthorAgeFilesLines
* Minor refactor around FastStringswip/strings-refactor3Krzysztof Gogolewski2022-11-041-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
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-2/+1
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-241-17/+17
* Refactor package importsSylvain Henry2021-10-221-3/+4
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-141-20/+20
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-041-2/+2
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-171-11/+17
* EPA: order of semicolons and comments for top-level decls is wrongAlan Zimmerman2021-09-061-6/+11
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-111-3/+3
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-14/+13
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-271-14/+14
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-12/+18
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-1/+4
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-5/+7
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-211-1/+1