summaryrefslogtreecommitdiff
path: root/compiler/GHC/HsToCore/Expr.hs
Commit message (Expand)AuthorAgeFilesLines
* Clarify leaf module names for new module hierarchyTakenobu Tani2020-06-101-1/+1
* HsToCore: Eta expand left sectionsBen Gamari2020-06-011-25/+64
* PmCheck: Pick up `EvVar`s bound in `HsWrapper`s for long-distance infoSebastian Graf2020-05-011-2/+3
* Unit: split and rename modulesSylvain Henry2020-04-301-1/+1
* Modules: Utils and Data (#13009)Sylvain Henry2020-04-261-6/+6
* Trees That Grow refactor for `ConPat` and `CoPat`John Ericson2020-04-231-7/+10
* Do eager instantation in termsSimon Peyton Jones2020-04-221-3/+3
* `MatchResult'` -> `MatchResult`John Ericson2020-04-221-1/+1
* Remove panic in dsHandleMonadicFailureJohn Ericson2020-04-221-17/+17
* Modules (#13009)Sylvain Henry2020-04-181-2/+2
* Use FailOperator in more places, define a couple datatypes (XBindStmtRn and X...Cale Gibbard2020-04-171-9/+10
* Use trees that grow for rebindable operators for `<-` bindsJohn Ericson2020-04-171-5/+9
* Change the fail operator argument of BindStmt to be a MaybeCale Gibbard2020-04-171-11/+20
* Change zipWith to zipWithEqual in a few placesKrzysztof Gogolewski2020-04-141-1/+1
* Use conLikeUserTyVarBinders to quantify field selector typesRyan Scott2020-04-121-5/+1
* Make NoExtCon fields strictwip/strict-NoExtConRyan Scott2020-04-071-7/+0
* Modules: type-checker (#13009)Sylvain Henry2020-04-071-6/+6
* Modules: Types (#13009)Sylvain Henry2020-03-291-9/+9
* DynFlags refactoring IIISylvain Henry2020-03-251-2/+4
* Fix #17021 by checking more return kindsRichard Eisenberg2020-03-171-17/+8
* Modules: Core (#13009)Sylvain Henry2020-03-161-7/+7
* Monotonic locations (#17632)Vladislav Zavialov2020-02-291-1/+2
* PmCheck: Implement Long-distance information with Covered setsSebastian Graf2020-02-271-5/+6
* Modules: Core (#13009)Sylvain Henry2020-02-261-6/+6
* Modules: Driver (#13009)Sylvain Henry2020-02-211-1/+1
* Disentangle DynFlags and SDocSylvain Henry2020-02-201-3/+2
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-0/+1204