about summary refs log tree commit diff
path: root/library/std/src/lazy
AgeCommit message (Collapse)AuthorLines
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-329/+0
2022-06-16Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`Maybe Waffle-3/+4
2021-02-06Upgrade wasm32 image to Ubuntu 20.04Nikita Popov-0/+5
This switches the wasm32 image, which is used to test wasm32-unknown-emscripten to Ubuntu 20.04. While at it, enable most of the excluded tests, as they seem to work fine with some minor fixes.
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-0/+323
Also doing fmt inplace as requested.