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
/
core
/
src
/
cell
/
once.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-01
Constify conversion traits
ltdk
-1
/
+2
2025-02-03
OnceCell & OnceLock docs: Using (un)initialized consistently
Pyrode
-25
/
+28
2024-12-21
Less unwrap() in documentation
Kornel
-5
/
+7
2024-10-15
replace placeholder version
Josh Stone
-1
/
+1
2024-09-28
stabilize const_cell_into_inner
Ralf Jung
-1
/
+2
2024-08-21
Add `const_cell_into_inner` to `OnceCell`
Trevor Gross
-1
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-05-24
Change pedantically incorrect OnceCell/OnceLock wording
Mahmoud Al-Qudsi
-2
/
+2
2024-03-27
impl get_mut_or_init and get_mut_or_try_init for OnceCell and OnceLock
tison
-9
/
+84
2023-10-13
Add some optimizations
daxpedda
-5
/
+3
2023-10-13
Implement `OnceCell/Lock::try_insert()`
daxpedda
-5
/
+35
2023-07-31
Rollup merge of #109318 - joboet:better_fmt_placeholder, r=dtolnay
Matthias Krüger
-3
/
+5
2023-04-28
replace version placeholders
Pietro Albini
-16
/
+16
2023-04-19
std: make `Debug` representations of `[Lazy, Once]*[Cell, Lock]` consistent w...
joboet
-3
/
+5
2023-04-16
rm const traits in libcore
Deadbeef
-2
/
+1
2023-03-29
Documentation updates to better share the purpose of OnceCell/OnceLock
Trevor Gross
-2
/
+4
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-27
/
+19
2023-01-19
Add `OnceCell<T>: !Sync` impl for diagnostics
Nilstrieb
-0
/
+4
2022-12-13
Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLock
Trevor Gross
-1
/
+12
2022-11-17
Properly link `{Once,Lazy}{Cell,Lock}` in docs
Maybe Waffle
-2
/
+8
2022-06-16
Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`
Maybe Waffle
-0
/
+283