| Age | Commit message (Expand) | Author | Lines |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -2/+0 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -26/+5 |
| 2016-09-30 | Ignore entire test modules on emscripten instead of individual tests | Brian Anderson | -66/+3 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+89 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -1/+1 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -1/+1 |
| 2016-09-14 | Rollup merge of #36396 - athulappadan:Default-docs, r=bluss | Guillaume Gomez | -0/+3 |
| 2016-09-11 | Use question_mark feature in libstd. | Ahmed Charles | -3/+2 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+3 |
| 2016-09-03 | Auto merge of #36104 - KiChjang:issue-35847, r=brson | bors | -4/+24 |
| 2016-08-30 | Auto merge of #35048 - tmiasko:monotonic-wait-timeout, r=alexcrichton | bors | -1/+13 |
| 2016-08-29 | Fix illegal instruction caused by overflow in channel cloning | Keith Yeung | -4/+24 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -31/+0 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -4/+4 |
| 2016-08-19 | Document that Condvar makes the best effort to use monotonic clock. | Tomasz Miąsko | -0/+8 |
| 2016-07-31 | Use monotonic time with condition variables. | Tomasz Miąsko | -1/+5 |
| 2016-07-21 | Auto merge of #34724 - mitchmindtree:mpsc_receiver_try_recv, r=alexcrichton | bors | -0/+56 |
| 2016-07-21 | Fix issue in receiver_try_iter test where response sender would panic instead... | mitchmindtree | -3/+3 |
| 2016-07-20 | Add the missing tracking issue field for #34931 to the receiver_try_iter stab... | mitchmindtree | -3/+3 |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -1/+2 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -680/+170 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -1/+2 |
| 2016-07-08 | Check for data in Receiver::try_recv before reporting disconnect | Andrew | -1/+10 |
| 2016-07-09 | Add the unstable attribute to the new mpsc::Receiver::try_iter API | mitchmindtree | -0/+3 |
| 2016-07-09 | Add a test for Receiver::try_iter | mitchmindtree | -0/+28 |
| 2016-07-08 | add a non blocking iterator for the mpsc::Receiver | mitchmindtree | -0/+25 |
| 2016-06-22 | std: sync: Implement recv_timeout() | Emilio Cobos Álvarez | -42/+396 |
| 2016-06-09 | fix stdtest | Ariel Ben-Yehuda | -5/+8 |
| 2016-06-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -1/+5 |
| 2016-06-02 | Fix undefined behavior when re-locking a mutex from the same thread | Amanieu d'Antras | -1/+5 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -104/+1 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -2/+85 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -2/+85 |
| 2016-05-20 | update tracking issue for once_poison | Alex Burka | -3/+3 |
| 2016-05-15 | Rollup merge of #33565 - Amanieu:once_doc, r=GuillaumeGomez | Manish Goregaokar | -1/+0 |
| 2016-05-11 | Fix typo in std::sync::Once documentation | Amanieu d'Antras | -1/+0 |
| 2016-05-11 | Export OnceState from libstd | Amanieu d'Antras | -1/+1 |
| 2016-05-09 | Utilize `Result::unwrap_err` in more places. | Corey Farwell | -1/+1 |
| 2016-05-07 | Rollup merge of #33459 - frewsxcv:patch-29, r=guillaumegomez | Steve Klabnik | -2/+2 |
| 2016-05-07 | Rollup merge of #33456 - CryZe:barrier-wait-docs, r=GuillaumeGomez | Steve Klabnik | -1/+1 |
| 2016-05-06 | Indicate struct names are code-like in doc-comment. | Corey Farwell | -2/+2 |
| 2016-05-06 | Fix Typo in Barrier::wait documentation | Christopher Serr | -1/+1 |
| 2016-04-22 | doc: that line was too long | Tshepang Lekhonkhobe | -2/+2 |
| 2016-04-17 | Add a comment about locking a `Mutex` multiple times | Tobias Bucher | -0/+9 |
| 2016-04-15 | Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichton | bors | -0/+21 |
| 2016-04-15 | Implement `Default` for more types in the standard library | Tobias Bucher | -0/+21 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -3/+3 |
| 2016-03-28 | Rollup merge of #32507 - klingtnet:master, r=steveklabnik | Steve Klabnik | -2/+7 |
| 2016-03-26 | std: Rewrite Once with poisoning | Alex Crichton | -56/+363 |
| 2016-03-26 | Fix missing console output in `Barrier` example | Andreas Linz | -2/+7 |