summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs
Commit message (Expand)AuthorAgeFilesLines
* Handle local fixity declarations in DsMeta properlyRyan Scott2020-01-251-15/+62
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-124-10/+10
* Overloaded Quotation Brackets (#246)Matthew Pickering2020-01-121-2/+4
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-085-17/+18
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-042-2/+2
* Pretty-printing of the * kindVladislav Zavialov2019-12-051-1/+1
* More Haddock syntax in GHC.Hs.UtilsBen Gamari2019-12-021-15/+16
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-304-73/+69
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-283-59/+77
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-271-14/+9
* Make warnings for TH splices opt-inSebastian Graf2019-11-271-11/+14
* Remove prefix arrow support for GADTs (#17211)Krzysztof Gogolewski2019-11-251-16/+0
* Strip parentheses in expressions contexts in error messagesVladislav Zavialov2019-11-191-0/+4
* Turn some comments into GHC.Hs.Utils into haddocksAndreas Klebinger2019-11-171-37/+46
* Fix random typos [skip ci]nineonine2019-11-171-1/+1
* Print name prefixly in the Outputable instance for StandaloneKindSigRyan Scott2019-11-131-1/+2
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-1/+2
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-3/+5
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-073-3/+30
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-023-32/+13
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-2810-193/+196
* Fix #15344: use fail when desugaring applicative-doJosef Svenningsson2019-10-282-17/+26
* Solve constraints from top-level groups soonerRichard Eisenberg2019-10-081-107/+8
* Improve documentation around empty tuples/listsRichard Eisenberg2019-10-031-0/+67
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-254-54/+120
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-2015-0/+13320