about summary refs log tree commit diff
path: root/tests/codegen/drop-in-place-noalias.rs
AgeCommit message (Expand)AuthorLines
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-38/+0
2025-02-11tests/codegen: use -Copt-level=3 instead of -OJubilee Young-1/+1
2024-05-31Run rustfmt on `tests/codegen/`.Nicholas Nethercote-1/+1
2024-02-22[AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
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