| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "trees that grow" work | Ben Gamari | 2017-11-21 | 1 | -111/+107 |
* | TTG3 Combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-14 | 1 | -28/+31 |
* | WIP on combined Step 1 and 3 for Trees That Grow, HsExpr | Alan Zimmerman | 2017-11-11 | 1 | -76/+75 |
* | WIP on Doing a combined Step 1 and 3 for Trees That Grow | Alan Zimmerman | 2017-11-08 | 1 | -3/+5 |
* | ApplicativeDo: handle BodyStmt (#12143) | Simon Marlow | 2017-10-27 | 1 | -2/+5 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Drop GHC 7.10 compatibility | Ryan Scott | 2017-08-01 | 1 | -5/+1 |
* | Use field names for all uses of datacon Match | Simon Peyton Jones | 2017-07-31 | 1 | -5/+5 |
* | Improve the desugaring of -XStrict | Simon Peyton Jones | 2017-07-31 | 1 | -25/+0 |
* | Udate hsSyn AST to use Trees that Grow | Alan Zimmerman | 2017-06-06 | 1 | -56/+66 |
* | Use lengthIs and friends in more places | Ryan Scott | 2017-06-02 | 1 | -1/+1 |
* | Automatically add SCCs to INLINABLE bindings | David Feuer | 2017-05-12 | 1 | -3/+11 |
* | Introduce putLogMsg | Ben Gamari | 2017-03-15 | 1 | -1/+1 |
* | Implement HasField constraint solving and modify OverloadedLabels | Adam Gundry | 2017-02-14 | 1 | -1/+1 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 1 | -2/+2 |
* | Update levity polymorphism | Richard Eisenberg | 2017-01-19 | 1 | -0/+3 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-20 | 1 | -5/+3 |
* | Revert "Allow use of the external interpreter in stage1." | Tamar Christina | 2016-12-19 | 1 | -3/+5 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-17 | 1 | -5/+3 |
* | Add HsSyn prettyprinter tests | Alan Zimmerman | 2016-12-07 | 1 | -2/+3 |
* | Implement unboxed sum primitive type | Ömer Sinan Ağacan | 2016-07-21 | 1 | -0/+3 |
* | Coverage.hs: Fix a duplication | Ömer Sinan Ağacan | 2016-05-26 | 1 | -5/+2 |
* | StaticPointers: Allow closed vars in the static form. | Facundo Domínguez | 2016-05-02 | 1 | -1/+1 |
* | Refactor in TcMatches | Simon Peyton Jones | 2016-03-31 | 1 | -1/+1 |
* | Refactor visible type application. | Richard Eisenberg | 2016-03-14 | 1 | -12/+11 |
* | Print which warning-flag controls an emitted warning | Michael Walker | 2016-02-25 | 1 | -1/+1 |
* | fix validate breakage | Simon Marlow | 2016-01-27 | 1 | -2/+0 |
* | Remote GHCi: create cost centre stacks in batches | Simon Marlow | 2016-01-27 | 1 | -15/+7 |
* | Refactor the typechecker to use ExpTypes. | Richard Eisenberg | 2016-01-27 | 1 | -14/+18 |
* | s/unLifted/unlifted for consistency | Ömer Sinan Ağacan | 2016-01-27 | 1 | -1/+1 |
* | Don't add ticks around type applications (#11329) | Reid Barton | 2016-01-23 | 1 | -4/+10 |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 1 | -5/+5 |
* | Work SourceText in for all integer literals | Alan Zimmerman | 2016-01-16 | 1 | -1/+1 |
* | Fix #11405. | Richard Eisenberg | 2016-01-15 | 1 | -0/+23 |
* | Enable stack traces with ghci -fexternal-interpreter -prof | Simon Marlow | 2016-01-08 | 1 | -21/+22 |
* | Remove some redundant definitions/constraints | Herbert Valerio Riedel | 2015-12-31 | 1 | -1/+0 |
* | Visible type application | Richard Eisenberg | 2015-12-24 | 1 | -3/+3 |
* | Maintain cost-centre stacks in the interpreter | Simon Marlow | 2015-12-21 | 1 | -46/+75 |
* | Remote GHCi, -fexternal-interpreter | Simon Marlow | 2015-12-17 | 1 | -1/+3 |
* | Refactor treatment of wildcards | Simon Peyton Jones | 2015-12-01 | 1 | -4/+9 |
* | Support multiple debug output levels | Ben Gamari | 2015-11-23 | 1 | -1/+1 |
* | ApiAnnotations: Make all RdrName occurences Located | Alan Zimmerman | 2015-11-23 | 1 | -1/+1 |
* | Refactor HsExpr.RecordCon, RecordUpd | Simon Peyton Jones | 2015-11-18 | 1 | -12/+8 |
* | Implement OverloadedLabels | Adam Gundry | 2015-11-17 | 1 | -0/+1 |
* | APIAnnotations:add Locations in hsSyn for layout | Alan Zimmerman | 2015-11-13 | 1 | -24/+24 |
* | Remove PatSynBuilderId | Matthew Pickering | 2015-11-07 | 1 | -2/+3 |
* | Record pattern synonyms | Matthew Pickering | 2015-10-29 | 1 | -5/+6 |
* | Make Monad/Applicative instances MRP-friendly | Herbert Valerio Riedel | 2015-10-17 | 1 | -2/+2 |
* | Implement DuplicateRecordFields | Adam Gundry | 2015-10-16 | 1 | -5/+7 |
* | Rename package key to unit ID, and installed package ID to component ID. | Edward Z. Yang | 2015-10-14 | 1 | -4/+4 |