| Age | Commit message (Expand) | Author | Lines |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |
| 2015-04-23 | Indicate trait names in doc-comment are code-like | Corey Farwell | -1/+1 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -1/+1 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -3/+3 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23176: huonw/rm-bounds | Alex Crichton | -3/+5 |
| 2015-03-24 | Reject specialized Drop impls. | Felix S. Klock II | -1/+1 |
| 2015-03-24 | added `T:Send` bound to `Mutex<T>` to avoid specialized Drop impl. | Felix S. Klock II | -1/+1 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+2 |
| 2015-03-21 | Fix documentation for std::sync::mutex: into_guard -> into_inner | Barosl Lee | -2/+2 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -3/+3 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-08 | Remove unneeded `Send`/`Sync` bounds from `Mutex`/`RwLock`. | Huon Wilson | -3/+5 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -2/+2 |
| 2015-02-27 | Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth | bors | -0/+14 |
| 2015-02-26 | Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex` | nwin | -0/+14 |
| 2015-02-25 | Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw | Manish Goregaokar | -2/+0 |
| 2015-02-23 | int audit - std::sync | Nick Cameron | -5/+5 |
| 2015-02-21 | Remove `'static` bound from sync::mpsc, Mutex and RwLock. | Huon Wilson | -5/+5 |
| 2015-02-20 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -2/+0 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -4/+4 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -12/+12 |
| 2015-02-18 | Update the libraries to reflect Send loosing the 'static bound. | Huon Wilson | -4/+4 |
| 2015-02-06 | sync: Add is_poisoned to Mutex and RwLock | Keegan McAllister | -0/+13 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -4/+4 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -4/+4 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -32/+0 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -10/+10 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -5/+5 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -5/+5 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -15/+20 |
| 2015-01-20 | Register snapshot for 9006c3c | Flavio Percoco | -32/+0 |
| 2015-01-16 | Don't use NoSend/NoSync in libstd | Flavio Percoco | -0/+33 |
| 2015-01-06 | rollup merge of #20615: aturon/stab-2-thread | Alex Crichton | -6/+6 |
| 2015-01-07 | markers -> marker | Nick Cameron | -3/+3 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -6/+6 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -3/+3 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -0/+4 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -2/+4 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-02 | core: use assoc types in `Deref[Mut]` | Jorge Aparicio | -2/+4 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -13/+13 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -9/+13 |
| 2014-12-29 | Test fixes and rebase conflicts | Alex Crichton | -3/+5 |
| 2014-12-29 | std: Stabilization pass for mutex/rwlock/condvar | Alex Crichton | -82/+43 |
| 2014-12-29 | std: Second pass stabilization for `comm` | Alex Crichton | -13/+13 |
| 2014-12-29 | std: Return Result from RWLock/Mutex methods | Alex Crichton | -81/+162 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -9/+13 |