]> git.lizzy.rs Git - rust.git/commit
Introduce the DepGraph and DepTracking map abstractions,
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 5 Jan 2016 18:02:57 +0000 (13:02 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Wed, 6 Jan 2016 02:05:50 +0000 (21:05 -0500)
commitc77cd480cf2105afcbb92de4f514f1f9637912c5
treee20124bc8fe86c9183716ac5fe0c7d47228c5efe
parentbadc23b6ad47c6b6d401a3ea1dc5163bdcd86cd7
Introduce the DepGraph and DepTracking map abstractions,
along with a README explaining how they are to be used
12 files changed:
src/librustc/dep_graph/README.md [new file with mode: 0644]
src/librustc/dep_graph/dep_tracking_map.rs [new file with mode: 0644]
src/librustc/dep_graph/edges.rs [new file with mode: 0644]
src/librustc/dep_graph/mod.rs [new file with mode: 0644]
src/librustc/dep_graph/query.rs [new file with mode: 0644]
src/librustc/dep_graph/raii.rs [new file with mode: 0644]
src/librustc/dep_graph/thread.rs [new file with mode: 0644]
src/librustc/lib.rs
src/librustc/middle/ty/fast_reject.rs
src/librustc_data_structures/graph/mod.rs
src/librustc_data_structures/lib.rs
src/librustc_data_structures/veccell/mod.rs [new file with mode: 0644]