rust/compiler/rustc_passes/src
Daniel Bertalan 204b2281fa Allow disabling ASan instrumentation for globals
AddressSanitizer adds instrumentation to global variables unless the
[`no_sanitize_address`](https://llvm.org/docs/LangRef.html#global-attributes)
attribute is set on them.

This commit extends the existing `#[no_sanitize(address)]` attribute to
set this; previously it only had the desired effect on functions.
2024-11-02 22:35:34 +01:00
..
liveness Reformat use declarations. 2024-07-29 08:26:52 +10:00
abi_test.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
check_attr.rs Allow disabling ASan instrumentation for globals 2024-11-02 22:35:34 +01:00
check_const.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
dead.rs compiler: Add rustc_abi dependence to the compiler 2024-10-27 21:10:58 -07:00
debugger_visualizer.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00
diagnostic_items.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
entry.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
errors.rs Allow disabling ASan instrumentation for globals 2024-11-02 22:35:34 +01:00
hir_id_validator.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
hir_stats.rs Stop relying on hashmap iteration for hir stat printing 2024-10-20 00:12:52 -07:00
lang_items.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
layout_test.rs Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors 2024-10-30 14:01:37 -07:00
lib.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00
lib_features.rs nightly feature tracking: get rid of the per-feature bool fields 2024-10-23 09:14:41 +01:00
liveness.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
loops.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
naked_functions.rs various fixes for naked_asm! implementation 2024-10-06 19:00:09 +02:00
reachable.rs Rollup merge of #131049 - compiler-errors:more-validation, r=spastorino 2024-10-22 15:28:38 +02:00
stability.rs Auto merge of #132145 - RalfJung:stdarch, r=Amanieu 2024-10-28 16:25:56 +00:00
upvars.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00
weak_lang_items.rs Add warn(unreachable_pub) to rustc_passes. 2024-08-29 20:18:40 +10:00