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
/
tests.rs
Age
Commit message (
Collapse
)
Author
Lines
2023-06-21
Update tvOS support elsewhere in the stdlib
Thom Chiovoloni
-0
/
+1
2023-05-10
Remove and fix useless drop of reference
Urgau
-1
/
+3
2022-10-23
Only test pthread_getname_np on linux-gnu
Josh Stone
-1
/
+7
2022-10-21
Move truncation next to other thread tests for tidy
Josh Stone
-0
/
+25
2022-10-06
std: add thread parking tests
joboet
-0
/
+22
2022-08-18
add some Miri-only tests
Ralf Jung
-0
/
+19
2022-06-15
Test NLL fix of bad lifetime inference for reference captured in closure.
Frank Steffahn
-0
/
+13
2022-05-29
Use Box::new() instead of box syntax in std tests
est31
-2
/
+2
2022-03-09
Add soundness test for dropping scoped thread results before joining.
Mara Bos
-1
/
+24
2022-03-09
Remove outdated comment.
Mara Bos
-2
/
+0
2022-03-03
Update test.
Mara Bos
-4
/
+4
2021-12-18
Update stdlib to the 2021 edition
Lucas Kent
-7
/
+8
2021-10-31
Add test for JoinHandle::is_running.
Mara Bos
-1
/
+35
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-0
/
+262
Also doing fmt inplace as requested.