summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-295-6/+24
* fix #19736Daniel Rogozin2021-04-272-1/+6
* EPA: cleanups after the mergeAlan Zimmerman2021-04-195-184/+183
* Fix #19649 by using filterInScopeM in rnFamEqnRyan Scott2021-04-082-15/+250
* Correct warning for deprecated and unrecognised flagsAlfredo Di Napoli2021-04-053-4/+4
* Implement proposal 403: Lexer cleanupOleg Grenrus2021-04-054-0/+35
* Fix testsSylvain Henry2021-04-012-2/+6
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-316-302/+302
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-318-1086/+1086
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-315-121/+121
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-202-2/+4