| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2021-09-07 | Move rustc_mir::transform to rustc_mir_transform. | Camille GILLOT | -76/+0 |
| 2021-08-19 | Revert "Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli... | Erik Desjardins | -3/+0 |
| 2021-08-15 | Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" | Erik Desjardins | -0/+3 |
| 2021-08-07 | Run RemoveZsts at mir-opt-level=1 | Erik Desjardins | -3/+0 |
| 2021-06-03 | Replace a `match` with an `if let` | LingMan | -25/+22 |
| 2021-06-02 | Add `Ty::is_union` predicate and use it | Tomasz Miąsko | -9/+2 |
| 2021-03-24 | RemoveZsts: don't touch unions | Erik Desjardins | -1/+33 |
| 2021-03-22 | only run RemoveZsts at mir-opt-level 3 and above | Erik Desjardins | -0/+3 |
| 2021-03-19 | avoid calling for types which can't be ZSTs | Erik Desjardins | -12/+30 |
| 2021-03-17 | remove inhabitedness check | Erik Desjardins | -1/+1 |
| 2021-03-17 | remove unnecessary and ineffective caching | Erik Desjardins | -22/+9 |
| 2021-03-16 | move to separate pass, cache layouts | Erik Desjardins | -0/+49 |
