rust/library/alloc
okaneco b94c5a169b Avoid re-validating UTF-8 in FromUtf8Error::into_utf8_lossy
Refactor `into_utf8_lossy` to copy valid UTF-8 bytes into the buffer,
avoiding double validation of bytes.
Add tests that mirror the `String::from_utf8_lossy` tests
2024-09-20 20:56:07 -04:00
..
benches Ban non-array SIMD 2024-09-09 19:39:43 -07:00
src Avoid re-validating UTF-8 in FromUtf8Error::into_utf8_lossy 2024-09-20 20:56:07 -04:00
tests Avoid re-validating UTF-8 in FromUtf8Error::into_utf8_lossy 2024-09-20 20:56:07 -04:00
Cargo.toml Update compiler-builtins to 0.1.125 2024-09-05 09:31:17 -07:00