rust/library/core/tests
Dylan DPC 461297e3fd
Rollup merge of #81938 - lukaslueg:stab_peek_mut, r=Amanieu
Stabilize `peekable_peek_mut`

Resolves #78302. Also adds some documentation on `std::iter::Iterator::peekable()` regarding the new method.

The feature was added in #77491 in Nov' 20, which is recently, but the feature seems reasonably small. Never did a stabilization-pr, excuse my ignorance if there is a protocol I'm not aware of.
2021-04-08 20:29:57 +02:00
..
fmt
hash
iter Remove Option::{unwrap_none, expect_none}. 2021-03-14 12:54:34 +01:00
num Preserve signed zero on roundtrip 2021-03-22 17:02:09 -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 #81938 - lukaslueg:stab_peek_mut, r=Amanieu 2021-04-08 20:29:57 +02: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 Bump cfgs 2021-04-04 14:57:05 -04:00
result.rs Add test for Result::into_err 2021-03-23 21:41:50 +01: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