summaryrefslogtreecommitdiff
path: root/compiler/Language/Haskell/Syntax/Expr.hs
Commit message (Expand)AuthorAgeFilesLines
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-4/+11
* Reject GADT pattern matches in arrow notationsheaf2021-10-091-6/+19
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-301-15/+0
* Remove NoGhcTc usage from HsMatchContextArtyom Kuznetsov2021-09-281-1/+1
* Refactor HsStmtContext and remove HsDoRnArtyom Kuznetsov2021-08-101-43/+64
* Change representation of HsGetField and HsProjectionShayne Fletcher2021-05-271-29/+32
* HsToken for HsPar, ParPat, HsCmdPar (#19523)Vladislav Zavialov2021-05-231-0/+4
* Change representation of field selector occurencesShayne Fletcher2021-05-231-8/+56
* Changes to HsRecField'Shayne Fletcher2021-05-191-2/+8
* Remove useless {-# LANGUAGE CPP #-} pragmasSylvain Henry2021-05-121-1/+1
* Fully remove HsVersions.hSylvain Henry2021-05-121-3/+0
* Allow visible type application for levity-poly data consSimon Peyton Jones2021-05-071-4/+0
* Rename references to Note [Trees That Grow] consistently [skip ci]wip/amg/rename-ttg-notesAdam Gundry2021-04-231-6/+11
* EPA : rename 'api annotations' to 'exact print annotations'Alan Zimmerman2021-03-311-50/+52
* Add compiler linting to CIHécate2021-03-251-11/+9
* Transfer tickish things to GHC.Types.TickishLuite Stegeman2021-03-201-1/+1
* rename Tickish to CoreTickishLuite Stegeman2021-03-201-1/+1
* GHC Exactprint main commitAlan Zimmerman2021-03-201-19/+41
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-1/+134
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-151/+4
* Fix typosBrian Wignall2021-02-061-1/+1
* Make PatSyn immutableSimon Peyton Jones2021-01-291-4/+3
* Separate AST from GhcPass (#18936)John Ericson2021-01-231-0/+1776