| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -168/+0 | |
| 2020-07-02 | Standardize bibliographic citations in rustc API docs | pierwill | -5/+6 | |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -2/+2 | |
| 2019-12-22 | Format the world | Mark Rousskov | -12/+7 | |
| 2019-12-02 | Move predecessor cache outside of Body, use wrapper types to manage Cache ↵ | Paul Daniel Faria | -8/+9 | |
| and Body (WIP, amend this commit) | ||||
| 2019-10-21 | Eliminate `intersect_opt`. | Nicholas Nethercote | -21/+6 | |
| Its fourth argument is always `Some(pred)`, so the pattern matching is unnecessary. This commit inlines and removes it. | ||||
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -1/+1 | |
| 2019-08-02 | Remove some more `cfg(test)`s | Vadim Petrochenkov | -9/+4 | |
| 2019-08-02 | librustc_data_structures: Unconfigure tests during normal build | Vadim Petrochenkov | -2/+2 | |
| 2019-04-09 | Kill dead code dominator code. | Edd Barrett | -47/+0 | |
| 2019-02-09 | librustc_data_structures => 2018 | Taiki Endo | -4/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -20/+0 | |
| 2018-08-27 | micro-optimize dominator code | Niko Matsakis | -2/+2 | |
| 2018-08-09 | A few cleanups for rustc_data_structures | ljedrz | -1/+2 | |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -0/+257 | |
