rust/library/core/src
2021-04-12 05:44:25 +00:00
..
alloc Fix const stability since versions. 2021-03-15 14:39:18 +00:00
array Remove FixedSizeArray 2021-04-11 00:00:00 +00:00
char Update char::escape_debug_ext to handle different escapes in strings vs. chars 2021-03-26 11:23:51 +03:00
convert
fmt Rollup merge of #82917 - cuviper:iter-zip, r=m-ou-se 2021-03-27 20:37:07 +01:00
future Rename #[doc(spotlight)] to #[doc(notable_trait)] 2021-03-15 13:59:54 -07:00
hash Bump cfgs 2021-04-04 14:57:05 -04:00
iter Update library/core/src/iter/traits/iterator.rs 2021-04-07 18:02:46 +02:00
macros Bump cfgs 2021-04-04 14:57:05 -04:00
mem fix Miri errors in libcore doctests 2021-04-10 11:58:48 +02:00
num Add escape_default method to u8 and [u8] 2021-03-28 17:38:25 -04:00
ops Bump cfgs 2021-04-04 14:57:05 -04:00
prelude Bump cfgs 2021-04-04 14:57:05 -04:00
ptr fix Miri errors in libcore doctests 2021-04-10 11:58:48 +02:00
slice Bump cfgs 2021-04-04 14:57:05 -04:00
str Update char::escape_debug_ext to handle different escapes in strings vs. chars 2021-03-26 11:23:51 +03:00
stream
sync Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr. 2021-04-11 11:45:46 +02:00
task
unicode
any.rs Fix use of bare trait objects everywhere 2021-03-18 02:18:58 +03:00
ascii.rs
bool.rs
borrow.rs
cell.rs Use #[inline(always)] on trivial UnsafeCell methods 2021-04-04 11:55:13 -07:00
clone.rs
cmp.rs Add note about reverting a workaround in the future 2021-04-10 18:47:48 +02:00
default.rs
ffi.rs
hint.rs
internal_macros.rs
intrinsics.rs Auto merge of #82122 - bstrie:dep4real, r=dtolnay 2021-03-17 19:39:03 +00:00
lazy.rs
lib.rs Stabilize feature duration_saturating_ops 2021-04-11 11:34:42 +01:00
marker.rs Always mention Box::pin when dealing with !Unpin 2021-04-06 19:55:45 -07:00
option.rs Remove Option::{unwrap_none, expect_none}. 2021-03-14 12:54:34 +01:00
panic.rs
panicking.rs Fix panic message of assert_failed_inner 2021-03-13 18:50:43 +08:00
pin.rs
primitive.rs
raw.rs
result.rs Add Result::into_err where the Ok variant can never happen 2021-03-23 21:24:26 +01:00
time.rs Stabilize feature duration_saturating_ops 2021-04-11 11:34:42 +01:00
tuple.rs
unit.rs