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
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
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-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
2018-08-08
avoid using the word 'initialized' to talk about that non-reentrant-capable s...
Ralf Jung
-1
/
+1
2018-08-06
actually, reentrant uninitialized mutex acquisition is outright UB
Ralf Jung
-3
/
+2
2018-08-06
clarify partially initialized Mutex issues
Ralf Jung
-0
/
+3
2018-08-01
Rollup merge of #52771 - matklad:patch-1, r=kennytm
Pietro Albini
-1
/
+4
2018-07-28
Rollup merge of #52759 - stjepang:impl-send-sync-for-joinhandle, r=TimNN
kennytm
-0
/
+5
2018-07-27
Fix ws
Aleksey Kladov
-1
/
+1
2018-07-27
Clarify thread::park semantics
Aleksey Kladov
-1
/
+4
2018-07-27
Add stability attributes
Stjepan Glavina
-0
/
+2
2018-07-27
Impl Send & Sync for JoinHandle
Stjepan Glavina
-0
/
+3
2018-07-11
Add missing dyn in tests
ljedrz
-4
/
+4
2018-07-10
Deny bare trait objects in `src/libstd`.
ljedrz
-1
/
+1
2018-06-29
Auto merge of #51290 - Pslydhh:master, r=alexcrichton
bors
-2
/
+8
2018-06-27
Fix the error reference for LocalKey::try_with
Michal 'vorner' Vaner
-1
/
+1
2018-06-17
libstd: add an RAII utility for sys_common::mutex::Mutex
NODA, Kai
-4
/
+1
2018-06-02
removes tabs
Pslydhh
-8
/
+6
2018-06-02
remove trailing whitespace
Pslydhh
-6
/
+6
2018-06-02
park():prohibit spurious wakeups in next park
Pslydhh
-2
/
+10
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-2
/
+42
2018-03-01
Fix a bug introduced in previous commit
Stjepan Glavina
-6
/
+3
2018-02-28
Remove thread_local_state
Stjepan Glavina
-107
/
+7
2018-02-28
Stabilize LocalKey::try_with
Stjepan Glavina
-14
/
+19
2018-02-17
Unify 'Platform-specific behavior' documentation headings.
Corey Farwell
-3
/
+3
2017-11-02
Make join a link to the function's documentation
Sebastian Dröge
-1
/
+1
2017-11-02
Mention that panics can't possibly be caught when compiling with panic=abort
Sebastian Dröge
-1
/
+1
2017-11-02
Use ` instead of ' for function names
Sebastian Dröge
-2
/
+2
2017-11-02
Update the std::thread docs and clarify that panics can nowadays be caught
Sebastian Dröge
-5
/
+9
2017-10-27
Auto merge of #45285 - alexcrichton:update-bootstrap, r=Mark-Simulacrum
bors
-5
/
+0
2017-10-26
Bump to 1.23 and update bootstrap
Alex Crichton
-5
/
+0
2017-10-25
std: Optimize thread park/unpark implementation
Alex Crichton
-15
/
+72
2017-10-17
Docs: a LocalKey might start in the Valid state
Stjepan Glavina
-1
/
+4
2017-10-08
Don't encourage people to ignore threading errors in the docs
Jake Goulding
-5
/
+7
2017-09-18
Rollup merge of #44651 - bluss:document-thread-name-no-nuls, r=steveklabnik
Alex Crichton
-0
/
+7
2017-09-17
std: Document thread builder panics for nul bytes in thread names
Ulrik Sverdrup
-0
/
+7
2017-09-14
Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichton
bors
-2
/
+2
[next]