summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Expr.hs
Commit message (Expand)AuthorAgeFilesLines
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-2/+4
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-7/+7
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-1/+1
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-281-56/+66
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-271-14/+9
* Strip parentheses in expressions contexts in error messagesVladislav Zavialov2019-11-191-0/+4
* Fix random typos [skip ci]nineonine2019-11-171-1/+1
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-071-0/+8
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-281-57/+57
* Fix #15344: use fail when desugaring applicative-doJosef Svenningsson2019-10-281-13/+22
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-081-107/+8
* Improve documentation around empty tuples/listsRichard Eisenberg2019-10-031-0/+67
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-0/+2828