summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser
Commit message (Expand)AuthorAgeFilesLines
* 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-282-2/+13
* Add the OPAQUE pragmaChristiaan Baaij2022-03-252-0/+17
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-235-150/+380
* 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-053-5/+30
* Suggestions due to hlintMatthew Pickering2022-02-242-2/+1
* Consistently upper-case "Note ["Ben Gamari2022-02-013-4/+4
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-173-8/+10
* Fix parsing & printing of unboxed sumssheaf2022-01-112-8/+16
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-201-2/+2
* Refactor HdkM using deriving viaVladislav Zavialov2021-11-061-27/+14
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-023-30/+34
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-6/+11
* Warn if unicode bidirectional formatting characters are found in the source (...Zubin Duggal2021-10-262-0/+27
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-242-6/+6
* Refactor package importsSylvain Henry2021-10-221-6/+7
* Some extra strictness in annotation fieldsMatthew Pickering2021-10-141-4/+7
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-143-50/+91
* EPA: Add comments to EpaDeltaAlan Zimmerman2021-10-072-19/+22
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-061-16/+13
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-042-4/+28
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-171-12/+14
* EPA: Capture '+' location for NPlusKPatAlan Zimmerman2021-09-082-4/+9
* ffi: Don't allow wrapper stub with CApi conventionMatthew Pickering2021-09-083-4/+16
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-112-8/+8
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-101-1/+1
* Supply missing case for '.' inShayne Fletcher2021-08-021-0/+1
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-283-5/+35
* Parser: suggest TemplateHaskell on $$(...) (#20157)Krzysztof Gogolewski2021-07-271-0/+1
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-211-40/+36
* driver: Fix recompilation for modules importing GHC.PrimMatthew Pickering2021-07-211-6/+9
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-124-104/+92
* Rename getErrorMessages and getMessages function in parser codewip/adinapoli-issue-19920Alfredo Di Napoli2021-07-082-13/+13
* Fix issue 20038 - Change 'variable' -> 'variables'Edward2021-07-061-1/+1
* [Parser: Lexer] Fix !6132Moritz Angermann2021-07-011-1/+2
* Dynflags: introduce DiagOptsSylvain Henry2021-07-011-17/+15
* Put tracing functions into their own moduleSylvain Henry2021-06-221-0/+1
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-163-18/+19
* Parser: make less DynFlags dependentSylvain Henry2021-06-074-29/+33
* Make Logger independent of DynFlagsSylvain Henry2021-06-071-1/+1
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-043-20/+72
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-031-3/+1
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-023-11/+27
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-271-5/+5
* Support new parser types in GHCAlfredo Di Napoli2021-05-267-1161/+1435
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-232-14/+15
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-235-45/+54
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-232-6/+9