| Age | Commit message (Expand) | Author | Lines |
| 2017-02-11 | Add `swap` method for `Cell` | Charlie Fan | -0/+27 |
| 2017-02-01 | Update cell docs | Wesley Wiser | -5/+13 |
| 2017-01-26 | Move stability attributes per feedback | Wesley Wiser | -2/+3 |
| 2017-01-24 | Extend Cell to work with non-Copy types | Wesley Wiser | -36/+94 |
| 2016-12-16 | Address fallout | Aaron Turon | -0/+2 |
| 2016-12-15 | Deprecate std::cell::RefCell::borrow_state | Aaron Turon | -0/+2 |
| 2016-12-15 | Stabilize std::cell::Ref::clone | Aaron Turon | -3/+1 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -25/+21 |
| 2016-09-11 | Documentation of what does for each type | athulappadan | -0/+3 |
| 2016-08-30 | Rollup merge of #35895 - F001:patch-1, r=steveklabnik | Guillaume Gomez | -10/+39 |
| 2016-08-26 | Fix documentation in cell mod | changchun.fan | -10/+39 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -10/+3 |
| 2016-08-23 | Auto merge of #35627 - apasel422:coerce-cell, r=alexcrichton | bors | -0/+16 |
| 2016-08-19 | std: Stabilize APIs for the 1.12 release | Alex Crichton | -0/+36 |
| 2016-08-14 | Implement `CoerceUnsized` for `{Cell, RefCell, UnsafeCell}` | Andrew Paseltiner | -0/+16 |
| 2016-08-14 | Rollup merge of #35392 - malbarbo:cell-from, r=brson | Eduard-Mihai Burtescu | -0/+22 |
| 2016-08-08 | Implement `RefCell::{try_borrow, try_borrow_mut}` | Andrew Paseltiner | -9/+116 |
| 2016-08-05 | Implement From for Cell, RefCell and UnsafeCell | Marco A L Barbosa | -0/+22 |
| 2016-07-26 | Clarify UnsafeCell docs; fix #34496 | Manish Goregaokar | -0/+19 |
| 2016-07-11 | Add missing examples for std::cell types | Guillaume Gomez | -0/+49 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -2/+2 |
| 2016-06-01 | Auto merge of #33853 - alexcrichton:remove-deprecated, r=aturon | bors | -75/+0 |
| 2016-05-30 | std: Clean out old unstable + deprecated APIs | Alex Crichton | -75/+0 |
| 2016-05-30 | Prevent the borrow counter from overflowing in `Ref::clone` | Tobias Bucher | -1/+3 |
| 2016-05-12 | Auto merge of #33306 - vadixidav:master, r=alexcrichton | bors | -1/+73 |
| 2016-05-06 | Add `get_mut` methods to the `RefCell` and `Cell` | Tobias Bucher | -0/+24 |
| 2016-05-01 | change unstable to stable on traits and set version properly | Geordon Worley | -4/+4 |
| 2016-05-01 | fix implementation of Ord for Cell<T> and RefCell<T> where T: Ord | Geordon Worley | -1/+73 |
| 2016-04-15 | Auto merge of #32785 - tbu-:pr_more_defaults, r=alexcrichton | bors | -0/+7 |
| 2016-04-15 | Implement `Default` for more types in the standard library | Tobias Bucher | -0/+7 |
| 2016-04-05 | Remove strange names created by lack of privacy-conscious name lookup | Tobias Bucher | -39/+35 |
| 2016-04-02 | Rollup merge of #32652 - VFLashM:refcell_ref_coercion, r=alexcrichton | Manish Goregaokar | -2/+8 |
| 2016-03-31 | added missing refcell ref/refmut coercions to unsized | Валерий Лашманов | -2/+8 |
| 2016-03-28 | Remove `unsafe` qualifier from `RefCell::as_unsafe_cell` | Tobias Bucher | -6/+2 |
| 2016-03-07 | Fix some line lengths | Simon Sapin | -2/+4 |
| 2016-03-07 | "can be built on Ref::map"… how? | Simon Sapin | -2/+2 |
| 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 | -7/+4 |
| 2016-01-25 | RefCell::borrow_mut example should demonstrate mut | Corey Farwell | -1/+3 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -0/+1 |
| 2015-11-12 | libcore: deny warnings in doctests | Kevin Butler | -0/+3 |
| 2015-11-06 | Remove stability annotations from trait impl items | Vadim Petrochenkov | -2/+0 |
| 2015-10-23 | Unsafety -> Safety in doc headings | Steve Klabnik | -2/+2 |
| 2015-10-21 | Remove obsolete note about `UnsafeCell`'s fields | Andrew Paseltiner | -5/+1 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-09-03 | Elide lifetimes in libcore | Manish Goregaokar | -7/+7 |
| 2015-08-15 | core: Fill out issues for unstable features | Alex Crichton | -9/+14 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -27/+1 |
| 2015-07-27 | Show appropriate feature flags in docs | Steve Klabnik | -2/+4 |
| 2015-07-17 | Remove confusing 'mutability root' term | Steve Klabnik | -7/+7 |