summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Match
Commit message (Expand)AuthorAgeFilesLines
* Implement type applications in patternsCale Gibbard2020-12-141-2/+2
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-011-3/+3
* Split GHC.Driver.TypesSylvain Henry2020-10-291-1/+1
* Lint the compiler for extraneous LANGUAGE pragmasHécate2020-10-102-11/+10
* Use LIdP rather than (XRec p (IdP p))Simon Peyton Jones2020-08-251-1/+1
* DynFlags: disentangle OutputableSylvain Henry2020-08-122-0/+2
* Warn about empty Char enumerations (#18402)Aaron Allen2020-07-131-6/+26
* Enable maxBound checks for OverloadedLists (Fixes #18172)Roland Senn2020-06-251-23/+59
* Update compilerSylvain Henry2020-06-171-3/+3
* Various performance improvementsKrzysztof Gogolewski2020-06-171-2/+1
* Linear types (#15981)Krzysztof Gogolewski2020-06-172-12/+32
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-262-7/+7
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-7/+19
* `MatchResult'` -> `MatchResult`John Ericson2020-04-222-8/+9
* Inline `adjustMatchResult`John Ericson2020-04-222-2/+3
* Modules (#13009)Sylvain Henry2020-04-181-3/+3
* GHC.Core.Opt renamingSylvain Henry2020-04-181-1/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-2/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-072-3/+3
* Modules: Types (#13009)Sylvain Henry2020-03-292-10/+10
* DynFlags refactoring IIISylvain Henry2020-03-251-17/+21
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-1/+1
* Modules: Core (#13009)Sylvain Henry2020-03-162-4/+4
* Misc cleanupKrzysztof Gogolewski2020-03-101-32/+0
* Modules: Core (#13009)Sylvain Henry2020-02-262-3/+3
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-142-0/+818