summaryrefslogtreecommitdiff
path: root/compiler/GHC/Parser
Commit message (Expand)AuthorAgeFilesLines
* EPA: AnnAt missing for type application in patternsghc-9.2-az-4Alan Zimmerman2021-06-142-6/+9
* EPA: Fix explicit specificity and unicode linear arrow annotationsAlan Zimmerman2021-06-141-0/+2
* EPA: Remove duplicate annotations from HsDataDefnAlan Zimmerman2021-06-141-9/+7
* EPA: update some comments in Annotations.Alan Zimmerman2021-05-171-119/+82
* EPA: Use custom AnnsIf structure for HsIf and HsCmdIfAlan Zimmerman2021-05-121-1/+1
* EPA: properly capture leading semicolons in statement listsAlan Zimmerman2021-05-121-1/+3
* EPA: properly capture semicolons between Matches in a FunBindAlan Zimmerman2021-05-122-24/+41
* EPA: cleanups after the mergeAlan Zimmerman2021-04-214-145/+155
* EPA : Rename AnnComment to EpaCommentAlan Zimmerman2021-03-293-85/+90
* EPA : rename AnnAnchor to EpaAnchorAlan Zimmerman2021-03-293-44/+44
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-293-17/+17
* EPA : Rename ApiAnn to EPAnnAlan Zimmerman2021-03-294-233/+233
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-293-88/+87
* EPA: Tidy up some GHC.Parser.Annotation commentsAlan Zimmerman2021-03-291-14/+33
* EPA : Remove ApiAnn from ParsedModuleAlan Zimmerman2021-03-293-14/+4
* GHC Exactprint main commitAlan Zimmerman2021-03-207-852/+1154
* Add the main types to be used for exactprint in the GHC ASTAlan Zimmerman2021-03-201-64/+964
* 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-064-32/+180
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-013-7/+6
* Fix typechecking time bug for large rationals (#15646)Andreas Klebinger2021-02-271-13/+15
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-1/+1
* Fix typosBrian Wignall2021-02-063-7/+7
* Introduce the DecoratedSDoc typeAlfredo Di Napoli2021-02-012-7/+7
* Rename ErrMsg into MsgEnvelopeAlfredo Di Napoli2021-02-012-9/+9
* Remove ErrDoc and MsgDocAlfredo Di Napoli2021-02-012-7/+7
* Make PatSyn immutableSimon Peyton Jones2021-01-291-1/+1
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-293-3/+3
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-0/+1
* Parameterise Messages over eAlfredo Di Napoli2021-01-222-10/+10
* Remove unused extension pragmas from the compiler code baseHécate2021-01-171-1/+1
* Remove errShortString, cleanup error-related functionsAlfredo Di Napoli2021-01-092-22/+20
* Refactor renamer datastructuresAdam Gundry2020-12-241-3/+3
* Support package qualifier in Prelude importSylvain Henry2020-12-231-5/+9
* Fix Haddock parse error in GHC.Parser.PostProcess.HaddockMatthew Pickering2020-12-201-2/+2
* Rename parser Error and Warning typesAlfredo Di Napoli2020-12-186-332/+333
* Implement type applications in patternsCale Gibbard2020-12-145-29/+33
* Parser: move parser utils into their own moduleSylvain Henry2020-12-111-0/+58
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-062-30/+36
* 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-012-5/+4
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-302-13/+12
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-291-2/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-294-14/+22
* API Annotations: put constructors in alphabetical orderAlan Zimmerman2020-10-281-2/+2
* Api Annotations: Introduce AnnPercent for HsExplicitMultAlan Zimmerman2020-10-272-4/+6
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-203-5/+6
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-193-24/+91
* Parser: don't require the HomeUnitIdSylvain Henry2020-10-131-13/+4