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-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
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
[next]