rust/library/core/tests
2021-10-17 00:32:01 +09:00
..
fmt Use a test value that doesn't depend on the handling of even/odd rounding 2021-10-03 20:15:12 -07:00
hash move object safety test to library/core 2021-08-15 13:00:25 -04:00
iter implement advance_(back_)_by on more iterators 2021-09-30 21:23:28 +02:00
num Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtriplett 2021-10-12 03:18:54 +00:00
ops
alloc.rs
any.rs
array.rs Also cfg flag auxiliar function 2021-10-08 06:40:24 -03:00
ascii.rs
atomic.rs
bool.rs
cell.rs Add a few tests for UnsafeCell 2021-08-31 16:32:01 -07:00
char.rs
clone.rs
cmp.rs
const_ptr.rs
intrinsics.rs
lazy.rs
lib.rs Add #![cfg_attr(bootstrap, feature(const_panic))] to library/core/tests/lib.rs 2021-10-17 00:32:01 +09:00
macros.rs
manually_drop.rs
mem.rs
nonzero.rs
ops.rs
option.rs Make Option::as_mut const 2021-10-17 00:02:42 +09:00
pattern.rs
pin.rs
ptr.rs
result.rs
slice.rs add slice::swap tests 2021-10-11 16:16:20 -04:00
str_lossy.rs
str.rs
task.rs
time.rs Make Duration's Debug format pad to width 2021-09-16 03:09:31 +02:00
tuple.rs
unicode.rs