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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
thread
Age
Commit message (
Expand
)
Author
Lines
2017-05-14
Add `'static` and `Send` constraints explanations to `thread::spawn`
Felix Raimundo
-0
/
+22
2017-05-14
Explain why `thread::yield_now` could be used.
Felix Raimundo
-0
/
+23
2017-05-12
Rollup merge of #41896 - tshepang:too-long, r=steveklabnik
Mark Simulacrum
-2
/
+2
2017-05-11
doc: break into 2 sentences
Tshepang Lekhonkhobe
-2
/
+2
2017-05-10
Rollup merge of #41854 - gamazeps:thread-spawn-doc, r=steveklabnik
Steve Klabnik
-6
/
+56
2017-05-10
Rollup merge of #41809 - gamazeps:thread-docs, r=steveklabnik
Steve Klabnik
-61
/
+91
2017-05-10
Auto merge of #41815 - Yamakaky:improve-backtrace-bottom, r=alexcrichton
bors
-1
/
+3
2017-05-10
Fix typos in doc
Felix Raimundo
-1
/
+1
2017-05-09
Don't show the std frames before user code on unwinding.
Yamakaky
-1
/
+3
2017-05-09
Fix warnings in examples
Felix Raimundo
-4
/
+4
2017-05-09
Fix link
Felix Raimundo
-5
/
+5
2017-05-09
Auto merge of #41814 - gamazeps:thread-struct-doc, r=steveklabnik
bors
-23
/
+20
2017-05-09
Address review comments
Felix Raimundo
-2
/
+2
2017-05-09
Address review comments
Felix Raimundo
-2
/
+4
2017-05-09
Add a link to `thread::Builder` in `thread::spawn`
Felix Raimundo
-0
/
+5
2017-05-09
Add more examples to `thread::spawn`
Felix Raimundo
-6
/
+51
2017-05-07
Fix typos in `thread::park` documentation.
Felix Raimundo
-4
/
+6
2017-05-07
Update the `thread::Thread` documentation.
Felix Raimundo
-24
/
+12
2017-05-07
Add stack size doc to `thread::spawn`.
Felix Raimundo
-0
/
+7
2017-05-07
Inline `thread::park` documentation.
Felix Raimundo
-52
/
+62
2017-05-07
Improve `thread::panicking` documentaion.
Felix Raimundo
-0
/
+12
2017-05-07
fix typo
Felix Raimundo
-2
/
+2
2017-05-07
Better example for `thread::unpark`.
Felix Raimundo
-5
/
+12
2017-05-07
Add `park` info to `unpark`.
Felix Raimundo
-1
/
+8
2017-05-07
Add link to the module doc in `park_timeout`.
Felix Raimundo
-1
/
+2
2017-05-07
Add a link to `park` in the `park_timeout` doc.
Felix Raimundo
-6
/
+9
2017-05-06
Auto merge of #41768 - rap2hpoutre:patch-4, r=frewsxcv
bors
-0
/
+22
2017-05-05
std: Prevent deadlocks in doctests on Windows
Alex Crichton
-1
/
+3
2017-05-05
Update mod.rs
Raphaël Huchet
-1
/
+1
2017-05-05
Add an example to std::thread::Result type
Raphaël Huchet
-0
/
+22
2017-05-04
Update mod.rs
Raphaël Huchet
-1
/
+1
2017-05-04
create link to Result
Raphaël Huchet
-0
/
+1
2017-05-04
Join method returns a thread::Result
Raphaël Huchet
-1
/
+1
2017-04-26
restructured docs for thread and added links
Christian Poveda
-13
/
+19
2017-04-26
added move
Christian Poveda
-1
/
+1
2017-04-25
rewrote the thread struct docs
Christian Poveda
-7
/
+12
2017-04-12
Auto merge of #41008 - sagebind:thread_id, r=alexcrichton
bors
-24
/
+13
2017-04-06
Fix Markdown issues in the docs
Oliver Middleton
-2
/
+2
2017-04-04
Use derived Debug for ThreadId
Stephen M. Coakley
-8
/
+1
2017-04-03
Derive Hash for ThreadId + better example
Stephen M. Coakley
-17
/
+13
2017-04-02
std::thread docs: fix link to current()
Simon Sapin
-1
/
+1
2017-03-17
Rollup merge of #40503 - swgillespie:thread-hack-removal, r=sfackler
Corey Farwell
-6
/
+1
2017-03-17
Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik
Corey Farwell
-3
/
+3
2017-03-13
Remove function invokation parens from documentation links.
Corey Farwell
-16
/
+16
2017-03-13
std: remove a workaround for privacy limitations that isn't necessary anymore
Sean Gillespie
-6
/
+1
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-3
/
+3
2017-02-22
Clarify thread::Builder::stack_size
Aleksey Kladov
-3
/
+6
2017-02-15
Fix wording in LocalKey documentation
Stjepan Glavina
-2
/
+2
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-4
/
+3
2017-01-27
Fix a few links in the docs
Oliver Middleton
-2
/
+2
[prev]
[next]