summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Binds.hs
Commit message (Expand)AuthorAgeFilesLines
* PmCheck: Handle ⊥ and strict fields correctly (#18341)wip/T18341Sebastian Graf2020-09-101-2/+2
* PmCheck: Big refactor using guard tree variants more closely following source...Sebastian Graf2020-09-101-7/+7
* Add long-distance info for pattern bindings (#18572)Sebastian Graf2020-09-101-2/+2
* DynFlags: add sm_pre_inline field into SimplMode (#17957)Sylvain Henry2020-09-091-3/+3
* DynFlags: add UnfoldingOpts and SimpleOptsSylvain Henry2020-09-091-8/+12
* Add right-to-left rule for pattern bindingsSimon Peyton Jones2020-08-191-1/+1
* PmCheck: Better long-distance info for where bindings (#18533)Sebastian Graf2020-08-131-4/+3
* DynFlags: disentangle OutputableSylvain Henry2020-08-121-0/+2
* Improve typechecking of NPlusK patternsSimon Peyton Jones2020-07-181-0/+1
* Various performance improvementsKrzysztof Gogolewski2020-06-171-3/+3
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-16/+21
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-3/+3
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-051-1/+6
* Rename GHC.Core.Arity into GHC.Core.Opt.AritySylvain Henry2020-05-241-1/+1
* Fix specialisation for DFunsSimon Peyton Jones2020-05-081-4/+3
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-011-14/+13
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-10/+10
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* 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-8/+8
* Major improvements to the specialiserSimon Peyton Jones2020-04-031-1/+1
* Modules: Types (#13009)Sylvain Henry2020-03-291-10/+10
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-2/+2
* Modules: Core (#13009)Sylvain Henry2020-03-161-4/+4
* Remove unused field var_inline (#17915)Krzysztof Gogolewski2020-03-141-5/+2
* PmCheck: Implement Long-distance information with Covered setsSebastian Graf2020-02-271-2/+3
* Modules: Core (#13009)Sylvain Henry2020-02-261-11/+11
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+1327