rust/library
bors a2f8f62818 Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum
Trying to shrink_to greater than capacity should be no-op

Per the discussion in https://github.com/rust-lang/rust/issues/56431, `shrink_to` shouldn't panic if you try to make a vector shrink to a capacity greater than its current capacity.
2021-01-27 18:36:32 +00:00
..
alloc Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum 2021-01-27 18:36:32 +00:00
backtrace@af078ecc0b
core Rollup merge of #81412 - hyd-dev:array-assume-init-wrong-assertion, r=m-ou-se 2021-01-27 04:43:37 +09:00
panic_abort
panic_unwind
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum 2021-01-27 18:36:32 +00:00
stdarch@9c732a56f6
term
test libtest: Store pending timeouts in a deque 2021-01-25 12:21:33 -08:00
unwind