| Commit message (Expand) | Author | Age | Files | Lines |
* | desugar: Rip out unsafeGlobalDynFlags usage in decomposeRuleLhs | Ben Gamari | 2018-06-14 | 2 | -9/+10 |
* | Don't use unsafeGlobalDynFlags in optCoercion | Ben Gamari | 2018-06-07 | 2 | -5/+5 |
* | Introduce DerivingVia | Ryan Scott | 2018-06-04 | 1 | -8/+23 |
* | Serialize docstrings to ifaces, display them with new GHCi :doc command | Simon Jakobi | 2018-06-04 | 2 | -1/+351 |
* | Implement QuantifiedConstraints | Simon Peyton Jones | 2018-06-04 | 1 | -5/+37 |
* | Fix broken test T14547. | HE, Tao | 2018-06-04 | 1 | -12/+26 |
* | Improve exhaustiveness checking for literal values and patterns, fix #14546 | HE, Tao | 2018-06-03 | 4 | -72/+141 |
* | Fix a bad interaction between GADTs and COMPLETE sets | Ryan Scott | 2018-06-02 | 1 | -5/+62 |
* | vectorise: Put it out of its misery | Ben Gamari | 2018-06-02 | 12 | -560/+15 |
* | Implement "An API for deciding whether plugins should cause recompilation" | Matthew Pickering | 2018-05-30 | 2 | -7/+20 |
* | Remove TcType.toTcType | Simon Peyton Jones | 2018-05-21 | 3 | -7/+6 |
* | Normalize the element type of ListPat, fix #14547 | HE, Tao | 2018-05-08 | 1 | -13/+27 |
* | Revert "Normalize the element type of ListPat, fix #14547" | Ben Gamari | 2018-05-08 | 1 | -4/+1 |
* | Normalize the element type of ListPat, fix #14547 | Ben Gamari | 2018-05-08 | 1 | -1/+4 |
* | Revert "Normalize the element type of ListPat, fix #14547" | Ben Gamari | 2018-05-08 | 1 | -4/+1 |
* | Normalize the element type of ListPat, fix #14547 | HE, Tao | 2018-05-05 | 1 | -1/+4 |
* | TTG : complete for balance of hsSyn AST | Alan Zimmerman | 2018-04-27 | 10 | -185/+278 |
* | TTG for HsBinds and Data instances Plan B | Alan Zimmerman | 2018-04-13 | 4 | -38/+57 |
* | Restore Trees That Grow reverted commits | Alan Zimmerman | 2018-04-09 | 11 | -455/+497 |
* | Remove HasSourceText and SourceTextX classes | Alan Zimmerman | 2018-04-07 | 2 | -5/+5 |
* | Track type variable scope more carefully. | Richard Eisenberg | 2018-03-31 | 1 | -2/+2 |
* | Comments only | Simon Peyton Jones | 2018-03-27 | 1 | -0/+4 |
* | Fix scoped type variables in TH for several constructs | HE, Tao | 2018-03-25 | 1 | -76/+121 |
* | Allow PartialTypeSignatures in standalone deriving contexts | Ryan Scott | 2018-03-23 | 1 | -1/+1 |
* | Fix #14888 by adding more special cases for ArrowT | Ryan Scott | 2018-03-05 | 1 | -0/+1 |
* | Fix the coverage checker's treatment of existential tyvars | Ryan Scott | 2018-03-02 | 1 | -6/+137 |
* | Improve exhaustive checking for guards in pattern bindings and MultiIf. | HE, Tao | 2018-03-02 | 4 | -6/+26 |
* | Make cost centre symbol names deterministic. | Shea Levy | 2018-03-02 | 3 | -17/+23 |
* | Change how includes for input file directory works | Tamar Christina | 2018-02-19 | 1 | -1/+2 |
* | Collect CCs in CorePrep, including CCs in unfoldings | Ömer Sinan Ağacan | 2018-02-13 | 1 | -8/+1 |
* | Add -ddump-ds-preopt | Simon Peyton Jones | 2018-02-01 | 1 | -3/+0 |
* | Turn EvTerm (almost) into CoreExpr (#14691) | Joachim Breitner | 2018-01-26 | 2 | -94/+4 |
* | Typos in comments | Gabor Greif | 2018-01-17 | 1 | -2/+2 |
* | Kill off irrefutable pattern errors | David Feuer | 2018-01-15 | 1 | -1/+1 |
* | Simplify HsPatSynDetails | Simon Peyton Jones | 2017-12-21 | 1 | -9/+9 |
* | Get rid of some stuttering in comments and docs | Gabor Greif | 2017-12-19 | 1 | -1/+1 |
* | Fix #14135 by validity checking matches | Carlos Tomé | 2017-12-14 | 1 | -9/+17 |
* | Detect levity-polymorphic uses of unsafeCoerce# | Simon Peyton Jones | 2017-12-13 | 1 | -1/+2 |
* | Refactor ConDecl: Trac #14529 | Simon Peyton Jones | 2017-12-07 | 1 | -64/+55 |
* | Cache TypeRep kinds aggressively | David Feuer | 2017-12-01 | 1 | -6/+11 |
* | Add trace injection | David Feuer | 2017-12-01 | 1 | -1/+33 |
* | Revert "trees that grow" work | Ben Gamari | 2017-11-21 | 11 | -498/+456 |
* | TTG3 Combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-14 | 7 | -68/+86 |
* | WIP on combined Step 1 and 3 for Trees That Grow, HsExpr | Alan Zimmerman | 2017-11-11 | 9 | -214/+217 |
* | WIP on Doing a combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-08 | 8 | -175/+196 |
* | Revert "WIP on combining Step 1 and 3 of Trees That Grow" | Ben Gamari | 2017-11-07 | 7 | -187/+168 |
* | WIP on combining Step 1 and 3 of Trees That Grow | Alan Zimmerman | 2017-11-07 | 7 | -168/+187 |
* | Clean up comments about match algorithm a bit. | klebinger.andreas@gmx.at | 2017-11-03 | 1 | -66/+43 |
* | Fix typo in accessor name | Gabor Greif | 2017-10-30 | 2 | -4/+4 |
* | ApplicativeDo: handle BodyStmt (#12143) | Simon Marlow | 2017-10-27 | 2 | -3/+6 |