about summary refs log tree commit diff
path: root/src/test/mir-opt/array-index-is-temporary.rs
AgeCommit message (Collapse)AuthorLines
2022-11-02Ban dashes in miropt test file namesJakob Degen-17/+0
2022-09-04Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTHJakob Degen-1/+1
2020-07-29add crate name to mir dumpsXavier Denis-1/+1
2020-04-07Add EMIT_MIR_FOR_EACH_BIT_WIDTH to tests that need it.Ana-Maria Mihalache-0/+1
2020-04-07--bless all mir-opt tests.Ana-Maria Mihalache-26/+1
2020-03-19Use erased regions in MIRMatthew Jasper-2/+2
2019-12-18Start generating AddressOf rvalues in MIRMatthew Jasper-10/+9
`hir::BorrowKind::Raw` borrows and casting a reference to a raw pointer no longer do a reborrow followed by a cast. Instead we dereference and take the address.
2019-04-24Evaluate hair::ExprKind::Use in intoMatthew Jasper-11/+10
This avoids some unnecessary moves
2018-11-07array index accesses are stable placesRalf Jung-0/+43