summaryrefslogtreecommitdiff
path: root/compiler/GHC/Hs/Pat.hs
Commit message (Expand)AuthorAgeFilesLines
* Rename GHC.Hs.Types into GHC.Hs.TypeSylvain Henry2020-05-241-1/+1
* Factor out HsPatSigType for pat sigs/RULE term sigs (#16762)Ryan Scott2020-05-131-1/+1
* Fully remove PprDebugSylvain Henry2020-05-011-7/+6
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-4/+4
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-104/+173
* Modules (#13009)Sylvain Henry2020-04-181-13/+13
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-4/+1
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-4/+4
* Minor cleanupKrzysztof Gogolewski2020-03-291-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-4/+4
* Simplify treatment of heterogeneous equalityRichard Eisenberg2020-03-201-4/+7
* Modules: Core (#13009)Sylvain Henry2020-03-161-4/+4
* Modules: Core (#13009)Sylvain Henry2020-02-261-1/+1
* 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-11/+16
* slightly better named cost-centres for simple pattern bindings #17006Adam Sandberg Eriksson2020-02-081-0/+19
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-1/+1
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-041-1/+1
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-301-5/+4
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-071-2/+8
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-021-29/+3
* Use FlexibleInstances for `Outputable (* p)` instead of match-all instances w...Sebastian Graf2019-10-281-7/+7
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-0/+846