summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Binds.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix some missed opportunities for preInlineUnconditionallySimon Peyton Jones2020-10-141-2/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-15/+14
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-251-20/+19
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-191-6/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-1/+3
* Simplify XRec definitionZubin Duggal2020-07-251-49/+49
* Clean up haddock hyperlinks of GHC.* (part1)Takenobu Tani2020-06-251-43/+43
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-3/+4
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Fully remove PprDebugSylvain Henry2020-05-011-8/+9
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Modules (#13009)Sylvain Henry2020-04-181-13/+13
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-19/+9
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-8/+8
* Modules: Types (#13009)Sylvain Henry2020-03-291-7/+7
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+1
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-141-3/+1
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* Remove Ord SrcLoc, Ord SrcSpanVladislav Zavialov2020-02-241-2/+2
* Disentangle DynFlags and SDocSylvain Henry2020-02-201-15/+14
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-1/+1
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-42/+33
* Fix more typos, via an improved Levenshtein-style correctorBrian Wignall2020-01-121-2/+2
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-1/+1
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-101-3/+5
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-281-25/+23
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-0/+1310