| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-10-07 | Unlock guard before overflow panic | Stephen M. Coakley | -0/+1 |
| 2016-10-05 | Use mutex to guard thread ID counter | Stephen M. Coakley | -30/+8 |
| 2016-10-05 | Generate ID using u64 + atomic spinlock | Stephen M. Coakley | -14/+54 |
| 2016-09-30 | Auto merge of #36339 - brson:emscripten-new, r=alexcrichton | bors | -1/+1 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -20/+1 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+19 |
| 2016-09-16 | Update to new macro url syntax | Guillaume Gomez | -1/+1 |
| 2016-09-08 | Fix tests | Stephen M. Coakley | -2/+2 |
| 2016-09-07 | Add ThreadId for comparing threads | Stephen M. Coakley | -0/+40 |
| 2016-09-04 | Clean up thread-local storage docs | Andrew Paseltiner | -20/+15 |
| 2016-08-30 | Rollup merge of #35997 - matthew-piziak:thread-current-example, r=GuillaumeGomez | Guillaume Gomez | -0/+18 |
| 2016-08-25 | add a simple example for `thread::current()` | Matthew Piziak | -0/+18 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -6/+0 |
| 2016-08-03 | Add link to replacement function | Stefan Schindler | -1/+6 |
| 2016-08-03 | Add an example to `std::thread::park_timeout` | Stefan Schindler | -0/+19 |
| 2016-06-28 | Rollup merge of #34406 - frewsxcv:sleep-ex, r=alexcrichton | Guillaume Gomez | -0/+13 |
| 2016-06-27 | Add example for `std::thread::sleep`. | Corey Farwell | -0/+13 |
| 2016-06-25 | Auto merge of #34465 - frewsxcv:builder-name-example, r=GuillaumeGomez | bors | -0/+15 |
| 2016-06-25 | Auto merge of #34410 - frewsxcv:code-like, r=apasel422 | bors | -4/+4 |
| 2016-06-25 | Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomez | Manish Goregaokar | -0/+30 |
| 2016-06-25 | Add doc example for `std::thread::Builder::name`. | Corey Farwell | -0/+15 |
| 2016-06-24 | Add examples in docs for `JoinHandle`. | Corey Farwell | -0/+24 |
| 2016-06-24 | Use `Option::expect` instead of `unwrap_or_else` with `panic!`. | Corey Farwell | -3/+3 |
| 2016-06-24 | Indicate how the `JoinHandle` struct is created. | Corey Farwell | -0/+6 |