rust/library/core/tests
2023-03-18 09:17:37 +01:00
..
fmt Update format_args!() test to account for inlining. 2023-03-16 11:21:50 +01:00
hash
iter Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, implement const Iterator and DoubleEndedIterator for Range. 2023-03-18 09:17:37 +01:00
net Move IpAddr and SocketAddr to core 2023-02-26 13:50:08 +01:00
num
ops
panic
alloc.rs
any.rs
array.rs Stop using into_iter in array::map 2023-02-04 16:41:35 -08:00
ascii.rs
asserting.rs
atomic.rs
bool.rs
cell.rs
char.rs
clone.rs
cmp.rs
const_ptr.rs
convert.rs
future.rs
intrinsics.rs
lazy.rs
lib.rs Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, implement const Iterator and DoubleEndedIterator for Range. 2023-03-18 09:17:37 +01:00
macros.rs
manually_drop.rs
mem.rs
nonzero.rs
ops.rs
option.rs
panic.rs
pattern.rs
pin_macro.rs
pin.rs
ptr.rs avoid mixing accesses of ptrs derived from a mutable ref and parent ptrs 2023-02-12 15:16:27 +01:00
result.rs
simd.rs
slice.rs
str_lossy.rs
str.rs
task.rs
time.rs
tuple.rs
unicode.rs
waker.rs