rust/library/core/tests
2023-11-26 08:50:39 -05:00
..
fmt avoid exhaustive i16 test in Miri 2023-11-15 19:23:04 +01:00
hash Add insta-stable std:#️⃣:{DefaultHasher, RandomState} exports 2023-11-02 20:35:20 -04:00
io Move BorrowedBuf and BorrowedCursor from std:io to core::io 2023-11-09 07:10:11 +09:00
iter optimize zipping over array iterators 2023-10-06 18:33:25 +02:00
net Add tests for SocketAddrV6 ordering with scope_id and flowinfo 2023-10-15 12:25:58 +00:00
num use visibility to check unused imports and delete some stmts 2023-10-22 21:27:46 +08:00
ops
panic
alloc.rs
any.rs
array.rs MIRI -> Miri 2023-10-02 08:35:08 +02:00
ascii.rs
asserting.rs
atomic.rs
bool.rs
cell.rs
char.rs
clone.rs
cmp.rs
const_ptr.rs
convert.rs
error.rs
future.rs
intrinsics.rs
lazy.rs
lib.rs Stabilize RFC3324 dyn upcasting coercion 2023-11-22 13:56:36 +01:00
macros.rs
manually_drop.rs
mem.rs Stabilize const_maybe_uninit_zeroed 2023-11-04 15:27:25 -04:00
nonzero.rs
ops.rs
option.rs Remove option_payload_ptr; redundant to offset_of 2023-11-16 22:56:25 +00:00
panic.rs
pattern.rs
pin_macro.rs
pin.rs
ptr.rs
result.rs
simd.rs Fix library tests 2023-11-26 08:50:39 -05:00
slice.rs Auto merge of #112818 - Benjamin-L:add-slice_split_once, r=cuviper 2023-10-11 08:19:13 +00:00
str_lossy.rs
str.rs
task.rs
time.rs Add Duration::abs_diff 2023-11-05 19:45:17 +01:00
tuple.rs
unicode.rs
waker.rs