| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix panic for `ByteArray#` arguments in CApiFFI foreign imports | Herbert Valerio Riedel | 2017-10-16 | 1 | -0/+6 |
* | Minor refactoring | Simon Peyton Jones | 2017-10-11 | 1 | -16/+16 |
* | Typofixes | Gabor Greif | 2017-09-27 | 1 | -1/+1 |
* | desugar: Catch levity polymorphism in unboxed sum expressions | Ben Gamari | 2017-09-26 | 1 | -5/+5 |
* | A bunch of typofixes | Gabor Greif | 2017-09-26 | 1 | -1/+1 |
* | Document how GHC disambiguates between multiple COMPLETE sets | Ryan Scott | 2017-09-25 | 1 | -1/+6 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 20 | -0/+40 |
* | Fix #13929 by adding another levity polymorphism check | Richard Eisenberg | 2017-09-14 | 1 | -5/+4 |
* | Allow CSE'ing of work-wrapped bindings (#14186) | Joachim Breitner | 2017-09-12 | 2 | -5/+5 |
* | Fix typos in diagnostics, testsuite and comments | Gabor Greif | 2017-09-07 | 2 | -2/+2 |
* | Add missing Semigroup instances to compiler | Herbert Valerio Riedel | 2017-08-31 | 1 | -15/+30 |