Yuki Okushi
3ed9bbe970
Rollup merge of #95594 - the8472:raw_slice_methods, r=yaahc
...
Additional `*mut [T]` methods
Split out from #94247
This adds the following methods to raw slices that already exist on regular slices
* `*mut [T]::is_empty`
* `*mut [T]::split_at_mut`
* `*mut [T]::split_at_mut_unchecked`
These methods reduce the amount of unsafe code needed to migrate `ChunksMut` and related iterators
to raw slices (#94247 )
r? `@m-ou-se`
2022-06-02 06:44:25 +09:00
..
2022-05-28 08:45:51 +02:00
2022-05-20 11:04:13 -03:00
2022-03-15 20:59:13 -07:00
2022-04-16 19:30:23 +01:00
2022-05-08 22:53:14 +02:00
2022-05-27 07:36:17 -04:00
2022-05-21 19:49:51 +00:00
2022-03-10 20:51:52 +01:00
2022-05-30 01:06:08 -07:00
2022-05-27 01:51:31 +03:00
2022-05-22 16:11:08 -07:00
2022-05-14 14:44:42 +10:00
2022-05-28 18:24:34 -04:00
2022-05-27 07:36:17 -04:00
2022-04-30 16:33:12 +00:00
2022-04-02 02:45:49 -04:00
2022-06-02 06:44:25 +09:00
2022-05-31 23:12:28 +04:00
2022-05-21 11:39:48 +02:00
2022-05-25 07:31:42 +02:00
2022-05-25 07:08:41 +09:00
2022-05-31 10:51:35 +02:00
2022-03-10 10:23:40 -05:00
2022-03-10 15:35:22 +01:00
2022-05-22 07:18:32 -03:00
2022-05-04 13:22:08 +02:00
2021-12-04 21:57:39 +09:00
2022-05-23 18:04:53 +09:00
2022-05-30 08:52:24 +00:00
2022-05-30 08:52:24 +00:00
2022-04-07 20:03:24 -04:00
2022-05-06 09:34:41 +02:00
2022-05-03 18:33:56 +09:00
2022-05-30 22:38:29 +00:00
2022-02-17 06:29:57 +01:00
2022-05-22 07:18:32 -03:00
2022-04-05 23:18:40 +02:00
2022-05-26 20:59:40 +02:00
2022-03-16 20:12:30 +08:00
2022-04-05 23:18:40 +02:00
2022-04-10 12:41:31 -07:00
2022-05-24 15:58:26 +02:00
2020-07-27 19:51:13 -05:00
2022-05-26 20:59:40 +02:00
2022-05-26 20:15:07 -07:00
2022-04-12 16:23:36 -03:00
2022-03-10 10:23:40 -05:00