rust/compiler/rustc_serialize
Trevor Gross 500d6f6479 Stabilize slice_first_last_chunk
This stabilizes all methods under `slice_first_last_chunk`.

Additionally, it const stabilizes the non-mut functions and moves the `_mut`
functions under `const_slice_first_last_chunk`. These are blocked on
`const_mut_refs`.

As part of this change, `slice_split_at_unchecked` was marked const-stable for
internal use (but not fully stable).
2024-01-10 03:06:49 -05:00
..
src Stabilize slice_first_last_chunk 2024-01-10 03:06:49 -05:00
tests Reimplement FileEncoder with a small-write optimization 2023-09-10 23:37:51 -04:00
Cargo.toml Clean up rustc_*/Cargo.toml. 2023-10-30 08:46:02 +11:00