rust/library/std/src/sys/thread_local
Bastian Kersting 068a332459 cfi: Remove #[no_sanitize(cfi)] for extern weak functions
Previously (https://github.com/rust-lang/rust/pull/115200,
https://github.com/rust-lang/rust/pull/138002), we
added `#[no_sanitize(cfi)]` to all code paths that call to a weakly
linked function.

In https://github.com/rust-lang/rust/pull/138349 we fixed the root cause
for this issue, which means we can now remove the corresponding
attributes.
2025-04-11 10:15:55 +00:00
..
destructors cfi: Remove #[no_sanitize(cfi)] for extern weak functions 2025-04-11 10:15:55 +00:00
guard Mark extern blocks as unsafe 2025-02-09 17:11:13 +00:00
key Remove custom TLS implementation for Trusty targets 2025-03-10 10:00:25 -07:00
native Avoid shadowing user provided types or type aliases in thread_local! 2024-10-18 10:27:41 +08:00
mod.rs Rollup merge of #139121 - thaliaarchi:rename-thread_local-statik, r=Noratrieb 2025-04-05 19:40:24 +02:00
no_threads.rs Rename internal module from statik to no_threads 2025-04-04 20:31:15 -07:00
os.rs Remove obsolete MinGW ThinLTO+TLS workaround 2025-02-17 22:10:25 +00:00