| Age | Commit message (Expand) | Author | Lines |
| 2018-02-27 | Simplify | Maxim Nazarenko | -5/+9 |
| 2018-02-27 | style fix | Maxim Nazarenko | -1/+1 |
| 2018-02-27 | fix wording on panics in binary operators on RefCells" | Mazdak Farrokhzad | -7/+7 |
| 2018-02-27 | remove italic | Maxim Nazarenko | -2/+2 |
| 2018-02-26 | some grammar corrections | Christian Poveda | -6/+7 |
| 2018-02-25 | fixed links | Christian Poveda | -2/+2 |
| 2018-02-24 | corrected grammar errors | Christian Poveda | -4/+4 |
| 2018-02-24 | added link to sync containers | Christian Poveda | -1/+2 |
| 2018-02-23 | cleaned trailing whitespaces | Christian Poveda | -2/+2 |
| 2018-02-23 | remove redundant info | Christian Poveda | -5/+5 |
| 2018-02-23 | add info about sync | Christian Poveda | -1/+3 |
| 2018-02-22 | First version | Christian Poveda | -1/+15 |
| 2018-02-20 | RefCell: document panics in Clone, PartialEq, PartialOrd, Ord. Fixes #47400 | Mazdak Farrokhzad | -0/+24 |
| 2018-02-14 | fix tidy checks | Maxim Nazarenko | -2/+2 |
| 2018-02-14 | rephrase UnsafeCell doc | Maxim Nazarenko | -8/+9 |
| 2018-01-05 | Make UnsafeCell::into_inner safe | varkor | -9/+4 |
| 2017-12-20 | Rollup merge of #46517 - notriddle:patch-2, r=BurntSushi | kennytm | -4/+2 |
| 2017-12-06 | more comments | Ariel Ben-Yehuda | -1/+1 |
| 2017-12-06 | adjust libcore | Ariel Ben-Yehuda | -2/+4 |
| 2017-12-05 | Update cell.rs | Michael Howell | -3/+3 |
| 2017-12-05 | Move replace_with to its own feature flag | Michael Howell | -1/+1 |
| 2017-12-05 | Stablize RefCell::{replace, swap} | Michael Howell | -4/+2 |
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -3/+0 |
| 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 |