summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Match.hs
Commit message (Expand)AuthorAgeFilesLines
* Improve handling of overloaded labels, literals, lists etcwip/T19154Simon Peyton Jones2021-02-191-3/+11
* Core: introduce Alt/AnnAlt/IfaceAlt datatypesSylvain Henry2021-01-221-1/+1
* Factorize and document binder collect functionsSylvain Henry2021-01-221-1/+1
* Implement type applications in patternsCale Gibbard2020-12-141-3/+3
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-3/+2
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+2
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-101-9/+8
* PmCheck: Big refactor of module structureSebastian Graf2020-09-261-4/+4
* PmCheck: Handle ⊥ and strict fields correctly (#18341)wip/T18341Sebastian Graf2020-09-101-19/+19
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-3/+3
* Add long-distance info for pattern bindings (#18572)Sebastian Graf2020-09-101-23/+22
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-131-29/+28
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+1
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-141-2/+5
* Don't generalize when typechecking a tuple sectionKrzysztof Gogolewski2020-06-271-1/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-14/+34
* PmCheck: Only call checkSingle if we would report warningsSebastian Graf2020-05-011-2/+4
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-5/+5
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-10/+14
* `MatchResult'` -> `MatchResult`John Ericson2020-04-221-12/+12
* Inline `adjustMatchResult`John Ericson2020-04-221-3/+5
* Refactor the `MatchResult` type in the desugarerJonathan DK Gibbons2020-04-221-1/+1
* Modules (#13009)Sylvain Henry2020-04-181-1/+1
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-3/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-291-8/+8
* DynFlags refactoring IIISylvain Henry2020-03-251-6/+8
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Modules: Core (#13009)Sylvain Henry2020-03-161-6/+6
* PmCheck: Implement Long-distance information with Covered setsSebastian Graf2020-02-271-22/+35
* Modules: Core (#13009)Sylvain Henry2020-02-261-4/+4
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+1151