about summary refs log tree commit diff
path: root/src/test/codegen/refs.rs
AgeCommit message (Expand)AuthorLines
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-1/+1
2019-09-13codegen: use "_N" (like for other locals) instead of "argN", for argument names.Eduard-Mihai Burtescu-1/+1
2019-04-23Remove unnecessary ignore-tidy-linelengthvarkor-1/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-19rustc: unpack scalar pair newtype layout ABIs.Eduard-Mihai Burtescu-1/+1
2017-11-19rustc: encode scalar pairs in layout ABI.Eduard-Mihai Burtescu-2/+2
2017-11-19rustc_trans: go through layouts uniformly for fat pointers and variants.Eduard-Mihai Burtescu-3/+3
2017-11-19rustc_trans: always insert alignment padding, even before the first field.Eduard-Mihai Burtescu-2/+3
2017-11-19rustc_trans: use *[T; 0] for slice data pointers instead of *T.Eduard-Mihai Burtescu-3/+3
2017-11-07Update codegen tests.Michael Woerister-1/+1
2017-10-26Avoid unnecessary copies of arguments that are simple bindingsBjörn Steinbrink-3/+3
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