rust/library/core
Scott McMurray f6a57c1955 Move Option::as_slice to an always-sound implementation
This approach depends on CSE to not have any branches or selects when the guessed offset is correct -- which it always will be right now -- but to also be *sound* (just less efficient) if the layout algorithms change such that the guess is incorrect.
2023-03-11 20:29:26 -08:00
..
benches Shrink size of array benchmarks 2023-02-14 05:01:24 +00:00
primitive_docs
src Move Option::as_slice to an always-sound implementation 2023-03-11 20:29:26 -08:00
tests add missing feature in core/tests 2023-02-28 10:07:57 +01:00
Cargo.toml Update rand in the stdlib tests, and remove the getrandom feature from it 2023-01-04 14:52:41 -08:00