summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser
Commit message (Expand)AuthorAgeFilesLines
* compiler: Use compact representation for SourceTextZubin Duggal2023-05-162-38/+43
* Add sized primitive literal syntaxBen Orchard2023-05-031-31/+164
* Handle records in the renamersheaf2023-03-291-9/+17
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-241-9/+1
* Update outdated references to notesSimon Hengel2023-02-142-10/+10
* EPA: Comment between module and where should be in header commentsAlan Zimmerman2023-02-081-2/+4
* Don't allow . in overloaded labelssheaf2023-02-071-2/+1
* Avoid orphans in the parserSimon Peyton Jones2023-01-272-5/+6
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-231-5/+14
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-052-5/+11
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-1/+1
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-221-33/+20
* EPA: When splitting out header comments, keep ones for first declAlan Zimmerman2022-12-131-3/+23
* Fixes around primitive literalsKrzysztof Gogolewski2022-12-081-2/+4
* Add BufSpan to EpaLocation (#22319, #22558)Vladislav Zavialov2022-12-053-20/+24
* Scrub some no-warning pragmas.M Farkas-Dyck2022-11-231-2/+0
* Give better errors for code corrupted by Unicode smart quotes (#21843)Lawton Nichols2022-11-193-16/+98
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-111-2/+3
* Define `Infinite` list and use where appropriate.M Farkas-Dyck2022-11-081-2/+2
* Minor refactor around FastStringsKrzysztof Gogolewski2022-11-051-1/+1
* Minor SDoc-related cleanupKrzysztof Gogolewski2022-10-281-22/+22
* Remove source location information from interface filesOwen Shepherd2022-10-271-12/+0
* Cleanup String/FastString conversionsKrzysztof Gogolewski2022-10-252-10/+9
* Class layout info (#19623)Vladislav Zavialov2022-10-232-10/+11
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-191-9/+10
* Allow configuration of error message printingMatthew Pickering2022-10-182-5/+10
* Unrestricted OverloadedLabels (#11671)Charles Taylor2022-10-121-33/+54
* 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
* Fix -Woperator-whitespace for consym (part of #19372)Vladislav Zavialov2022-09-201-16/+29
* Scrub partiality about `NewOrData`.M Farkas-Dyck2022-09-194-10/+28
* Lexer: define varsym without predicates (#22201)Vladislav Zavialov2022-09-181-28/+37
* Lexer: pass updated buffer to actions (#22201)Vladislav Zavialov2022-09-181-54/+57
* Clean up some. In particular:M Farkas-Dyck2022-09-172-7/+7
* Fix typosEric Lindblad2022-09-145-7/+7
* Add diagnostic codessheaf2022-09-132-6/+13
* 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-032-7/+10
* TTG: Move HsModule to L.H.Sromes2022-07-033-6/+4
* Add suggestions for unrecognised pragmas (#21589)Tony Zorman2022-06-273-8/+30
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-205-19/+21
* TTG: Rework and improve splicesromes2022-06-011-9/+9
* EPA: Comment Order ReversedAlan Zimmerman2022-05-232-15/+11
* EPA : Remove duplicate comments in DataFamInstDAlan Zimmerman2022-05-232-4/+20
* EPA: do statement with leading semicolon has wrong anchorAlan Zimmerman2022-05-111-0/+13