Issues
- 10
regression with portable-atomics in `1.20.0`
#264 opened by kaspar030 - 0
CI: detect `cargo fmt` issues
#262 opened by brodycj - 0
reduce duplicated code
#263 opened by brodycj - 1
unreachable patterns on 1.82 beta
#261 opened by jayvdb - 1
- 1
Illegal instruction on raspberry pi
#257 opened by long568 - 0
- 1
Segmentation fault using Lazy static with Pkcs11
#253 opened by kristian1108 - 5
- 1
The `atomic-polyfill` crate is deprecated.
#250 opened by taks - 9
- 5
- 2
.wait() never wakes up
#243 opened by jobafr - 1
MSRV in lib.rs wrong
#242 opened by remexre - 1
critical-section vs critical_section
#217 opened by rukai - 1
- 3
Allow unsized types for OnceBox and OnceRef
#225 opened by neoeinstein - 5
Implement `Clone` for `Lazy`
#202 opened by nsunderland1 - 0
Covariant, compact sync::Lazy
#234 opened by matklad - 1
- 0
Clarification on Docs regarding no_std
#229 opened by mert-kurttutan - 4
Implement `race::Lazy` if possible
#223 opened by dhedey - 4
`Lazy` returning different results
#224 opened by kpark-hrp - 3
Potential to weaken ordering for success case of `compare_exhange`s in `race` module
#220 opened by Imberflur - 2
static Lazy<String> "is never used"
#218 opened by Swivelgames - 5
adding get_unchecked_mut
#216 opened by bobi6666 - 3
MSRV jumps from 1.56 to 1.63 with critical_section feature or when compiling tests
#211 opened by decathorpe - 3
Add a warning in the FAQ about `const` vs `static`
#145 opened by jRimbault - 3
Support custom mutexes via `lock_api` on `no_std`
#207 opened by mkroening - 2
Why can't I compile this?
#205 opened by kang-sw - 6
How do I initialize a Lazy with a closure that captures a variable? (With fun recursion question)
#156 opened by chriscoomber - 4
`set()` should return Result<&T, T>, not Result<(), T>
#149 opened by jyn514 - 1
- 1
[Feature Request] get_or_maybe_init
#162 opened by Person-93 - 9
Typestate pattern
#163 opened by imbolc - 2
Could `OnceBox` support unsized types?
#171 opened by CraftSpider - 2
OnceCell in an associated type
#173 opened by mimoo - 6
`OnceCell` `mut` API extension
#194 opened by danielSanchezQ - 53
Minimum Rust Version
#201 opened by mitsuhiko - 5
💡 discussion: `lazy!`/`once!` macros
#189 opened by CAD97 - 3
parking_lot implementation tests fail under Miri due to compare_exchange_weak failures
#186 opened by saethlin - 4
Q: sync::OnceCell (compare with unsync::OnceCell) only protect set() & get() operations?
#181 opened by mw66 - 2
Add simple `once!` macro
#176 opened by CodesInChaos - 1
Feature Request: `OnceCell::with_value`
#164 opened by Cyborus04 - 3
once_cell::race does not compile on ARM
#155 opened by tkaitchuck - 2
Support unsized coercions for `Lazy` type.
#159 opened by EFanZh - 2
Most performant usage?
#158 opened by Bajix - 4
Understanding "once" in the presence of `take()`
#153 opened by dherman - 5
Generalising Lazy::force to non-functional types
#143 opened by 01mf02 - 6