| Age | Commit message (Expand) | Author | Lines |
| 2016-10-13 | Update | Nabeel Omer | -3/+8 |
| 2016-10-13 | Updated RwLock Docs | Nabeel Omer | -0/+3 |
| 2016-09-30 | Ignore various entire test modules on emscripten | Brian Anderson | -10/+1 |
| 2016-09-30 | Ignore lots and lots of std tests on emscripten | Brian Anderson | -0/+9 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+1 |
| 2016-08-24 | Use `#[prelude_import]` in `libstd`. | Jeffrey Seyfried | -6/+0 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -200/+49 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -104/+1 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -1/+30 |
| 2016-05-06 | Indicate struct names are code-like in doc-comment. | Corey Farwell | -2/+2 |
| 2016-04-15 | Implement `Default` for more types in the standard library | Tobias Bucher | -0/+7 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -4/+4 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -0/+8 |
| 2016-02-05 | Fix RwLock*Guard::map to not allow escaping a reference to the data. | Jonathan Reem | -4/+6 |
| 2016-02-03 | Auto merge of #30834 - reem:rwlock-read-guard-map, r=alexcrichton | bors | -35/+143 |
| 2016-02-02 | Add issue number to guard map methods. | Jonathan Reem | -31/+50 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -6/+6 |
| 2016-01-30 | Change MutexGuard and RwLockWriteGuard to store &mut T not &UnsafeCell<T> | Jonathan Reem | -20/+27 |
| 2016-01-29 | Add guard map methods for transforming guards to contain sub-borrows. | Jonathan Reem | -4/+86 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -2/+2 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+4 |
| 2015-10-16 | Add `Shared` pointer and have `{Arc, Rc}` use it | Andrew Paseltiner | -0/+1 |
| 2015-10-15 | std: add into_inner and get_mut to RwLock | Cristi Cobzarenco | -0/+118 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -12/+11 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -3/+6 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -1/+2 |
| 2015-06-17 | std: Stabilize the sync_poison feature | Alex Crichton | -1/+1 |
| 2015-06-17 | std: Split the `std_misc` feature | Alex Crichton | -16/+6 |
| 2015-06-03 | Add priority policy to RWLock API Documentation | webmobster | -0/+4 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -9/+16 |
| 2015-05-13 | Rebasing | Nick Cameron | -11/+12 |
| 2015-05-09 | Squeeze the last bits of `task`s in documentation in favor of `thread` | Barosl Lee | -1/+1 |
| 2015-05-06 | Update documentation for RwLock::try_{read,write}. | John Gallagher | -10/+17 |
| 2015-05-06 | Make RwLock::try_write try to obtain a write lock | John Gallagher | -2/+19 |
| 2015-05-02 | Make `UnsafeCell`, `RefCell`, `Mutex`, and `RwLock` accept DSTs | P1start | -19/+34 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -3/+0 |
| 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 |