rust/src/librustc_incremental
Niko Matsakis 63bb0847bd expand DepNode::TraitSelect to include type ids
To handle the general case, we include a vector of def-ids, so that we
can account for things like `(Foo, Bar)` which references both `Foo` and
`Bar`. This means it is not Copy, so re-jigger some APIs to use
borrowing more intelligently.
2016-05-31 19:59:57 -04:00
..
persist expand DepNode::TraitSelect to include type ids 2016-05-31 19:59:57 -04:00
assert_dep_graph.rs expand DepNode::TraitSelect to include type ids 2016-05-31 19:59:57 -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