about summary refs log tree commit diff
path: root/src/libcore/cell.rs
AgeCommit message (Expand)AuthorLines
2018-05-23Rollup merge of #50913 - d-e-s-o:fix-typo, r=joshtriplettkennytm-1/+1
2018-05-19Fix typo in cell.rsDaniel Mueller-1/+1
2018-05-19UnsafeCell doc typos and minor flow improvementsJake Goulding-13/+14
2018-04-23Assign the tracking issueStjepan Glavina-1/+1
2018-04-23Clarify the docs for Cell::updateStjepan Glavina-2/+3
2018-04-06Fix the failing testsStjepan Glavina-0/+2
2018-04-06Change TODO to FIXMEStjepan Glavina-1/+1
2018-04-06Add Cell::updateStjepan Glavina-0/+24
2018-03-17Remove deprecated unstable ptr::Shared type alias.Simon Sapin-3/+2
2018-03-13Rollup merge of #48201 - NovemberZulu:master, r=steveklabnikkennytm-15/+36
2018-03-08and again :(Maxim Nazarenko-3/+3
2018-03-08tidy. AgainMaxim Nazarenko-2/+2
2018-03-08another rewriteMaxim Nazarenko-15/+31
2018-03-06Rollup merge of #48474 - christianpoveda:new_cell_docs, r=steveklabnikkennytm-0/+18
2018-02-27and some more tidy checksMaxim Nazarenko-2/+2
2018-02-27fix tidy checksMaxim Nazarenko-3/+3
2018-02-27SimplifyMaxim Nazarenko-5/+9
2018-02-27style fixMaxim Nazarenko-1/+1
2018-02-27fix wording on panics in binary operators on RefCells"Mazdak Farrokhzad-7/+7
2018-02-27remove italicMaxim Nazarenko-2/+2
2018-02-26some grammar correctionsChristian Poveda-6/+7
2018-02-25fixed linksChristian Poveda-2/+2
2018-02-24corrected grammar errorsChristian Poveda-4/+4
2018-02-24added link to sync containersChristian Poveda-1/+2
2018-02-23cleaned trailing whitespacesChristian Poveda-2/+2
2018-02-23remove redundant infoChristian Poveda-5/+5
2018-02-23add info about syncChristian Poveda-1/+3
2018-02-22First versionChristian Poveda-1/+15
2018-02-20RefCell: document panics in Clone, PartialEq, PartialOrd, Ord. Fixes #47400Mazdak Farrokhzad-0/+24
2018-02-14fix tidy checksMaxim Nazarenko-2/+2
2018-02-14rephrase UnsafeCell docMaxim Nazarenko-8/+9
2018-01-05Make UnsafeCell::into_inner safevarkor-9/+4
2017-12-20Rollup merge of #46517 - notriddle:patch-2, r=BurntSushikennytm-4/+2
2017-12-06more commentsAriel Ben-Yehuda-1/+1
2017-12-06adjust libcoreAriel Ben-Yehuda-2/+4
2017-12-05Update cell.rsMichael Howell-3/+3
2017-12-05Move replace_with to its own feature flagMichael Howell-1/+1
2017-12-05Stablize RefCell::{replace, swap}Michael Howell-4/+2
2017-11-26Stabilize const-calling existing const-fns in stdSimon Sapin-3/+0
2017-11-06Add RefCell<T>::replace_withHavvy-13/+38
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-3/+3
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-0/+3
2017-08-24Fix inconsistent doc headingslukaramu-2/+2
2017-08-17Fixed typo in RefCell::get_mutAnthony Clays-1/+1
2017-08-14Auto merge of #43574 - notriddle:master, r=sfacklerbors-0/+53
2017-08-08Clarify the language around `RefCell::swap`Michael Howell-1/+1
2017-08-02Change "Example" to "Examples" in the doc commentsMichael Howell-2/+2
2017-07-31Implement `RefCell::replace` and `RefCell::swap`Michael Howell-0/+53
2017-07-24s/immutable/my_structTymoteusz Jankowski-3/+3
2017-07-24empty linesTymoteusz Jankowski-0/+5