rust/src/librustc_data_structures/graph
Niko Matsakis cb9458d3ff sccs are computed in dependency order
We don't need the `scc_dependency_order` vector, `all_sccs` is already
in dependency order.
2020-04-21 08:57:14 +00:00
..
dominators remove redundant returns (clippy::needless_return) 2020-03-20 20:23:03 +01:00
implementation Stop importing int/float modules in librustc_* 2020-04-05 11:22:01 +02:00
iterate Use tri-color search for unconditional recursion lint 2020-04-09 21:07:48 -07:00
scc sccs are computed in dependency order 2020-04-21 08:57:14 +00:00
vec_graph remove lifetimes that can be elided (clippy::needless_lifetimes) 2020-03-12 20:03:09 +01:00
mod.rs Format the world 2019-12-22 17:42:47 -05:00
reference.rs Format the world 2019-12-22 17:42:47 -05:00
tests.rs Format the world 2019-12-22 17:42:47 -05:00