rust/src/librustc_incremental
Manish Goregaokar 81aeb0cdde Rollup merge of #33854 - petrochenkov:prefvis, r=eddyb
Apply visit_path to import prefixes by default

Overriding `visit_path` is not enough to visit all paths, some import prefixes are not visited and `visit_path_list_item` need to be overridden as well. This PR removes this catch, it should be less error prone this way. Also, the prefix is visited once now, not repeatedly for each path list item.

r? @eddyb
2016-05-28 19:52:16 +05:30
..
persist nit: cache crate-hash for next time 2016-05-18 10:11:36 -04:00
assert_dep_graph.rs cleanup dep-graph debugging code 2016-05-18 10:11:36 -04:00
calculate_svh.rs Rollup merge of #33854 - petrochenkov:prefvis, r=eddyb 2016-05-28 19:52:16 +05:30
Cargo.toml argh, overlooked two extern crates 2016-04-07 13:09:00 -04:00
lib.rs rebase: get bug! macro 2016-04-06 12:42:47 -04:00