summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* Use diagnostic infrastructure in GHC.Tc.Errorssheaf2022-01-173-8/+13
* Multiple Home UnitsMatthew Pickering2021-12-283-9/+9
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-223-1/+161
* More permissive parsing of higher-rank type IPssheaf2021-12-075-0/+33
* Revert "Data.List specialization to []"Matthew Pickering2021-12-032-4/+22
* Include "not more specific" info in overlap msgsheaf2021-11-202-8/+6
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-061-10/+5
* EPA: Get rid of bare SrcSpan's in the ParsedSourceAlan Zimmerman2021-11-026-32/+96
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-3/+9
* EPA: Use LocatedA for ModuleNameAlan Zimmerman2021-10-247-13/+13
* Refactor package importsSylvain Henry2021-10-225-9/+11
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-144-4/+2123
* Change affected tests stderrCarrie Xu2021-10-121-3/+6
* Add defaulting plugins.Andrei Barbu2021-10-082-3/+3
* Improve overlap error for polykinded constraintssheaf2021-10-062-14/+16
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-064-11/+605
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-051-1/+3
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-045-107/+52
* Remove NoGhcTc usage from HsMatchContextArtyom Kuznetsov2021-09-281-1/+1
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-174-5/+10
* Add test for #17865Joshua Price2021-09-133-0/+6
* Supply missing case for '.' inShayne Fletcher2021-08-022-0/+8
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-283-4/+4
* Parser: suggest TemplateHaskell on $$(...) (#20157)Krzysztof Gogolewski2021-07-275-0/+22
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-214-10/+13
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-1221-37/+60
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-093-0/+12
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-093-0/+11
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-091-3/+3
* Fix issue 20038 - Change 'variable' -> 'variables'Edward2021-07-062-2/+2
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-191-0/+11
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-161-6/+4
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-164-44/+153
* Make 'count-deps' a ghc/util standalone programShayne Fletcher2021-06-056-651/+0
* Add PsHeaderMessage diagnostic (fixes #19923)Alfredo Di Napoli2021-06-048-1/+19
* Port HsToCore messages to new infrastructureAlfredo Di Napoli2021-06-032-2/+18
* CountDeps: print graph of module dependencies in dot formatShayne Fletcher2021-06-021-10/+28
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-023-0/+21
* Use GHC's State monad consistentlyBen Gamari2021-05-292-0/+2
* Split GHC.Utils.Monad.State into .Strict and .LazyBen Gamari2021-05-292-2/+2
* Support new parser types in GHCAlfredo Di Napoli2021-05-2618-29/+32
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-8/+68
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-232-2/+4
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-202-2/+4
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-194-30/+7
* Remove transitive information about modules and packages from interface filesMatthew Pickering2021-05-191-1/+1
* EPA: Fix incorrect SrcSpan for FamDeclAlan Zimmerman2021-05-123-13/+13
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-122-2/+4
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-071-85/+143
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-061-1/+8