]> git.lizzy.rs Git - rust.git/commit
rename `graph` to `control_flow_graph::implementation`
authorNiko Matsakis <niko@alum.mit.edu>
Sun, 1 Jul 2018 21:06:00 +0000 (17:06 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Thu, 12 Jul 2018 04:38:40 +0000 (00:38 -0400)
commit3c30415e96b2152ce0c1e0474d3e7be0e597abc0
treea713a5876a459b959652fdeb4b18bdd3018dc4df
parent28c483b9462327bcda109e327251b5800ceb3fe5
rename `graph` to `control_flow_graph::implementation`
12 files changed:
src/librustc/cfg/construct.rs
src/librustc/cfg/mod.rs
src/librustc/dep_graph/query.rs
src/librustc/infer/lexical_region_resolve/mod.rs
src/librustc/middle/dataflow.rs
src/librustc_data_structures/control_flow_graph/implementation/mod.rs [new file with mode: 0644]
src/librustc_data_structures/control_flow_graph/implementation/tests.rs [new file with mode: 0644]
src/librustc_data_structures/control_flow_graph/mod.rs
src/librustc_data_structures/graph/mod.rs [deleted file]
src/librustc_data_structures/graph/tests.rs [deleted file]
src/librustc_data_structures/lib.rs
src/librustc_incremental/assert_dep_graph.rs