about summary refs log tree commit diff
path: root/library/core/src/lazy.rs
AgeCommit message (Expand)AuthorLines
2022-10-08Remove empty core::lazy and std::lazyest31-1/+0
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-388/+0
2022-02-17Rollup merge of #89869 - kpreid:from-doc, r=yaahcMatthias Krüger-0/+1
2021-12-30Use `UnsafeCell::get_mut()` in `core::lazy::OnceCell::get_mut()`Chayim Refael Friedman-2/+1
2021-12-04Add documentation to more `From::from` implementations.Kevin Reid-0/+1
2021-10-18Make more `From` impls `const`woppopo-1/+1
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+1
2021-09-17Don't inline OnceCell initialization closuresThe8472-1/+10
2020-09-08Capitalize safety commentsFlying-Toast-4/+4
2020-07-27mv std libs to library/mark-0/+379