Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typos | Brian Wignall | 2019-11-23 | 1 | -2/+2 |
* | Break up TcRnTypes, among other modules. | Richard Eisenberg | 2019-10-16 | 1 | -0/+1 |
* | Remove Bag fold specialisations (#16969) | Richard Lupton | 2019-08-19 | 1 | -8/+8 |
* | Use DeriveFunctor throughout the codebase (#15654) | Krzysztof Gogolewski | 2019-06-12 | 1 | -4/+2 |
* | Remove trailing whitespace | Matthew Pickering | 2019-06-08 | 1 | -1/+1 |
* | Let the specialiser work on dicts under lambdas | Sandy Maguire | 2019-05-26 | 1 | -114/+370 |
* | Fix #16282. | Eric Crockett | 2019-04-07 | 1 | -16/+23 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -12/+12 |
* | Prepare source-tree for base-4.13 MFP bump | Herbert Valerio Riedel | 2019-01-18 | 1 | -1/+3 |
* | Stomp a few typos and grammaros | Gabor Greif | 2018-12-17 | 1 | -5/+5 |
* | Fix unused-import warnings | David Eichmann | 2018-11-22 | 1 | -1/+0 |
* | Replace most occurences of foldl with foldl'. | klebinger.andreas@gmx.at | 2018-08-21 | 1 | -1/+1 |
* | Don't use unsafeGlobalDynFlags in optCoercion | Ben Gamari | 2018-06-07 | 1 | -1/+1 |
* | Implement QuantifiedConstraints | Simon Peyton Jones | 2018-06-04 | 1 | -0/+1 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | 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 |
* | Add debugPprType | Simon Peyton Jones | 2017-08-31 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Make CallInfo into a data type with fields | Simon Peyton Jones | 2017-05-09 | 1 | -21/+36 |
* | 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 | 1 | -1/+2 |
* | Typos in comments and manual | Gabor Greif | 2017-03-06 | 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 |
* | Spelling in comments [ci skip] | Gabor Greif | 2017-02-10 | 1 | -1/+1 |
* | Join points | Luke Maurer | 2017-02-01 | 1 | -4/+19 |
* | 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 |
* | Replace INLINEABLE by INLINABLE (#12613) | Joachim Breitner | 2016-09-24 | 1 | -7/+7 |
* | Introduce BootUnfolding, set when unfolding is absent due to hs-boot file. | Edward Z. Yang | 2016-08-21 | 1 | -0/+1 |
* | More typos in comments | Gabor Greif | 2016-07-22 | 1 | -3/+3 |
* | Typos in comments [skip ci] | Gabor Greif | 2016-06-22 | 1 | -2/+2 |
* | Don't quantify over Refl in a RULE | Simon Peyton Jones | 2016-06-21 | 1 | -6/+29 |
* | Re-add FunTy (big patch) | Simon Peyton Jones | 2016-06-15 | 1 | -1/+1 |
* | Rename cmpType to nonDetCmpType | Bartosz Nitka | 2016-06-14 | 1 | -2/+2 |
* | Implement deterministic CallInfoSet | Bartosz Nitka | 2016-06-06 | 1 | -37/+74 |
* | Kill varEnvElts in specImports | Bartosz Nitka | 2016-05-12 | 1 | -10/+18 |
* | Tidy up handling of coercion variables | Simon Peyton Jones | 2016-03-24 | 1 | -4/+10 |
* | Get the right in-scope set in specUnfolding | Simon Peyton Jones | 2016-02-26 | 1 | -5/+16 |
* | A few more typos in non-code | Gabor Greif | 2016-02-19 | 1 | -1/+1 |
* | (Another) minor refactoring of substitutions | Simon Peyton Jones | 2016-02-18 | 1 | -6/+6 |
* | Another batch of typo fixes in non-code | Gabor Greif | 2016-02-11 | 1 | -1/+1 |
* | s/unLifted/unlifted for consistency | Ömer Sinan Ağacan | 2016-01-27 | 1 | -1/+1 |
* | Replace calls to `ptext . sLit` with `text` | Jan Stolarek | 2016-01-18 | 1 | -11/+11 |
* | Remove some redundant definitions/constraints | Herbert Valerio Riedel | 2015-12-31 | 1 | -1/+0 |
* | Drop pre-AMP compatibility CPP conditionals | Herbert Valerio Riedel | 2015-12-31 | 1 | -3/+0 |