rust/compiler/rustc_data_structures/src/graph
Zalathar 01b67f4b26 coverage: Simplify sorting of coverage spans extracted from MIR
Switching to `Ordering::then_with` makes control-flow less complicated, and
there is no need to use `partial_cmp` here.
2023-09-18 23:15:25 +10:00
..
dominators coverage: Simplify sorting of coverage spans extracted from MIR 2023-09-18 23:15:25 +10:00
implementation don't use SnapshotVec in Graph implementation, as it looks unused; use Vec instead 2023-08-28 18:59:55 +03:00
iterate Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
scc Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
vec_graph Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
mod.rs Split {Idx, IndexVec, IndexSlice} into their own modules 2023-04-24 13:53:35 +00:00
reference.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00