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
/
src
/
libstd
/
thread
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-20
Stop accessing module level int consts via crate::<Ty>
Linus Färnstrand
-1
/
+1
2020-03-21
Return NonZeroU64 from ThreadId::as_u64.
Thomas Bächler
-2
/
+2
2020-01-06
Add an unstable conversion from thread ID to u64
Mark Rousskov
-0
/
+13
2019-12-22
Format the world
Mark Rousskov
-80
/
+99
2019-12-21
Require issue = "none" over issue = "0" in unstable attributes
Ross MacArthur
-3
/
+3
2019-11-07
Try with crate::error::Error
Pyry Kontio
-1
/
+1
2019-11-06
Fix the Error linking.
Pyry Kontio
-1
/
+1
2019-11-06
Addressed review comments.
Pyry Kontio
-6
/
+6
2019-11-05
Improve std::thread::Result documentation
Pyry Kontio
-0
/
+12
2019-09-25
std: Reduce checks for `feature = "backtrace"`
Alex Crichton
-3
/
+0
2019-07-27
Remove run-pass test suites
Vadim Petrochenkov
-1
/
+1
2019-05-04
Fix intra-doc link resolution failure on re-exporting libstd
Taiki Endo
-0
/
+1
2019-04-18
Use more realistic example for thread builder
Aleksey Kladov
-1
/
+1
2019-04-10
Eliminate `FnBox` usages from libstd.
CrLF0710
-2
/
+3
2019-03-31
libstd: deny(elided_lifetimes_in_paths)
Mazdak Farrokhzad
-2
/
+2
2019-03-27
Rollup merge of #59460 - xfix:include-id-in-thread-debug, r=Amanieu
Josh Stone
-1
/
+4
2019-03-27
Include id in Thread's Debug implementation
Konrad Borowski
-1
/
+4
2019-03-26
Auto merge of #59136 - jethrogb:jb/sgx-std-test, r=sanxiyn
bors
-1
/
+4
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-1
/
+4
2019-03-20
Add a test for size_of Option<ThreadId>
Simon Sapin
-1
/
+7
2019-03-19
Make Option<ThreadId> no larger than ThreadId, with NonZeroU64
Simon Sapin
-3
/
+4
2019-02-28
libstd => 2018
Taiki Endo
-29
/
+29
2019-02-10
tests: doc comments
Alexander Regueiro
-1
/
+1
2019-01-22
Print a slightly clearer message when failing to spawn a thread
Jethro Beekman
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Auto merge of #56157 - RalfJung:park, r=nagisa
bors
-5
/
+22
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-5
/
+5
2018-12-06
Change sys::Thread::new to take the thread entry as Box<dyn FnBox() + 'static>̣
Jethro Beekman
-3
/
+19
2018-12-03
improve wording
Ralf Jung
-3
/
+4
2018-11-27
Fix small typo in comment
Marius Nuennerich
-1
/
+1
2018-11-23
make park/unpark example more realistic
Ralf Jung
-4
/
+15
2018-11-22
expand thread::park explanation
Ralf Jung
-1
/
+6
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-10-30
thread::unpark: Avoid notifying with mutex locked.
James Duley
-2
/
+12
2018-10-28
Auto merge of #55043 - oliver-giersch:unchecked_thread_spawning, r=alexcrichton
bors
-13
/
+78
2018-10-18
Rollup merge of #54646 - vn971:fix_std_thread_sleep, r=frewsxcv
kennytm
-10
/
+14
2018-10-16
adds tracking issue number
oliver-giersch
-1
/
+1
2018-10-15
Merge pull request #5 from oliver-giersch/master
oliver-giersch
-1
/
+1
2018-10-15
adds feature gate to doc-test (example)
oliver-giersch
-0
/
+1
2018-10-15
adds missing method call parentheses
oliver-giersch
-1
/
+1
2018-10-15
fixes misplaced semicolon
oliver-giersch
-2
/
+2
2018-10-15
adds doc for `Builder::spawn_unchecked`
oliver-giersch
-1
/
+60
2018-10-14
remove unnecessary lifetime bounds
oliver-giersch
-2
/
+2
2018-10-13
Update mod.rs
oliver-giersch
-3
/
+3
2018-10-13
Update mod.rs
oliver-giersch
-3
/
+2
2018-10-13
adds unsafe `thread::Builder::spawn_unchecked` function
oliver-giersch
-11
/
+17
2018-10-11
improve docs on thread::sleep
Vasya Novikov
-4
/
+8
2018-10-11
std: Implement TLS for wasm32-unknown-unknown
Alex Crichton
-1
/
+1
2018-10-06
Fix typo in libstd/thread/mod.rs: remove unnecessary comma
Artem Varaksa
-1
/
+1
2018-10-01
update wording for thread::sleep
Vasya Novikov
-6
/
+6
[next]