summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Decls.hs
Commit message (Expand)AuthorAgeFilesLines
* Simplify XRec definitionZubin Duggal2020-07-251-63/+65
* Accumulate Haddock comments in P (#17544, #17561, #8944)Vladislav Zavialov2020-07-211-1/+53
* Fix duplicated words and typos in comments and user guideJan HrĨek2020-06-281-1/+1
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-84/+84
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-5/+15
* Use HsForAllTelescope to avoid inferred, visible forallsRyan Scott2020-06-131-3/+5
* Make GADT constructors adhere to the forall-or-nothing rule properlyRyan Scott2020-06-091-41/+157
* Simplify bindLHsTyVarBndrs and bindHsQTyVarswip/simply-bind-tyvarsRyan Scott2020-06-051-1/+1
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Explicit SpecificityGert-Jan Bottu2020-05-211-17/+21
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-2/+2
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-27/+27
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-86/+25
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-7/+7
* Modules: Types (#13009)Sylvain Henry2020-03-291-9/+9
* Modules: Core (#13009)Sylvain Henry2020-03-161-7/+7
* Typos in comments [skip ci]Krzysztof Gogolewski2020-03-101-2/+2
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-4/+4
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-3/+8
* Fix scoping of TyCon binders in TcTyClsDeclsSimon Peyton Jones2020-02-011-5/+20
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+2
* Handle local fixity declarations in DsMeta properlyRyan Scott2020-01-251-15/+62
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-3/+3
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-3/+3
* Print name prefixly in the Outputable instance for StandaloneKindSigRyan Scott2019-11-131-1/+2
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-281-53/+54
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-251-52/+82
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-0/+2417