rust/src/librustc/dep_graph
Mazdak Farrokhzad edad34b3d7
Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoerister
Combine input and eval_always query types

Hardcoding `Krate` as a dependency of `eval_always` queries doesn't really make sense if we want to use the query system before HIR lowering / hashing. Without that hardcoding they become pretty much identical to `input` queries, so I combined them to a single type. This will regress the `clean` incremental scenario, but that isn't terribly common.

r? @michaelwoerister
2019-03-28 13:35:31 +01:00
..
cgu_reuse_tracker.rs move librustc to 2018 2019-02-05 12:45:47 -06:00
debug.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
dep_node.rs Rollup merge of #59091 - Zoxc:eval_always, r=michaelwoerister 2019-03-28 13:35:31 +01:00
dep_tracking_map.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
graph.rs Combine input and eval_always query types 2019-03-26 22:02:29 +01:00
mod.rs Define queries using a proc macro 2019-03-18 08:20:06 +01:00
prev.rs move librustc to 2018 2019-02-05 12:45:47 -06:00
query.rs Remove licenses 2018-12-25 21:08:33 -07:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
safe.rs move librustc to 2018 2019-02-05 12:45:47 -06:00
serialized.rs move librustc to 2018 2019-02-05 12:45:47 -06:00

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