rust/library/std/src/sys/thread_local
Matthias Krüger 527725b025
Rollup merge of #139121 - thaliaarchi:rename-thread_local-statik, r=Noratrieb
Rename internal module from `statik` to `no_threads`

This module is named in reference to the keyword, but the term is somewhat overloaded. Rename it to more clearly describe it and avoid the misspelling.
2025-04-05 19:40:24 +02:00
..
destructors Mark extern blocks as unsafe 2025-02-09 17:11:13 +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