rust/library/alloc
Jubilee Young ddc367ded7 library: Stabilize const_ptr_write
Const-stabilizes:
- `write`
- `write_bytes`
- `write_unaligned`

In the following paths:
- `core::ptr`
- `core::ptr::NonNull`
- pointer `<*mut T>`

Const-stabilizes the internal `core::intrinsics`:
- `write_bytes`
- `write_via_move`
2024-10-12 00:02:36 -07:00
..
benches Improve autovectorization of to_lowercase / to_uppercase functions 2024-09-23 11:31:29 +02:00
src library: Stabilize const_ptr_write 2024-10-12 00:02:36 -07:00
tests library: Stabilize const_ptr_write 2024-10-12 00:02:36 -07:00
Cargo.toml Update compiler-builtins to 0.1.133 2024-10-05 21:34:51 -05:00