summary refs log tree commit diff
path: root/library/core/src/cell.rs
AgeCommit message (Expand)AuthorLines
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