about summary refs log tree commit diff
path: root/library/core/src/cell.rs
AgeCommit message (Expand)AuthorLines
2020-11-08Rollup merge of #78852 - camelid:intra-doc-bonanza, r=jyn514Mara Bos-2/+2
2020-11-08Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnayMara Bos-5/+6
2020-11-07Convert a bunch of intra-doc linksCamelid-2/+2
2020-11-04Simplify the implementation of `get_mut` (no unsafe)Daniel Henry-Mantilla-2/+1
2020-11-04Add tracking issueBenoît du Garreau-3/+3
2020-11-04Constantify `UnsafeCell::into_inner` and relatedBenoît du Garreau-5/+6
2020-10-12Use intra-doc links for links to module-level docsCamelid-4/+4
2020-09-23Rollup merge of #77055 - est31:more_track_caller, r=Mark-SimulacrumDylan DPC-0/+3
2020-09-22Add #[track_caller] to more panicking Cell functionsest31-0/+3
2020-09-20Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`Daniel Henry-Mantilla-6/+2
2020-09-20Add non-`unsafe` `.get_mut()` for `UnsafeCell`Daniel Henry-Mantilla-9/+84
2020-07-28add track_caller to RefCell::{borrow, borrow_mut}Erik Desjardins-0/+2
2020-07-27mv std libs to library/mark-0/+1724