rust/library/core/tests
2023-04-21 02:14:02 -07:00
..
fmt Update format_args!() test to account for inlining. 2023-03-16 11:21:50 +01:00
hash fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
iter Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, implement const Iterator and DoubleEndedIterator for Range." 2023-04-08 08:18:29 +00:00
net Move IpAddr and SocketAddr to core 2023-02-26 13:50:08 +01:00
num Auto merge of #110393 - fee1-dead-contrib:rm-const-traits, r=oli-obk 2023-04-19 13:03:40 +00:00
ops
panic
alloc.rs
any.rs Update bootstrap cfg 2022-12-28 09:18:43 -05:00
array.rs replace advance_by returning usize with Result<(), NonZeroUsize> 2023-03-27 16:03:14 +02:00
ascii.rs
asserting.rs
atomic.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
bool.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
cell.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
char.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
clone.rs
cmp.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
const_ptr.rs
convert.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
future.rs
intrinsics.rs
lazy.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
lib.rs offset_of 2023-04-21 02:14:02 -07:00
macros.rs
manually_drop.rs
mem.rs offset_of 2023-04-21 02:14:02 -07:00
nonzero.rs Implement Neg for signed non-zero integers. 2023-04-20 14:27:29 +09:00
ops.rs
option.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
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 replace advance_by returning usize with Result<(), NonZeroUsize> 2023-03-27 16:03:14 +02:00
str_lossy.rs
str.rs Update paths in comments. 2022-12-30 14:00:42 +01:00
task.rs Remove test of static Context 2023-01-02 10:33:23 -08:00
time.rs fix library and rustdoc tests 2023-04-16 11:38:52 +00:00
tuple.rs
unicode.rs
waker.rs