rust/src/librustc/dep_graph
2018-12-17 08:53:01 +01:00
..
cgu_reuse_tracker.rs fix various typos in doc comments 2018-11-13 14:45:31 -05:00
debug.rs Change single char str patterns to chars 2018-07-23 15:32:57 +02:00
dep_node.rs Tweak query code for performance 2018-12-17 08:53:01 +01:00
dep_tracking_map.rs Use a function to access the Hir map to be able to turn it into a query later 2018-12-06 17:24:36 +01:00
graph.rs rustc-guide has moved 2018-11-26 15:03:13 -06:00
mod.rs incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to test incremental ThinLTO. 2018-09-18 16:33:24 +02:00
prev.rs Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00
query.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
safe.rs incr.comp.: Move result fingerprinting to DepGraph::with_task(). 2017-09-18 11:25:34 +02:00
serialized.rs Prefer Default::default over FxHash*::default in struct constructors 2018-10-19 14:34:44 +02:00

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