| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-23 | Rollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplett | kennytm | -1/+1 | |
| Fix typo in cell.rs | ||||
| 2018-05-19 | Fix typo in cell.rs | Daniel Mueller | -1/+1 | |
| 2018-05-19 | UnsafeCell doc typos and minor flow improvements | Jake Goulding | -13/+14 | |
| 2018-04-23 | Assign the tracking issue | Stjepan Glavina | -1/+1 | |
| 2018-04-23 | Clarify the docs for Cell::update | Stjepan Glavina | -2/+3 | |
| 2018-04-06 | Fix the failing tests | Stjepan Glavina | -0/+2 | |
| 2018-04-06 | Change TODO to FIXME | Stjepan Glavina | -1/+1 | |
| 2018-04-06 | Add Cell::update | Stjepan Glavina | -0/+24 | |
| 2018-03-17 | Remove deprecated unstable ptr::Shared type alias. | Simon Sapin | -3/+2 | |
| It has been deprecated for about one release cycle. | ||||
| 2018-03-13 | Rollup merge of #48201 - NovemberZulu:master, r=steveklabnik | kennytm | -15/+36 | |
| rephrase UnsafeCell doc As shown by discussions on users.rust-lang.org [[1]], [[2]], UnsafeCell doc is not totally clear. I tried to made the doc univocal regarding what is allowed and what is not. The edits are based on my understanding following [[1]]. [1]: https://users.rust-lang.org/t/unsafecell-behavior-details/1560 [2]: https://users.rust-lang.org/t/is-there-a-better-way-to-overload-index-indexmut-for-a-rc-refcell/15591/12 | ||||
| 2018-03-08 | and again :( | Maxim Nazarenko | -3/+3 | |
| 2018-03-08 | tidy. Again | Maxim Nazarenko | -2/+2 | |
| 2018-03-08 | another rewrite | Maxim Nazarenko | -15/+31 | |
| based on @nikomatsakis texthg | ||||
| 2018-03-06 | Rollup merge of #48474 - christianpoveda:new_cell_docs, r=steveklabnik | kennytm | -0/+18 | |
| New Cell docs This fixes https://github.com/rust-lang/rust/issues/44061 | ||||
| 2018-02-27 | and some more tidy checks | Maxim Nazarenko | -2/+2 | |
| 2018-02-27 | fix tidy checks | Maxim Nazarenko | -3/+3 | |
| 2018-02-27 | Simplify | Maxim Nazarenko | -5/+9 | |
| Merge three rules into one following @cramertj | ||||
| 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 | |
| remove italic as per @GuillaumeGomez suggestion | ||||
| 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 | |
| Make UnsafeCell doc easier to follow | ||||
| 2018-01-05 | Make UnsafeCell::into_inner safe | varkor | -9/+4 | |
| This fixes #35067. It will require a Crater run as discussed in that issue. | ||||
| 2017-12-20 | Rollup merge of #46517 - notriddle:patch-2, r=BurntSushi | kennytm | -4/+2 | |
| Stablize RefCell::{replace, swap} RefCell::replace_with is not stablized in this PR, since it wasn't part of the RFC. CC #43570 | ||||
| 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 | |
| I'm not allowed to have the same feature flag associated with multiple stability levels. | ||||
| 2017-12-05 | Stablize RefCell::{replace, swap} | Michael Howell | -4/+2 | |
| RefCell::replace_with is not stablized in this PR, since it wasn't part of the RFC. | ||||
| 2017-11-26 | Stabilize const-calling existing const-fns in std | Simon Sapin | -3/+0 | |
| Fixes #46038 | ||||
| 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 | |
| This commit updates the bootstrap compiler, bumps the version to 1.23, updates Cargo, updates books, and updates crates.io dependencies | ||||
| 2017-09-16 | change #![feature(const_fn)] to specific gates | Alex Burka | -0/+3 | |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -2/+2 | |
| This fixes headings reading "Unsafety" and "Example", they should be "Safety" and "Examples" according to RFC 1574. | ||||
| 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 | |
| Implement `RefCell::replace` and `RefCell::swap` Tracking issue: #43570 | ||||
| 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 | |
