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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
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-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-02-22
Clarify thread::Builder::stack_size
Aleksey Kladov
-3
/
+6
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-2
/
+2
2017-01-27
Fix a few links in the docs
Oliver Middleton
-2
/
+2
2017-01-20
Rollup merge of #38761 - frewsxcv:thread-sleep-formatting, r=alexcrichton
Alex Crichton
-3
/
+6
2017-01-01
Auto merge of #38548 - GuillaumeGomez:thread_struct_docs, r=frewsxcv
bors
-0
/
+65
2017-01-01
Add 'platform-specific' section to `sleep_ms` to match `sleep`.
Corey Farwell
-3
/
+6
2016-12-31
Add missing example for Thread struct
Guillaume Gomez
-0
/
+65
2016-12-29
Rollup merge of #38491 - GuillaumeGomez:builder_docs, r=frewsxcv
Alex Crichton
-3
/
+58
2016-12-24
Rollup merge of #38572 - GuillaumeGomez:join_handle_docs, r=frewsxcv
Steve Klabnik
-6
/
+40
2016-12-24
Add JoinHandle missing examples
Guillaume Gomez
-6
/
+40
2016-12-24
Add missing doc examples for Builder
Guillaume Gomez
-3
/
+58
2016-12-21
Add missing examples in some thread functions
Guillaume Gomez
-8
/
+43
2016-12-20
Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton
Alex Crichton
-0
/
+15
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-0
/
+15
2016-12-18
Add missing urls for thread doc module
Guillaume Gomez
-24
/
+38
2016-11-01
Document reasoning for supporting both fast and OS TLS in the same bin
Brian Anderson
-0
/
+9
2016-11-01
std: Move elf TLS to sys::fast_thread_local
Brian Anderson
-1
/
+1
2016-10-10
Auto merge of #36341 - sagebind:thread_id, r=alexcrichton
bors
-0
/
+59
[prev]
[next]