about summary refs log tree commit diff
path: root/tests/ui/attributes/no-sanitize.rs
AgeCommit message (Expand)AuthorLines
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-45/+0
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-1/+1
2025-04-17Augment some tests involving attributes.Nicholas Nethercote-0/+5
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-6/+12
2024-08-05Emit an error for invalid use of the `#[no_sanitize]` attributeShina-0/+34