rust/library
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 Auto merge of #86433 - paolobarbolini:string-overlapping, r=m-ou-se 2021-06-19 23:10:55 +00:00
backtrace@221483ebaf
core Rollup merge of #86452 - the8472:fix-zip-drop-safety, r=m-ou-se 2021-06-21 09:42:17 +09:00
panic_abort rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
panic_unwind rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
proc_macro Rollup merge of #86136 - m-ou-se:proc-macro-open-close-span, r=m-ou-se 2021-06-19 10:14:07 +09:00
profiler_builtins Update cc 2021-05-24 23:34:12 +01:00
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #84967 - CDirkx:os_str_ext, r=m-ou-se 2021-06-20 16:42:13 +00:00
stdarch@3001c75a1d Update stdarch submodule to stabilize simd_x86_bittest feature 2021-06-13 02:29:17 +09:00
term rustdoc: link to stable/beta docs consistently in documentation 2021-06-04 14:18:21 -04:00
test Use as_secs_f64 in JunitFormatter 2021-06-17 03:23:17 +08:00
unwind Support Android ndk versions r23-beta3 and up 2021-06-01 21:37:50 +02:00