summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs
Commit message (Expand)AuthorAgeFilesLines
* Modules: Types (#13009)Sylvain Henry2020-03-2912-71/+71
* Fix ApplicativeDo regression #17835Josef Svenningsson2020-03-231-8/+17
* Simplify treatment of heterogeneous equalityRichard Eisenberg2020-03-202-37/+37
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-171-2/+15
* Modules: Core (#13009)Sylvain Henry2020-03-168-23/+23
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-142-4/+2
* pretty-printer: Do not print ApplicativeDo joinKirill Elagin2020-03-121-4/+3
* pretty-printer: Properly parenthesise LastStmtKirill Elagin2020-03-122-6/+12
* Typos in comments [skip ci]Krzysztof Gogolewski2020-03-102-3/+3
* Use InstanceSigs in GND/DerivingVia-generated code (#17899)Ryan Scott2020-03-091-1/+2
* Remove dead codeKrzysztof Gogolewski2020-03-021-6/+1
* Modules: Core (#13009)Sylvain Henry2020-02-263-3/+3
* Remove dead codeKrzysztof Gogolewski2020-02-262-3/+0
* Comments, small refactorKrzysztof Gogolewski2020-02-241-24/+0
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-242-3/+2
* Use Type instead of * in GHCBen Gamari2020-02-203-8/+11
* GHC.Hs.Extension: Use Type instead of *Ben Gamari2020-02-201-1/+1
* Use TTG for HsSplicedT constructorKrzysztof Gogolewski2020-02-201-6/+11
* Disentangle DynFlags and SDocSylvain Henry2020-02-203-33/+30
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-146-16/+16
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-121-1/+2
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-0813-891/+480
* Remove unnecessary parenthesesRichard Eisenberg2020-02-081-14/+14
* slightly better named cost-centres for simple pattern bindings #17006Adam Sandberg Eriksson2020-02-081-0/+19
* Fix scoping of TyCon binders in TcTyClsDeclsSimon Peyton Jones2020-02-011-5/+20
* Disable two warnings for files that trigger themTom Ellis2020-01-273-0/+6
* Use splitLHs{ForAll,Sigma}TyInvis throughout the codebaseRyan Scott2020-01-271-31/+8
* Do not bring visible foralls into scope in hsScopedTvswip/T17687Ryan Scott2020-01-251-14/+18
* 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