| Age | Commit message (Expand) | Author | Lines |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -8/+8 |
| 2015-04-08 | Implement reentrant mutexes and make stdio use them | Simonas Kazlauskas | -2/+2 |
| 2015-04-01 | rollup merge of #23176: huonw/rm-bounds | Alex Crichton | -2/+2 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -1/+1 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+1 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-03-08 | Remove unneeded `Send`/`Sync` bounds from `Mutex`/`RwLock`. | Huon Wilson | -2/+2 |
| 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 | -3/+0 |
| 2015-02-21 | Remove `'static` bound from sync::mpsc, Mutex and RwLock. | Huon Wilson | -2/+2 |
| 2015-02-20 | std: Tidy up some `unsafe impl`s for `sync` | Alex Crichton | -3/+0 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -2/+2 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -6/+6 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -10/+10 |
| 2015-02-06 | sync: Add is_poisoned to Mutex and RwLock | Keegan McAllister | -0/+13 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+2 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+2 |
| 2015-02-02 | `for x in xs.into_iter()` -> `for x in xs` | Jorge Aparicio | -1/+1 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -7/+7 |
| 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 | -53/+9 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -16/+16 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -7/+7 |
| 2015-01-22 | Rollup merge of #21477 - steveklabnik:gh21440, r=alexcrichton | Steve Klabnik | -1/+9 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -7/+7 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -23/+30 |
| 2015-01-21 | Improve RwLock::new's docs | Steve Klabnik | -1/+9 |
| 2015-01-20 | Register snapshot for 9006c3c | Flavio Percoco | -52/+0 |
| 2015-01-16 | Don't use NoSend/NoSync in libstd | Flavio Percoco | -0/+54 |
| 2015-01-06 | rollup merge of #20615: aturon/stab-2-thread | Alex Crichton | -8/+8 |
| 2015-01-07 | markers -> marker | Nick Cameron | -5/+5 |
| 2015-01-06 | Fallout from stabilization | Aaron Turon | -8/+8 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -5/+5 |
| 2015-01-05 | Revert "Remove i suffix in docs" | Alex Crichton | -1/+1 |
| 2015-01-05 | rollup merge of #20560: aturon/stab-2-iter-ops-slice | Alex Crichton | -0/+6 |
| 2015-01-05 | rollup merge of #20519: ville-h/rwlock-rename | Alex Crichton | -81/+81 |
| 2015-01-05 | Remove i suffix in docs | Steve Klabnik | -1/+1 |
| 2015-01-05 | Stabilization of impls and fallout from stabilization | Aaron Turon | -0/+6 |
| 2015-01-04 | fix code referencing RwLockWriteGuard | ville-h | -8/+8 |
| 2015-01-04 | rename std::sync::RWLockWriteGuard to RwLockWriteGuard | ville-h | -7/+7 |
| 2015-01-04 | fix code referencing RwLockReadGuard | ville-h | -8/+8 |
| 2015-01-04 | rename std::sync::RWLockReadGuard to RwLockReadGuard | ville-h | -6/+6 |
| 2015-01-04 | fix code and comments referencing RW_LOCK_INIT | ville-h | -6/+6 |
| 2015-01-04 | rename std::sync::RWLOCK_INIT to RW_LOCK_INIT | ville-h | -1/+1 |
| 2015-01-04 | fix code and comments referencing StaticRwLock | ville-h | -11/+11 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-04 | rename std::sync::StaticRWLock to StaticRwLock | ville-h | -4/+4 |
| 2015-01-04 | fix code and comments referencing RwLock | ville-h | -31/+31 |