rust/library
bors ed33e408c5 Auto merge of #115753 - tgross35:threadinfo-refactor, r=thomcc
Refactor `thread_info` to remove the `RefCell`

`thread_info` currently uses `RefCell`-based initialization. Refactor this to use `OnceCell` instead which is more performant and better suits the needs of one-time initialization.

This is nobody's bottleneck but OnceCell checks are a single `cmp` vs. `RefCell<Option>` needing runtime logic
2023-09-20 09:55:53 +00:00
..
alloc Rollup merge of #115477 - kellerkindt:stabilized_int_impl, r=dtolnay 2023-09-17 11:23:24 +00:00
backtrace@99faef833f
core Auto merge of #114443 - tgross35:cstr-len, r=dtolnay 2023-09-20 00:02:45 +00:00
panic_abort Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3 2023-09-19 07:38:20 +00:00
panic_unwind
portable-simd
proc_macro
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Auto merge of #115753 - tgross35:threadinfo-refactor, r=thomcc 2023-09-20 09:55:53 +00:00
stdarch@6100854c4b Bump stdarch submodule 2023-09-05 19:56:20 +02:00
sysroot
test
unwind