Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't track free variables in STG syntax by default | Sebastian Graf | 2018-11-19 | 1 | -1/+6 |
* | More compact Outputable instance for `Uniq(D)Set` | Sebastian Graf | 2018-11-17 | 1 | -1/+1 |
* | Make `UniqDSet` a newtype | Sebastian Graf | 2018-11-13 | 1 | -26/+53 |
* | Finish fix for #14880. | Tobias Dammers | 2018-10-28 | 1 | -0/+1 |
* | Replace most occurences of foldl with foldl'. | klebinger.andreas@gmx.at | 2018-08-21 | 1 | -2/+2 |
* | compiler: introduce custom "GhcPrelude" Prelude | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+2 |
* | Use intersect and minus instead of filter | Bartosz Nitka | 2017-04-17 | 1 | -2/+5 |
* | Upgrade UniqSet to a newtype | David Feuer | 2017-03-01 | 1 | -1/+1 |
* | Kill varSetElemsWellScoped in quantifyTyVars | Bartosz Nitka | 2016-04-26 | 1 | -2/+6 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 1 | -6/+9 |
* | Implement more deterministic operations and document them | Bartosz Nitka | 2015-12-02 | 1 | -0/+8 |
* | Add DVarSet - a deterministic set of Vars | Bartosz Nitka | 2015-11-21 | 1 | -0/+88 |