.. |
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
|
FloatToInit: Replacing round_unchecked_to --> to_int_unchecked
|
2021-03-02 12:38:22 -08:00 |
fmt
|
Remove T: Debug bound on UnsafeCell Debug impl
|
2021-03-31 12:11:36 -04: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
|
Auto merge of #84086 - m-ou-se:stabilze-is-subnormal, r=dtolnay
|
2021-04-13 05:59:10 +00:00 |
ops
|
Fix small typo in Drop documentation
|
2021-04-14 16:05:56 -04:00 |
prelude
|
Bump cfgs
|
2021-04-04 14:57:05 -04:00 |
ptr
|
Auto merge of #83948 - ABouttefeux:lint-nullprt-deref, r=RalfJung
|
2021-04-14 18:04:22 +00: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
|
Remove Stream::next
|
2021-01-23 16:54:56 +01:00 |
sync
|
Stabilize atomic_fetch_update methods on AtomicBool and AtomicPtr.
|
2021-04-11 11:45:46 +02:00 |
task
|
stabilize the poll_map feature
|
2021-01-13 14:51:27 +10:00 |
unicode
|
Add a check for ASCII characters in to_upper and to_lower
|
2021-02-26 11:39:36 -06:00 |
any.rs
|
Fix use of bare trait objects everywhere
|
2021-03-18 02:18:58 +03:00 |
ascii.rs
|
|
|
bool.rs
|
Stabilise then
|
2020-11-22 13:45:14 +00:00 |
borrow.rs
|
Fix borrow and deref
|
2021-03-03 11:23:29 +01:00 |
cell.rs
|
Use #[inline(always)] on trivial UnsafeCell methods
|
2021-04-04 11:55:13 -07:00 |
clone.rs
|
Fix core tests
|
2021-03-03 11:22:49 +01:00 |
cmp.rs
|
Add note about reverting a workaround in the future
|
2021-04-10 18:47:48 +02:00 |
default.rs
|
Add diagnostic item to Default trait
|
2021-03-04 10:14:48 -08:00 |
ffi.rs
|
Convert primitives to use intra-doc links
|
2021-02-25 20:31:53 -05:00 |
hint.rs
|
Fixed documentation error
|
2021-01-03 19:54:54 +02:00 |
internal_macros.rs
|
|
|
intrinsics.rs
|
stabilize const_cttz
|
2021-04-11 19:13:27 +02:00 |
lazy.rs
|
|
|
lib.rs
|
Auto merge of #84082 - andjo403:stabilize_nonzero_leading_trailing_zeros, r=m-ou-se
|
2021-04-13 03:18:10 +00:00 |
marker.rs
|
Always mention Box::pin when dealing with !Unpin
|
2021-04-06 19:55:45 -07:00 |
option.rs
|
Stabilize option_insert.
|
2021-04-11 12:22:08 +02:00 |
panic.rs
|
Implement new panic!() behaviour for Rust 2021.
|
2021-01-25 13:48:11 +01:00 |
panicking.rs
|
Fix panic message of assert_failed_inner
|
2021-03-13 18:50:43 +08:00 |
pin.rs
|
Fix overlength lines in core::pin .
|
2021-01-05 20:14:02 +01:00 |
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
|
Mark Duration::is_zero as rustc_const_stable.
|
2021-04-12 16:32:57 +02:00 |
tuple.rs
|
|
|
unit.rs
|
|
|