rust/library/core/tests
Matthias Krüger c9ab37bf4f
Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay
stabilise array methods

Closes #76118

Stabilises the remaining array methods

FCP is yet to be carried out for this

There wasn't a clear consensus on the naming, but all the other alternatives had some flaws as discussed in the tracking issue and there was a silence on this issue for a year
2024-01-26 23:15:47 +01:00
..
async_iter Remove unnecessary lets and borrowing from Waker::noop() usage. 2024-01-17 12:00:27 -08:00
fmt apply fmt 2024-01-11 15:04:48 +03:00
hash apply fmt 2024-01-11 15:04:48 +03:00
io Move BorrowedBuf and BorrowedCursor from std:io to core::io 2023-11-09 07:10:11 +09:00
iter Auto merge of #85528 - the8472:iter-markers, r=dtolnay 2024-01-21 11:17:46 +00:00
net Rollup merge of #119081 - jstasiak:is-ipv4-mapped, r=dtolnay 2024-01-21 06:38:35 +01:00
num remove redundant imports 2023-12-10 10:56:22 +08:00
ops
panic
alloc.rs
any.rs Adjust library tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00
array.rs apply fmt 2024-01-11 15:04:48 +03:00
ascii.rs
asserting.rs
atomic.rs Adjust library tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00
bool.rs
cell.rs apply fmt 2024-01-11 15:04:48 +03:00
char.rs remove redundant imports 2023-12-10 10:56:22 +08:00
clone.rs
cmp.rs
const_ptr.rs
convert.rs
error.rs apply fmt 2024-01-11 15:04:48 +03:00
future.rs
intrinsics.rs Adjust library tests for unused_tuple_struct_fields -> dead_code 2024-01-02 15:34:37 -05:00
lazy.rs
lib.rs Rollup merge of #103522 - Dylan-DPC:76118/array-methods-stab, r=dtolnay 2024-01-26 23:15:47 +01:00
macros.rs
manually_drop.rs
mem.rs Stabilize const_maybe_uninit_zeroed 2023-11-04 15:27:25 -04:00
nonzero.rs remove redundant imports 2023-12-10 10:56:22 +08:00
ops.rs
option.rs apply fmt 2024-01-11 15:04:48 +03:00
panic.rs
pattern.rs
pin_macro.rs
pin.rs
ptr.rs apply fmt 2024-01-11 15:04:48 +03:00
result.rs
simd.rs Fix library tests 2023-11-26 08:50:39 -05:00
slice.rs Rollup merge of #118811 - EbbDrop:is-sorted-by-bool, r=Mark-Simulacrum 2024-01-21 06:38:35 +01:00
str_lossy.rs
str.rs
task.rs
time.rs apply fmt 2024-01-11 15:04:48 +03:00
tuple.rs
unicode.rs
waker.rs