rust/library
Dylan DPC 7107c89970
Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obk
Make unchecked_{add,sub,mul} inherent methods unstably const

The intrinsics are marked as being stably const (even though they're not stable by nature of being intrinsics), but the currently-unstable inherent versions are not marked as const. This fixes this inconsistency. Split out of #85017,

r? `@oli-obk`
2021-05-10 16:15:02 +02:00
..
alloc Rollup merge of #84328 - Folyd:stablize_map_into_keys_values, r=m-ou-se 2021-05-06 13:30:54 +02:00
backtrace@221483ebaf
core Rollup merge of #85096 - clarfonthey:const_unchecked, r=oli-obk 2021-05-10 16:15:02 +02:00
panic_abort
panic_unwind Change 'NULL' to 'null' 2021-05-02 17:46:00 -06:00
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #85030 - jethrogb:jb/sgx-rearrange-files, r=nagisa 2021-05-07 16:19:24 +02:00
stdarch@6c4f4e1990 Bump stdarch submodule 2021-05-08 19:40:27 +01:00
term
test
unwind