rust/tests/codegen/sanitizer
Stuart Cook 9c73bcfa8d
Rollup merge of #130225 - adetaylor:rename-old-receiver, r=wesleywiser
Rename Receiver -> LegacyReceiver

As part of the "arbitrary self types v2" project, we are going to replace the current `Receiver` trait with a new mechanism based on a new, different `Receiver` trait.

This PR renames the old trait to get it out the way. Naming is hard. Options considered included:
* HardCodedReceiver (because it should only be used for things in the standard library, and hence is sort-of hard coded)
* LegacyReceiver
* TargetLessReceiver
* OldReceiver

These are all bad names, but fortunately this will be temporary. Assuming the new mechanism proceeds to stabilization as intended, the legacy trait will be removed altogether.

Although we expect this trait to be used only in the standard library, we suspect it may be in use elsehwere, so we're landing this change separately to identify any surprising breakages.

It's known that this trait is used within the Rust for Linux project; a patch is in progress to remove their dependency.

This is a part of the arbitrary self types v2 project,
https://github.com/rust-lang/rfcs/pull/3519
https://github.com/rust-lang/rust/issues/44874

r? `@wesleywiser`
2024-10-24 14:19:53 +11:00
..
cfi Set signext or zeroext for integer arguments on LoongArch64 2024-10-23 04:42:21 +02:00
kcfi Rename Receiver -> LegacyReceiver 2024-10-22 12:55:16 +00:00
aarch64-shadow-call-stack-with-fixed-x18.rs unconditionally allow shadow call-stack for AArch64 whenever fixed-x18 is applied 2024-08-09 19:35:02 +08:00
address-sanitizer-globals-tracking.rs
dataflow-instrument-functions.rs
kasan-emits-instrumentation.rs
memory-track-origins.rs
memtag-attr-check.rs
no-sanitize-inlining.rs
no-sanitize.rs
riscv64-shadow-call-stack.rs riscv64imac: allow shadow call stack sanitizer 2024-08-29 21:48:48 +08:00
safestack-attr-check.rs
sanitizer-recover.rs
scs-attr-check.rs