| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-08-30 | mv compiler to compiler/ | mark | -73/+0 | |
| 2019-12-22 | Format the world | Mark Rousskov | -4/+2 | |
| 2019-08-02 | librustc_data_structures: Unconfigure tests during normal build | Vadim Petrochenkov | -0/+75 | |
| 2018-07-12 | rename `graph` to `control_flow_graph::implementation` | Niko Matsakis | -139/+0 | |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -81/+0 | |
| 2017-08-07 | rustc::middle::dataflow - visit the CFG in RPO | Ariel Ben-Yehuda | -0/+43 | |
| We used to propagate bits in node-id order, which sometimes caused an excessive number of iterations, especially when macros were present. As everyone knows, visiting the CFG in RPO bounds the number of iterators by 1 plus the depth of the most deeply nested loop (times the height of the lattice, which is 1). Fixes #43704. | ||||
| 2016-12-15 | Warn unused type aliases | Seo Sanghyeon | -2/+0 | |
| 2016-11-02 | Added Graph::is_cyclicic_node algorithm | Havvy | -4/+42 | |
| 2016-03-05 | apply rustfmt to librustc_data_structures, correcting ↵ | Niko Matsakis | -19/+21 | |
| rust-lang-nursery/rustfmt#836 | ||||
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -0/+139 | |
| Changes the style guidelines regarding unit tests to recommend using a sub-module named "tests" instead of "test" for unit tests as "test" might clash with imports of libtest. | ||||
