rust/src/librustc_mir
James Miller 89edd96be8 Fix translation of Assign/AssignOp as rvalues
In code like `let x = y = z;`, `y = z` goes through `as_rvalue`, which
didn't handle it. Now it translates the assignment and produces `()`
directly.
2016-04-28 13:18:51 +12:00
..
build Fix translation of Assign/AssignOp as rvalues 2016-04-28 13:18:51 +12:00
hair thread tighter span for closures around 2016-04-24 18:10:57 +05:30
transform MIR: Do not require END_BLOCK to always exist 2016-04-16 18:09:51 +03:00
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
graphviz.rs rustc: retire hir::map's paths. 2016-04-06 13:51:55 +03:00
lib.rs Generate block containing return lazily instead 2016-04-20 00:13:30 +03:00
mir_map.rs rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
pretty.rs Rollup merge of #32932 - Manishearth:fx-mir, r=bluss 2016-04-14 14:49:11 -04:00
traversal.rs Make librustc_mir pass rustdoc 2016-04-13 16:13:24 +05:30