index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
std
/
src
/
lazy.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-08
Remove empty core::lazy and std::lazy
est31
-1
/
+0
2022-06-16
Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`
Maybe Waffle
-616
/
+0
2021-10-10
Add #[must_use] to core and std constructors
John Kugelman
-0
/
+1
2021-08-17
Constified `Default` implementations
Deadbeef
-1
/
+2
2021-08-01
Write docs for SyncOnceCell From and Default impl
Michael Howell
-0
/
+30
2021-03-27
Use DebugStruct::finish_non_exhaustive() in std.
Mara Bos
-1
/
+1
2021-02-28
Clarify that SyncOnceCell::set blocks.
Erik Jensen
-1
/
+4
2021-02-24
library: Normalize safety-for-unsafe-block comments
Miguel Ojeda
-3
/
+7
2020-12-08
Add (internal-only) SyncOnceCell::get_or_init_pin.
Mara Bos
-0
/
+55
2020-09-12
Simplify SyncOnceCell's `take` and `drop`.
Mara Bos
-26
/
+13
2020-09-08
Capitalize safety comments
Flying-Toast
-3
/
+3
2020-09-05
Add compile_fail test for SyncOnceCell's dropck issue.
Mara Bos
-1
/
+19
2020-09-05
Fix dropck issue of SyncOnceCell.
Mara Bos
-1
/
+8
2020-09-01
Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung
bors
-2
/
+2
2020-08-31
std: move "mod tests/benches" to separate files
Lzu Tao
-330
/
+3
2020-08-29
rename get_{ref, mut} to assume_init_{ref,mut} in Maybeuninit
DPC
-2
/
+2
2020-08-25
Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't used
Scott McMurray
-1
/
+1
2020-08-19
Rollup merge of #75696 - matklad:mirit, r=RalfJung
Tyler Mandry
-24
/
+4
2020-08-19
Remove `#[cfg(miri)]` from OnceCell tests
Aleksey Kladov
-24
/
+4
2020-08-18
Make OnceCell<T> transparent to dropck
Aleksey Kladov
-2
/
+12
2020-07-28
Fix RefUnwindSafe & UnwinsSafe impls for lazy::SyncLazy
Aleksey Kladov
-1
/
+3
2020-07-27
mv std libs to library/
mark
-0
/
+846