summaryrefslogtreecommitdiff
path: root/compiler/Language
Commit message (Expand)AuthorAgeFilesLines
* Minor fix to pretty-printing of linear typesKrzysztof Gogolewski2021-08-051-4/+0
* Use HsExpansion for overloaded list patternssheaf2021-06-291-6/+1
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-163-11/+24
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-272-32/+35
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-233-0/+20
* Change representation of field selector occurencesShayne Fletcher2021-05-235-34/+86
* Remove Maybe from Context in HsQualTyAlan Zimmerman2021-05-211-1/+1
* Changes to HsRecField'Shayne Fletcher2021-05-194-45/+53
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-125-5/+5
* Fully remove HsVersions.hSylvain Henry2021-05-123-7/+0
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-072-5/+0
* 19486 Nearly all uses of `uniqCompareFS` are dubious and lack a non-determini...Sasha Bogicevic2021-05-061-1/+1
* Pretty-print HsArgPar applications correctly (#19737)Ryan Scott2021-04-271-4/+51
* Rename references to Note [Trees That Grow] consistently [skip ci]wip/amg/rename-ttg-notesAdam Gundry2021-04-236-12/+18
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-316-132/+136
* EPA : Rename AddApiAnn to AddEpAnnAlan Zimmerman2021-03-311-2/+2
* Add compiler linting to CIHécate2021-03-256-50/+36
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-202-2/+2
* rename Tickish to CoreTickishLuite Stegeman2021-03-202-3/+3
* GHC Exactprint main commitAlan Zimmerman2021-03-205-95/+166
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-062-1/+136
* Wrap LHsContext in Maybe in the GHC ASTAlan Zimmerman2021-03-012-3/+3
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-151/+4
* Fix typosBrian Wignall2021-02-062-2/+2
* The Char kind (#11342)Daniel Rogozin2021-02-061-0/+2
* Make PatSyn immutableSimon Peyton Jones2021-01-291-4/+3
* Track the dependencies of `GHC.Hs.Expr.Types`John Ericson2021-01-231-5/+9
* Separate AST from GhcPass (#18936)John Ericson2021-01-2310-0/+7164