index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
thread
/
local
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-26
Move std::thread_local unit tests to integration tests
bjorn3
-376
/
+0
2024-10-02
std: make `thread::current` available in all `thread_local!` destructors
joboet
-1
/
+32
2024-09-13
Update tests for hidden references to mutable static
Obei Sideg
-0
/
+3
2024-03-20
SeqCst->Relaxed in thread local test.
Mara Bos
-8
/
+11
2023-01-09
std test: better type name, clarifying comment
Ralf Jung
-11
/
+11
2022-11-12
avoid using channels in thread-local tests
Ibraheem Ahmed
-22
/
+44
2021-06-20
Squashed implementation of the pass
Alex Vlasov
-1
/
+1
2021-05-06
join_orders_after_tls_destructors: ensure thread 2 is launched before thread ...
Mohsen Zohrevandi
-8
/
+9
2021-04-29
Use atomics in join_orders_after_tls_destructors test
Mohsen Zohrevandi
-34
/
+88
2021-04-21
Ensure TLS destructors run before thread joins in SGX
Mohsen Zohrevandi
-1
/
+54
2021-04-16
std: Add a variant of thread locals with const init
Alex Crichton
-46
/
+101
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+154