summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Syn
Commit message (Expand)AuthorAgeFilesLines
* HsToken for @-patterns and TypeApplications (#19623)Vladislav Zavialov2022-06-201-2/+2
* TTG: Rework and improve splicesromes2022-06-011-4/+5
* TTG: Move MatchGroup Origin field and MatchGroupTc to GHC.Hswip/romes/ttg-matchgroup-originromes2022-05-261-1/+1
* Desugar RecordUpd in `tcExpr`wip/T18802CarrieMY2022-05-251-5/+1
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-1/+1
* TTG: Refactor bracket for desugaring during tcromes2022-03-181-2/+2
* Separate constructors for typed and untyped bracketsromes2022-03-181-1/+2
* TTG: Refactor HsBracketromes2022-03-181-3/+1
* Correct type of static forms in hsExprTypeMatthew Pickering2022-01-181-1/+1
* HsToken for let/in (#19623)Vladislav Zavialov2021-11-021-1/+1
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+1
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-301-2/+2
* Don't return unitExpr in dsWhenNoErrssheaf2021-07-101-1/+1
* Use HsExpansion for overloaded list patternssheaf2021-06-291-3/+5
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-081-0/+202