rust/library
Yuki Okushi d64356f06c
Rollup merge of #80774 - LingMan:patch-1, r=nagisa
Fix safety comment

The size assertion in the comment was inverted compared to the code. After fixing that the implication that `(new_size >= old_size) => new_size != 0` still doesn't hold so explain why `old_size != 0` at this point.
2021-01-10 16:55:57 +09:00
..
alloc Auto merge of #79863 - JohnTitor:compiler-builtins, r=bjorn3 2021-01-07 11:22:42 +00:00
backtrace@af078ecc0b
core Rollup merge of #79502 - Julian-Wollersberger:from_char_for_u64, r=withoutboats 2021-01-10 16:55:53 +09:00
panic_abort
panic_unwind
proc_macro Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -05:00
profiler_builtins
rtstartup Bump bootstrap compiler to 1.50 beta 2020-12-30 09:27:19 -05:00
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #80774 - LingMan:patch-1, r=nagisa 2021-01-10 16:55:57 +09:00
stdarch@9c732a56f6
term
test Update compiler_builtins to 0.1.39 2021-01-07 16:16:36 +09:00
unwind