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
Age
Commit message (
Expand
)
Author
Lines
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
-4
/
+7
2019-03-25
SGX target: fix std unit tests
Jethro Beekman
-4
/
+7
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-03-03
race condition in thread local storage example
benaryorg
-1
/
+4
2019-03-02
Bootstrap compiler update for 1.35 release
Mark Rousskov
-6
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-52
/
+52
2019-02-12
Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik
bors
-1
/
+1
2019-02-11
Require a list of features to allow in `allow_internal_unstable`
Oliver Scherer
-2
/
+6
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
2019-01-15
OSX: fix #57534 registering thread dtors while running thread dtors
tyler
-7
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-20
/
+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
-6
/
+6
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-11-06
Rollup merge of #55597 - alexcrichton:thread-local-inner, r=KodrAus
kennytm
-4
/
+4
2018-11-01
std: Enable usage of `thread_local!` through imports
Alex Crichton
-4
/
+4
2018-11-01
std: Improve codegen size of accessing TLS
Alex Crichton
-1
/
+10
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
-5
/
+11
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
-5
/
+11
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
2018-09-28
update wording for std::thread::sleep
Vasya Novikov
-4
/
+4
2018-09-28
fix std::thread::sleep typo
Vasya Novikov
-1
/
+1
2018-09-18
Expand synchronization comments in `park`/`unpark`
James Duley
-8
/
+13
2018-09-14
Add comments and assertion to `park`/`unpark`
James Duley
-2
/
+12
2018-09-12
Fix `thread` `park`/`unpark` synchronization
James Duley
-18
/
+11
2018-08-28
split paragraph
Ralf Jung
-3
/
+5
2018-08-15
document effect of join on memory ordering
Ralf Jung
-1
/
+5
[next]