about summary refs log tree commit diff
path: root/library/core/tests/cell.rs
AgeCommit message (Expand)AuthorLines
2022-05-20Fix `Display` for `cell::{Ref,RefMut}`Josh Stone-2/+4
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-4/+4
2021-10-18Make more `From` impls `const`woppopo-0/+9
2021-08-31Add a few tests for `UnsafeCell`inquisitivecrystal-0/+32
2020-11-04Constantify `UnsafeCell::into_inner` and relatedBenoƮt du Garreau-0/+12
2020-09-21Move format-ref-cell testAlexis Bourget-0/+8
2020-09-21move 'cell does not clone' testAlexis Bourget-0/+23
2020-09-21Move cell exterior test into library unit testsAlexis Bourget-0/+24
2020-07-27mv std libs to library/mark-0/+369