| Age | Commit message (Expand) | Author | Lines |
| 2017-11-06 | Add RefCell<T>::replace_with | Havvy | -13/+38 |
| 2017-10-26 | Bump to 1.23 and update bootstrap | Alex Crichton | -3/+3 |
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+3 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -2/+2 |
| 2017-08-17 | Fixed typo in RefCell::get_mut | Anthony Clays | -1/+1 |
| 2017-08-14 | Auto merge of #43574 - notriddle:master, r=sfackler | bors | -0/+53 |
| 2017-08-08 | Clarify the language around `RefCell::swap` | Michael Howell | -1/+1 |
| 2017-08-02 | Change "Example" to "Examples" in the doc comments | Michael Howell | -2/+2 |
| 2017-07-31 | Implement `RefCell::replace` and `RefCell::swap` | Michael Howell | -0/+53 |
| 2017-07-24 | s/immutable/my_struct | Tymoteusz Jankowski | -3/+3 |
| 2017-07-24 | empty lines | Tymoteusz Jankowski | -0/+5 |
| 2017-07-24 | ci fix? | Tymoteusz Jankowski | -5/+0 |
| 2017-07-24 | review fixes | Tymoteusz Jankowski | -3/+3 |
| 2017-07-24 | add prose | Tymoteusz Jankowski | -1/+6 |
| 2017-07-23 | Add simple docs example for struct Cell | Tymoteusz Jankowski | -0/+23 |
| 2017-07-10 | Correct some stability attributes | Oliver Middleton | -2/+2 |
| 2017-06-22 | Ensure Guard types impl Display & Debug | Chris MacNaughton | -0/+14 |
| 2017-06-08 | doc: a more complete explanation, and a better example | Tshepang Lekhonkhobe | -5/+5 |
| 2017-05-20 | Correct some stability versions | Oliver Middleton | -1/+1 |
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -3/+1 |
| 2017-04-24 | Add more explanation on RefCell::get_mut | Guillaume Gomez | -0/+9 |
| 2017-04-20 | Remove RefCell::borrow_state | Josh Stone | -46/+0 |
| 2017-04-20 | Remove {Cell,RefCell}::as_unsafe_cell | Josh Stone | -43/+0 |
| 2017-03-17 | Stabilize move_cell feature, closes #39264 | Aaron Turon | -8/+4 |
| 2017-02-15 | Rollup merge of #39793 - RalfJung:cell, r=alexcrichton | Corey Farwell | -62/+62 |
| 2017-02-14 | Remove Copy bound from some Cell trait impls | Ralf Jung | -2/+2 |
| 2017-02-13 | Allow more Cell methods for non-Copy types | Ralf Jung | -60/+60 |
| 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 |