rust/src/librustc_mir
bors b7e2157dba Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis
[MIR] track Location in MirVisitor, combine Location

All the users of MirVisitor::visit_statement implement their own statement index tracking.  This PR move the tracking into MirVisitor itself.

Also, there were 2 separate implementations of Location that were identical.  This PR eliminates one of them.
2016-08-26 19:05:11 -07:00
..
build track Location in visitor, combine Location 2016-08-18 14:57:42 -04:00
hair rustc: reduce Substs and Generics to a simple immutable API. 2016-08-17 05:50:57 +03:00
transform Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis 2016-08-26 19:05:11 -07:00
Cargo.toml Fix Cargo.tomls 2016-06-27 18:30:46 +00:00
diagnostics.rs Add error code test checkup 2016-08-24 11:28:09 +02:00
graphviz.rs Remove obsolete divergence related stuff 2016-08-13 21:37:09 +08:00
lib.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
mir_map.rs rustc: rename ProjectionMode and its variant to be more memorable. 2016-08-12 06:43:34 +03:00
pretty.rs track Location in visitor, combine Location 2016-08-18 14:57:42 -04:00