rust/src/librustc_mir/util
bors 874dec25ed Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis
only compute liveness for variables whose types include regions

Closes #52034

r? @nikomatsakis
2018-07-21 21:01:17 +00:00
..
alignment.rs MIR: s/lv(al(ue)?)?/place in function/variable/module names. 2017-12-01 18:48:57 +02:00
borrowck_errors.rs Improve NLL mutability errors 2018-07-20 20:01:11 +01:00
collect_writes.rs Share code between gather_used_muts and find_assignments 2018-06-21 14:12:26 +02:00
def_use.rs MIR: s/lv(al(ue)?)?/place in function/variable/module names. 2017-12-01 18:48:57 +02:00
elaborate_drops.rs rustc: make mk_substs_trait take &[Kind] instead of &[Ty]. 2018-05-21 12:13:17 +03:00
graphviz.rs rustc: return impl Iterator from Terminator(Kind)::successors(_mut). 2018-05-01 13:12:23 +03:00
liveness.rs remove unwanted tests and a reference to it in comments 2018-07-21 11:42:44 +05:30
mod.rs Factor out suggest_ref_mut; use it in rustc_borrowck 2018-07-12 22:51:30 -07:00
patch.rs rustc: rename mir::VisibilityScope to mir::SourceScope. 2018-05-30 20:30:09 +03:00
pretty.rs remove the ins set altogether 2018-07-01 10:13:05 -04:00