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
/
scoped.rs
Age
Commit message (
Expand
)
Author
Lines
2022-12-05
fix dupe word typos
Rageking8
-1
/
+1
2022-06-27
fix data race in thread::scope
Ralf Jung
-4
/
+6
2022-06-20
Improve docs for `is_running` to explain use case
Josh Triplett
-3
/
+4
2022-06-11
Stabilize scoped threads.
Mara Bos
-8
/
+10
2022-03-30
Don't stabilize ScopedJoinHandle::is_finished yet.
Mara Bos
-1
/
+0
2022-03-19
Stabilize thread::is_finished
Jubilee Young
-1
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2022-03-09
Add documentation about lifetimes to thread::scope.
Mara Bos
-0
/
+18
2022-03-08
Rollup merge of #94559 - m-ou-se:thread-scope-spawn-closure-without-arg, r=Ma...
Matthias Krüger
-21
/
+23
2022-03-07
Use `f` instead of `|| f()`.
Mara Bos
-1
/
+1
2022-03-04
Use '_ for irrelevant lifetimes in Debug impl.
Mara Bos
-1
/
+1
2022-03-03
Remove argument from closure in thread::Scope::spawn.
Mara Bos
-21
/
+23
2022-03-03
Remove unnecessary #![feature]s from doctest.
Mara Bos
-2
/
+0
2022-03-03
Rename JoinHandle::is_running to is_finished and update docs.
Mara Bos
-4
/
+9
2022-01-22
Add test for thread::Scope invariance.
Mara Bos
-0
/
+13
2022-01-05
Mention *scoped* thread in panic message.
Mara Bos
-1
/
+1
2022-01-05
Note the invariance over 'env in Scope<'env>.
Mara Bos
-0
/
+2
2022-01-05
Fix missing .load() in Scope's Debug impl.
Mara Bos
-1
/
+1
2022-01-05
Rename n_running_threads to num_running_threads.
Mara Bos
-9
/
+9
2022-01-04
Fix typo in Scope::spawn docs.
Mara Bos
-1
/
+1
2022-01-04
Fix typo in is_running() docs.
Mara Bos
-1
/
+1
2022-01-04
Fix typo in documentation.
Mara Bos
-1
/
+1
2022-01-04
Use > rather than == for overflow check in scoped threads.
Mara Bos
-1
/
+1
2022-01-04
Fix variance of thread::Scope.
Mara Bos
-1
/
+1
2022-01-04
Formatting.
Mara Bos
-1
/
+3
2022-01-04
Simplify panicking mechanism of thread::scope.
Mara Bos
-23
/
+17
2022-01-04
Add documentation for scoped threads.
Mara Bos
-11
/
+175
2022-01-04
Add ScopedJoinHandle::is_running().
Mara Bos
-1
/
+10
2022-01-04
Implement RFC 3151: Scoped threads.
Mara Bos
-0
/
+132