rust/src/librustc/dep_graph
2018-09-07 11:34:41 -04:00
..
debug.rs Change single char str patterns to chars 2018-07-23 15:32:57 +02:00
dep_node.rs trip const_to_alloc query 2018-08-31 18:30:38 +08:00
dep_tracking_map.rs Fix docs for future pulldown migration 2018-01-01 14:44:12 +01:00
graph.rs change syntax of newtype_index to look like a struct decl 2018-09-07 11:34:41 -04:00
mod.rs Make DepGraph thread-safe 2018-04-25 11:25:40 +02:00
prev.rs Convert SerializedDepGraph to be a struct-of-arrays 2018-03-19 19:45:35 -04:00
query.rs rename control_flow_graph to graph 2018-07-12 00:38:40 -04:00
README.md Replace many of the last references to readmes 2018-03-16 12:43:22 -05:00
safe.rs incr.comp.: Move result fingerprinting to DepGraph::with_task(). 2017-09-18 11:25:34 +02:00
serialized.rs change syntax of newtype_index to look like a struct decl 2018-09-07 11:34:41 -04:00

To learn more about how dependency tracking works in rustc, see the rustc guide.