summary refs log tree commit diff
path: root/src/test/codegen/refs.rs
AgeCommit message (Expand)AuthorLines
2016-09-24librustc_mir: Propagate constants during copy propagation.Patrick Walton-2/+2
2016-09-19librustc: Implement def-use chains and trivial copy propagation on MIR.Patrick Walton-2/+2
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-5/+6
2016-03-17Add #[rustc_no_mir] to make tests pass with -Z orbit.Eduard Burtescu-0/+2
2015-10-01Avoid unnecessary temporaries when ref'ing a DST valueBjörn Steinbrink-0/+30