rust/library/core/tests
2021-03-22 17:02:06 -07:00
..
fmt
hash
iter Add relevant test 2021-03-05 19:09:23 +01:00
num Add IEEE754 tests 2021-03-22 17:02:06 -07:00
ops Expand the docs for ops::ControlFlow a bit 2021-02-06 22:36:05 -08:00
alloc.rs
any.rs
array.rs
ascii.rs
atomic.rs enable atomic_min/max tests in Miri 2021-03-02 19:58:55 +01:00
bool.rs
cell.rs
char.rs
clone.rs Fix borrow and deref 2021-03-03 11:23:29 +01:00
cmp.rs
const_ptr.rs Constify ptr::write and the write[_unaligned] methods on *mut T 2021-02-23 18:00:01 +01:00
intrinsics.rs
lazy.rs
lib.rs Rollup merge of #79208 - LeSeulArtichaut:stable-unsafe_op_in_unsafe_fn, r=nikomatsakis 2021-03-10 08:01:25 +09:00
macros.rs
manually_drop.rs
mem.rs Update the bootstrap compiler 2021-02-20 17:19:30 -05:00
nonzero.rs
ops.rs Expand the docs for ops::ControlFlow a bit 2021-02-06 22:36:05 -08:00
option.rs
pattern.rs
pin.rs
ptr.rs Add a ThinBox library as a libcore test for pointer metadata APIs 2021-02-15 14:27:51 +01:00
result.rs Rename Result::ok_or_err to Result::into_ok_or_err 2021-02-17 08:54:52 -08:00
slice.rs Fix binary_search_by() overflow issue in ZST case 2021-02-27 22:11:44 +08:00
str_lossy.rs
str.rs
task.rs
time.rs
tuple.rs
unicode.rs