]> git.lizzy.rs Git - rust.git/history - src/librustc_trans/trans/mir/operand.rs
[MIR-trans] Fix handling of non-alloca temps in trans_operand_into()
[rust.git] / src / librustc_trans / trans / mir / operand.rs
2015-11-04 Björn Steinbrink[MIR-trans] Fix handling of non-alloca temps in trans_o...
2015-11-04 borsAuto merge of #29550 - nrc:save-root, r=alexcrichton
2015-11-04 borsAuto merge of #29478 - angelsl:msvc2, r=alexcrichton
2015-11-04 borsAuto merge of #29217 - nikomatsakis:mir-trans, r=dotdash
2015-11-03 Niko MatsakisAdd (and use) an analysis to determine which temps...
2015-11-03 Niko MatsakisNew trans codepath that builds fn body from MIR instead.