rust/library/core/tests
Lamb 10ddabc194
const fn for option copied, take & replace + tests
fix: move test that require mut to another

Adding TODOs for Option::take and Option::copied

TODO to FIXME + moving const stability under normal

Moving const stability attr under normal stab attr

move more rustc stability attributes
2021-08-29 13:19:17 +02:00
..
fmt
hash move object safety test to library/core 2021-08-15 13:00:25 -04:00
iter Consistent spelling of "adapter" in the standard library 2021-07-30 17:23:07 +02:00
num Add test for int to float 2021-08-07 19:03:34 +02:00
ops
alloc.rs
any.rs
array.rs
ascii.rs
atomic.rs
bool.rs
cell.rs
char.rs Further simplification of to_digit 2021-06-10 20:16:35 +01:00
clone.rs
cmp.rs
const_ptr.rs Revert "Revert tests added by PR 81167." 2021-06-27 12:05:17 +02:00
intrinsics.rs
lazy.rs
lib.rs Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcm 2021-08-11 04:18:34 +09:00
macros.rs Allow leading pipe in matches!() patterns. 2021-07-15 22:05:45 +03:00
manually_drop.rs Test ManuallyDrop::clone_from. 2021-07-05 11:55:45 +00:00
mem.rs Remove the deprecated core::raw and std::raw module. 2021-07-03 14:03:27 +08:00
nonzero.rs
ops.rs
option.rs const fn for option copied, take & replace + tests 2021-08-29 13:19:17 +02:00
pattern.rs
pin.rs
ptr.rs
result.rs Update to new bootstrap compiler 2021-06-28 11:30:49 -04:00
slice.rs add windows count test 2021-08-09 11:08:39 +02:00
str_lossy.rs
str.rs
task.rs
time.rs
tuple.rs
unicode.rs