about summary refs log tree commit diff
path: root/src/libstd/lazy.rs
AgeCommit message (Expand)AuthorLines
2020-07-18link once_cell feature to #74465Ashley Mannix-28/+28
2020-07-17appease tidyAshley Mannix-4/+1
2020-07-17remove inlined lazy::Waiter in favor of sync::OnceAshley Mannix-125/+15
2020-07-17use set() in SyncOnceCell::fromAshley Mannix-9/+14
2020-07-17integrate Lazy into std layoutAshley Mannix-541/+491
2020-07-17First cut of `std::lazy` moduleAleksey Kladov-0/+1002