rust/library/core/src
Yuki Okushi 504c378159
Rollup merge of #86452 - the8472:fix-zip-drop-safety, r=m-ou-se
fix panic-safety in specialized Zip::next_back

This was unsound since a panic in a.next_back() would result in the
length not being updated which would then lead to the same element
being revisited in the side-effect preserving code.

fixes #86443
2021-06-21 09:42:17 +09:00
..
alloc
array Add doc(hidden) to all __iterator_get_unchecked 2021-06-16 22:08:44 -07:00
char Auto merge of #85630 - gilescope:to_digit_speedup3, r=nagisa 2021-06-10 23:14:11 +00:00
convert
fmt fix pad_integral example 2021-05-23 14:48:16 +03:00
future remove cfg(bootstrap) 2021-05-24 11:07:48 -04:00
hash
iter fix panic-safety in specialized Zip::next_back 2021-06-19 02:20:51 +02:00
macros fix matches! and assert_matches! on edition 2021 2021-05-25 16:44:20 +02:00
mem Rollup merge of #86220 - est31:maybe-uninit-extra, r=RalfJung 2021-06-15 17:40:10 +09:00
num Stop relying on #[feature(try_trait)] in doctests. 2021-06-12 10:58:37 +02:00
ops Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se 2021-06-15 17:40:08 +09:00
prelude Stabilize {std, core}::prelude::rust_*. 2021-06-14 14:44:50 +00:00
ptr Typo correction: s/is/its 2021-06-16 19:20:15 +03:00
slice Add doc(hidden) to all __iterator_get_unchecked 2021-06-16 22:08:44 -07:00
str Add doc(hidden) to all __iterator_get_unchecked 2021-06-16 22:08:44 -07:00
stream
sync
task #[cfg(bootstrap)] out the v1 try_trait stuff 2021-05-19 13:32:15 -07:00
unicode
any.rs
ascii.rs
bool.rs
borrow.rs
cell.rs Rollup merge of #86453 - akiselev:patch-1, r=dtolnay 2021-06-19 10:14:15 +09:00
clone.rs Updates Clone docs for Copy comparison. 2021-06-10 11:28:26 -04:00
cmp.rs Rollup merge of #85637 - RalfJung:partial-ord, r=m-ou-se 2021-06-21 09:42:13 +09:00
default.rs
ffi.rs
hint.rs
internal_macros.rs
intrinsics.rs Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics). 2021-06-04 16:44:28 -04:00
lazy.rs
lib.rs Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu 2021-06-11 05:02:41 +00:00
marker.rs
option.rs fix typo in option doc 2021-06-10 22:30:00 -05:00
panic.rs
panicking.rs
pin.rs
primitive.rs
raw.rs
result.rs #[cfg(bootstrap)] out the v1 try_trait stuff 2021-05-19 13:32:15 -07:00
time.rs Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett 2021-06-15 17:40:03 +09:00
tuple.rs
unit.rs