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-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
2017-09-13
Move default stack min size to thread implementations
Tobias Schaffner
-2
/
+2
2017-09-07
std::thread::LocalKey: Document limitation with initializers
Joshua Liebow-Feeser
-0
/
+4
2017-09-04
Make the LocalKey facade of thread_local! inlineable cross-crate.
Eduard-Mihai Burtescu
-3
/
+13
2017-08-31
Update bootstrap compiler
Alex Crichton
-4
/
+1
2017-08-27
Auto merge of #44112 - alexcrichton:thread-join, r=sfackler
bors
-0
/
+5
2017-08-26
std: Handle OS errors when joining threads
Alex Crichton
-0
/
+5
2017-08-24
Fix inconsistent doc headings
lukaramu
-1
/
+1
2017-08-22
Thread spawning: don't run `min_stack` if the user has specified stack size.
Corey Farwell
-1
/
+1
2017-08-17
Rollup merge of #43891 - Fourchaux:master, r=steveklabnik
Corey Farwell
-1
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-08-15
Fix typos & us spellings
Fourchaux
-1
/
+1
2017-08-14
Indicate which stack size option has precedence.
Corey Farwell
-1
/
+1
2017-08-13
Indicate thread names get passed to the OS.
Corey Farwell
-4
/
+8
2017-08-13
Rewrite docs for stack size/thread names for spawned threads.
Corey Farwell
-10
/
+41
2017-08-12
Auto merge of #43746 - eddyb:sound-thread-local, r=alexcrichton
bors
-31
/
+31
2017-08-12
Check #[thread_local] statics correctly in the compiler.
Eduard-Mihai Burtescu
-31
/
+31
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-02
Indicate how `ThreadId` is created.
Corey Farwell
-1
/
+5
2017-08-02
Fix broken links in `Thread` docs.
Corey Farwell
-0
/
+3
2017-07-26
Rollup merge of #43456 - joshlf:spawn-doc-grammar, r=alexcrichton
Mark Simulacrum
-1
/
+1
2017-07-25
Bump master to 1.21.0
Alex Crichton
-67
/
+0
2017-07-24
std::thread::spawn: Fix grammar in documentation
Joshua Liebow-Feeser
-1
/
+1
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-4
/
+4
2017-07-15
Auto merge of #43185 - durka:thread-local-pub-restricted, r=alexcrichton
bors
-1
/
+57
2017-07-12
Use try_with for with implementation
Lee Bousfield
-9
/
+2
2017-07-11
stage0 fallback
Alex Burka
-0
/
+67
2017-07-11
use :vis in thread_local!
Alex Burka
-30
/
+8
2017-07-11
support pub(restricted) in thread_local!
Alex Burka
-32
/
+43
2017-07-11
Fix @alexcrichton comments
Lee Bousfield
-1
/
+1
2017-07-10
Add LocalKey::try_with as an alternative to state
Lee Bousfield
-0
/
+52
2017-06-24
Stabilize ThreadId
Steven Fackler
-8
/
+2
2017-06-23
rustc: Enable #[thread_local] for Windows
Alex Crichton
-4
/
+80
2017-06-12
Capture elapsed duration in Thread::park_timeout example
Mark Buer
-5
/
+9
[next]