rust/library
Dylan DPC 24066910ca
Rollup merge of #107223 - ChayimFriedman2:patch-5, r=WaffleLapkin
`sub_ptr()` is equivalent to `usize::try_from().unwrap_unchecked()`, not `usize::from().unwrap_unchecked()`

`usize::from()` gives a `usize`, not `Result<usize>`, and `usize: From<isize>` is not implemented.
2023-01-25 17:01:43 +05:30
..
alloc Rollup merge of #107109 - est31:thin_box_link, r=Mark-Simulacrum 2023-01-23 19:30:00 +09:00
backtrace@07872f28cd
core Rollup merge of #107223 - ChayimFriedman2:patch-5, r=WaffleLapkin 2023-01-25 17:01:43 +05:30
panic_abort
panic_unwind
portable-simd Remove unnecessary &format! 2023-01-21 22:06:42 -05:00
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc 2023-01-23 01:05:56 +00:00
stdarch@790411f93c
test Rollup merge of #106767 - chbaker0:disable-unstable-features, r=Mark-Simulacrum 2023-01-25 17:01:41 +05:30
unwind