rust/src/librustc_driver
bors e3f2dfdece Auto merge of #32156 - pnkfelix:borrowck-on-mir-move-analysis, r=nikomatsakis
Move analysis for MIR borrowck

This PR adds code for doing MIR-based gathering of the moves in a `fn` and the dataflow to determine where uninitialized locations flow to, analogous to how the same thing is done in `borrowck`.

It also adds a couple attributes to print out graphviz visualizations of the analyzed MIR that includes the dataflow analysis results.

cc @nikomatsakis
2016-03-22 10:00:12 -07:00
..
Cargo.toml bootstrap: Add a bunch of Cargo.toml files 2016-02-11 11:12:32 -08:00
driver.rs scaffolding for borrowck on MIR. 2016-03-21 18:36:22 +01:00
lib.rs Utilize if..let over single match branch. 2016-03-20 11:01:23 -04:00
pretty.rs scaffolding for borrowck on MIR. 2016-03-21 18:36:22 +01:00
target_features.rs Rustfmting librustc_driver. 2015-11-10 20:48:44 +00:00
test.rs Auto merge of #30652 - aturon:specialization, r=nikomatsakis 2016-03-14 17:55:41 -07:00