Files
rust/library
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
..
2024-10-12 00:02:36 -07:00
2024-08-29 12:13:19 -07:00
2024-10-12 00:02:36 -07:00
2024-07-28 14:46:29 -04:00
2024-10-02 01:27:11 +08:00
2024-10-10 10:16:16 +00:00
2024-09-24 14:25:16 -07:00
2024-09-25 17:03:20 -07:00
2024-10-05 21:34:51 -05:00