rust/library/core
bors abe34e9ab1 Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-se
Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs`

It's simpler that way and the tricks don't actually make a difference: https://godbolt.org/z/zrvYY1dGx
2023-11-29 13:39:19 +00:00
..
benches benchmarks for Chars::advance_by 2023-11-27 22:06:35 +01:00
src Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-se 2023-11-29 13:39:19 +00:00
tests Stabilize RFC3324 dyn upcasting coercion 2023-11-22 13:56:36 +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