| Age | Commit message (Expand) | Author | Lines |
| 2016-08-22 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -4/+4 |
| 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 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -6/+6 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -279/+4 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -1/+1 |
| 2016-03-01 | Explicitly opt out of `Sync` for `cell` and `mpsc` types | Andrew Paseltiner | -0/+6 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -0/+11 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -2/+2 |
| 2016-02-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -2/+2 |
| 2016-02-08 | std: `_lock` -> `_guard` in Mutex example | Benjamin Herr | -1/+1 |
| 2016-02-07 | Auto merge of #31440 - reem:rwlock-map-fix, r=alexcrichton | bors | -4/+6 |
| 2016-02-06 | Auto merge of #31428 - reem:remove-mutexguard-map, r=alexcrichton | bors | -60/+1 |
| 2016-02-05 | Fix RwLock*Guard::map to not allow escaping a reference to the data. | Jonathan Reem | -4/+6 |
| 2016-02-05 | Remove MutexGuard::map, as it is not safe in combination with Condvar. | Jonathan Reem | -60/+1 |
| 2016-02-05 | Remove an unnecessary 'static bound in the impl of Debug for Mutex. | Jonathan Reem | -1/+1 |
| 2016-02-03 | Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton | bors | -57/+228 |
| 2016-02-02 | Add issue number to guard map methods. | Jonathan Reem | -49/+78 |