rust/src/librustc_mir
bors 95a401609f Auto merge of #45384 - mikhail-m1:mir_add_false_edges_terminator_kind, r=arielb1
add TerminatorKind::FalseEdges and use it in matches

impl #45184 and fixes #45043 right way.

False edges unexpectedly affects uninitialized variables analysis in MIR borrowck.
2017-11-04 00:09:14 +00:00
..
build fix pre binding false edges 2017-11-02 09:43:36 +03:00
dataflow add TerminatorKind::FalseEdges and use it in matches 2017-11-02 09:43:36 +03:00
hair Auto merge of #44809 - arielb1:small-scope, r=eddyb 2017-09-25 12:52:02 +00:00
transform add TerminatorKind::FalseEdges and use it in matches 2017-11-02 09:43:36 +03:00
util Make the difference between lint codes and error codes explicit 2017-11-02 10:19:41 +01:00
borrow_check.rs add TerminatorKind::FalseEdges and use it in matches 2017-11-02 09:43:36 +03:00
Cargo.toml Generate Idx in nll using newtype_index! 2017-10-04 23:50:53 -03:00
diagnostics.rs Improve E0382 extended help message 2017-10-14 21:27:41 +02:00
lib.rs rewrite write_mir_fn_graphviz to cope with non-global tcx 2017-10-31 12:55:54 -04:00
shim.rs add lint levels to VisibilityScope 2017-09-24 12:46:00 +03:00