Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Catch a few more typos in comments | Gabor Greif | 2017-10-30 | 1 | -2/+2 |
* | Fix typo in accessor name | Gabor Greif | 2017-10-30 | 1 | -1/+1 |
* | Fix an exponential-blowup case in SpecConstr | Simon Peyton Jones | 2017-10-27 | 1 | -20/+33 |
* | Add more pprTrace to SpecConstr (debug only) | Simon Peyton Jones | 2017-10-27 | 1 | -3/+11 |
* | Do not bind coercion variables in SpecConstr rules | Simon Peyton Jones | 2017-10-12 | 1 | -2/+42 |
* | Rules: Show the binder type in the unbound template binder error | Ben Gamari | 2017-09-26 | 1 | -1/+1 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 3 | -0/+6 |
* | Allow CSE'ing of work-wrapped bindings (#14186) | Joachim Breitner | 2017-09-12 | 1 | -1/+1 |
* | Canonicalise MonoidFail instances in GHC | Herbert Valerio Riedel | 2017-09-09 | 1 | -1/+1 |
* | Fix typos in diagnostics, testsuite and comments | Gabor Greif | 2017-09-07 | 1 | -1/+1 |
* | Add debugPprType | Simon Peyton Jones | 2017-08-31 | 2 | -8/+7 |
* | Drop GHC 7.10 compatibility | Ryan Scott | 2017-08-01 | 1 | -4/+0 |
* | Fix note references and some typos | Gabor Greif | 2017-07-26 | 1 | -1/+1 |
* | Spelling fixes | Gabor Greif | 2017-07-20 | 1 | -1/+1 |
* | Typos [ci skip] | Gabor Greif | 2017-06-13 | 1 | -1/+1 |
* | Stop the specialiser generating loopy code | Simon Peyton Jones | 2017-06-07 | 1 | -173/+240 |
* | Use lengthIs and friends in more places | Ryan Scott | 2017-06-02 | 1 | -1/+1 |
* | Typos [ci skip] | Gabor Greif | 2017-05-10 | 1 | -2/+2 |
* | Make CallInfo into a data type with fields | Simon Peyton Jones | 2017-05-09 | 1 | -21/+36 |
* | Fix loss-of-SpecConstr bug | Simon Peyton Jones | 2017-05-02 | 1 | -86/+107 |
* | Improve SpecConstr when there are many opportunities | Simon Peyton Jones | 2017-05-02 | 1 | -43/+113 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
* | Typos in comments [ci skip] | Gabor Greif | 2017-04-05 | 1 | -1/+1 |
* | Print module when dumping rules | Matthew Pickering | 2017-03-29 | 1 | -2/+2 |
* | Allow unbound Refl binders in a RULE | Simon Peyton Jones | 2017-03-29 | 1 | -10/+37 |
* | Typos in comments (notes too) [ci skip] | Gabor Greif | 2017-03-24 | 1 | -1/+1 |
* | No join-point from an INLINE function with wrong arity | Simon Peyton Jones | 2017-03-17 | 2 | -1/+3 |
* | Typos in changelog and comments | Gabor Greif | 2017-03-07 | 1 | -1/+1 |
* | Typos in comments and manual | Gabor Greif | 2017-03-06 | 1 | -1/+1 |
* | Add VarSet.anyDVarSet, allDVarSet | Simon Peyton Jones | 2017-02-28 | 1 | -1/+1 |
* | Make Specialise work with casts | Simon Peyton Jones | 2017-02-28 | 1 | -9/+26 |
* | Stop uniques ending up in SPEC rule names | Simon Peyton Jones | 2017-02-27 | 1 | -4/+5 |
* | Occurrence-analyse the result of rule firings | Simon Peyton Jones | 2017-02-26 | 1 | -6/+3 |
* | Add -fspec-constr-keen | Simon Peyton Jones | 2017-02-26 | 1 | -7/+50 |
* | More tracing in SpecConstr | Simon Peyton Jones | 2017-02-23 | 1 | -4/+10 |
* | Generalize kind of the (->) tycon | Ben Gamari | 2017-02-18 | 1 | -0/+6 |
* | Spelling in comments [ci skip] | Gabor Greif | 2017-02-10 | 1 | -1/+1 |
* | Add some commented-out tracing in SpecConstr | Simon Peyton Jones | 2017-02-08 | 1 | -5/+9 |
* | Ditch static flags | Sylvain Henry | 2017-02-02 | 2 | -18/+21 |
* | Join points | Luke Maurer | 2017-02-01 | 3 | -15/+37 |
* | Typos in comments only [ci skip] | Gabor Greif | 2017-01-18 | 1 | -1/+1 |
* | Typos in manual and comments [ci skip] | Gabor Greif | 2017-01-17 | 1 | -2/+2 |
* | Fix 'SPECIALISE instance' | Simon Peyton Jones | 2016-12-21 | 1 | -17/+12 |
* | Move InId/OutId to CoreSyn | Simon Peyton Jones | 2016-12-21 | 1 | -9/+0 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-20 | 1 | -16/+3 |
* | Revert "Allow use of the external interpreter in stage1." | Tamar Christina | 2016-12-19 | 1 | -3/+16 |
* | Allow use of the external interpreter in stage1. | Shea Levy | 2016-12-17 | 1 | -16/+3 |
* | Typos in comments | Gabor Greif | 2016-12-16 | 1 | -1/+1 |
* | Replace INLINEABLE by INLINABLE (#12613) | Joachim Breitner | 2016-09-24 | 2 | -8/+8 |
* | Fix #12442. | Richard Eisenberg | 2016-09-23 | 1 | -2/+2 |