summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser/PostProcess.hs
Commit message (Expand)AuthorAgeFilesLines
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-161-9/+14
* Disallow linear arrows in GADT records (#19928)Vladislav Zavialov2021-06-021-11/+16
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-271-5/+5
* Support new parser types in GHCAlfredo Di Napoli2021-05-261-125/+160
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-12/+12
* Introduce Strict.Maybe, Strict.Pair (#19156)Vladislav Zavialov2021-05-231-7/+8
* EPA: AnnAt missing for type application in patternsAlan Zimmerman2021-05-231-4/+7
* Extensible Hints for diagnostic messagesAlfredo Di Napoli2021-05-201-5/+7
* Changes to HsRecField'Shayne Fletcher2021-05-191-11/+11
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-05-191-9/+7
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-2/+0
* Replace CPP assertions with Haskell functionsSylvain Henry2021-05-121-2/+3
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-111-1/+1
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-061-12/+9
* Add GhcMessage and ancillary typesAlfredo Di Napoli2021-04-291-4/+4
* fix #19736Daniel Rogozin2021-04-271-1/+8
* EPA: cleanups after the mergeAlan Zimmerman2021-04-191-46/+46
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-311-5/+5
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-311-9/+9
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-3/+3
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-311-95/+95
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-56/+55
* import Data.List with explicit import listOleg Grenrus2021-03-311-1/+1
* EPA : Remove ApiAnn from ParsedModuleGHC GitLab CI2021-03-251-1/+1
* Add compiler linting to CIHécate2021-03-251-8/+8
* GHC Exactprint main commitAlan Zimmerman2021-03-201-551/+801
* Fix record dot precedence (#19521)Vladislav Zavialov2021-03-151-6/+1
* Location for tuple section pattern error (#19504)Vladislav Zavialov2021-03-091-1/+3
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-26/+125
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-011-3/+2
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-1/+1
* Make PatSyn immutableSimon Peyton Jones2021-01-291-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-291-1/+1
* Remove unused extension pragmas from the compiler code baseHécate2021-01-171-1/+1
* Refactor renamer datastructuresAdam Gundry2020-12-241-3/+3
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-181-85/+85
* Implement type applications in patternsCale Gibbard2020-12-141-17/+21
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-061-19/+17
* Restrict Linear arrow %1 to exactly literal 1 onlyAlan Zimmerman2020-11-031-1/+2
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-4/+3
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-301-5/+5
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-2/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-291-2/+5
* Api Annotations: Introduce AnnPercent for HsExplicitMultAlan Zimmerman2020-10-271-3/+4
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-201-3/+3
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-14/+10
* ApiAnnotations : preserve parens in GADTsAlan Zimmerman2020-10-091-6/+7
* Preserve as-parsed arrow type for HsUnrestrictedArrowAlan Zimmerman2020-10-071-9/+1
* Less DynFlags in Header parsingSylvain Henry2020-10-011-1/+1