| Age | Commit message (Expand) | Author | Lines |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -3/+3 |
| 2017-06-22 | Ensure Guard types impl Display & Debug | Chris MacNaughton | -0/+21 |
| 2017-06-21 | Rollup merge of #42397 - sfackler:syncsender-sync, r=alexcrichton | Corey Farwell | -5/+0 |
| 2017-06-15 | Fix condvar.wait(distant future) return immediately on OSX | Stepan Koltsov | -15/+51 |
| 2017-06-02 | Implement Sync for SyncSender | Steven Fackler | -5/+0 |
| 2017-06-02 | Rewrite `Receiver::try_iter` doc example to show resulting values. | Corey Farwell | -8/+13 |
| 2017-06-02 | Rewrite `Receiver::iter` doc example to show resulting values. | Corey Farwell | -6/+8 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -10/+10 |
| 2017-06-01 | tests: fix fallout from empowering unused_allocation in comparisons. | Eduard-Mihai Burtescu | -10/+10 |
| 2017-05-31 | Rewrite doc examples for `Receiver::recv_timeout`. | Corey Farwell | -4/+33 |
| 2017-05-22 | libstd/sync/mpsc: relicense under rust license | Dmitry Vyukov | -54/+20 |
| 2017-05-20 | Auto merge of #42111 - ollie27:stab, r=Mark-Simulacrum | bors | -9/+9 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -9/+9 |
| 2017-05-18 | fix typo in libstd/sync/mpsc/mod.rs docs | Denis Andrejew | -1/+1 |
| 2017-04-29 | need to pick a new feature name | Ralf Jung | -1/+1 |
| 2017-04-29 | MutexGuard<T> may be Sync only if T is Sync | Ralf Jung | -5/+3 |
| 2017-04-26 | Adding links and examples for various mspc pages #29377 | projektir | -29/+254 |
| 2017-04-22 | Fix invalid linkage | Guillaume Gomez | -1/+1 |
| 2017-04-10 | Auto merge of #41103 - projektir:channel_error_docs, r=GuillaumeGomez | bors | -50/+84 |
| 2017-04-09 | Minor fix to mutex example | Geoffry Song | -1/+1 |
| 2017-04-08 | Adding links around Sender/SyncSender/Receiver errors; Adding more documentat... | projektir | -50/+84 |
| 2017-04-05 | Rollup merge of #40981 - Technius:master, r=steveklabnik | Corey Farwell | -46/+172 |
| 2017-04-05 | Rollup merge of #40977 - projektir:BarrierWaitResult_doc, r=steveklabnik | Corey Farwell | -5/+4 |
| 2017-04-05 | Rollup merge of #40608 - GuillaumeGomez:mutex-doc-inconsistency, r=steveklabnik | Corey Farwell | -7/+7 |
| 2017-04-03 | Fix styling issues | Bryan Tan | -6/+17 |
| 2017-04-03 | Fix mutex's docs inconsistency | Guillaume Gomez | -7/+7 |
| 2017-03-31 | Fix warnings in examples | Bryan Tan | -9/+9 |
| 2017-03-31 | Fix broken links to std::iter::Iterator::next | Bryan Tan | -2/+2 |
| 2017-03-31 | Add links and examples to std::sync::mpsc docs (#29377) | Bryan Tan | -31/+136 |
| 2017-03-31 | Updating the description for BarrierWaitResult #29377 | projektir | -5/+4 |
| 2017-03-30 | Add links to std::sync::mpsc docs #29377 | Bryan Tan | -15/+25 |
| 2017-03-29 | Adding linking for Once docs #29377 | projektir | -8/+29 |
| 2017-03-19 | Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomez | Corey Farwell | -1/+1 |
| 2017-03-17 | Fix typo in mutex.rs docs | ScottAbbey | -1/+1 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -26/+26 |
| 2017-02-28 | Rollup merge of #40033 - GuillaumeGomez:condvar-docs, r=frewsxcv | Corey Farwell | -16/+230 |
| 2017-02-24 | Rollup merge of #40052 - GuillaumeGomez:sunc_docs, r=frewsxcv | Guillaume Gomez | -1/+3 |
| 2017-02-23 | Add missing urls in MutexGuard docs | Guillaume Gomez | -1/+3 |
| 2017-02-23 | Add missing urls and examples for Condvar docs | Guillaume Gomez | -16/+230 |
| 2017-02-21 | Add missing urls and examples into Barrier structs | Guillaume Gomez | -7/+69 |
| 2017-02-15 | Fix wording in LocalKey documentation | Stjepan Glavina | -1/+1 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -7/+7 |
| 2017-02-04 | tiny doc wording change | Son | -1/+1 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -7/+7 |
| 2017-01-10 | Add missing doc examples for Mutex | Guillaume Gomez | -1/+79 |
| 2016-12-28 | Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]` | Andrew Paseltiner | -4/+2 |
| 2016-12-20 | Rollup merge of #38006 - frewsxcv:libstd-debug, r=alexcrichton | Alex Crichton | -0/+64 |
| 2016-12-19 | Rollup merge of #38421 - apasel422:issue-36934, r=alexcrichton | Seo Sanghyeon | -328/+328 |
| 2016-12-18 | Implement `fmt::Debug` for all structures in libstd. | Corey Farwell | -0/+64 |