about summary refs log tree commit diff
path: root/tests/codegen/drop-in-place-noalias.rs
AgeCommit message (Expand)AuthorLines
2023-07-27CHECK only for opaque ptrJosh Stone-2/+2
2023-05-22drop-in-place-noalias test: needs -O to ensure attributes are added on nopt b...Erik Desjardins-1/+1
2023-05-20ensure !Unpin types do not get noaliasErik Desjardins-19/+23
2023-05-20Apply `noalias`, `nonnull`, `dereferenceable`, and `align` attributes uncondi...Patrick Walton-1/+1
2023-05-20[rustc_ty_utils] Add the LLVM `noalias` parameter attribute to `drop_in_place...Patrick Walton-0/+34