rust/library
bors 67395551d0 Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu
get rid of a whole bunch of unnecessary rustc_const_unstable attributes

In general, when a `const fn` is still unstable, it doesn't need a `#[rustc_const_unstable]` attribute. The only exception is functions that internally use things that can't be used in stable const fn yet.

So this gets rid of a whole bunch of `#[rustc_const_unstable]` in libcore.
2024-11-03 02:32:48 +00:00
..
alloc Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser 2024-10-31 23:31:48 +00:00
backtrace@230570f2da
core Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu 2024-11-03 02:32:48 +00:00
panic_abort
panic_unwind
portable-simd
proc_macro Add a new trait proc_macro::ToTokens 2024-10-27 03:17:05 +01:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #132495 - Houtamelo:remove_unintended_link, r=jieyouxu 2024-11-02 12:14:15 +01:00
stdarch@ff9a444503 bump stdarch 2024-10-28 09:42:42 +01:00
sysroot
test
unwind
windows_targets
Cargo.lock Update compiler-builtins to 0.1.136 2024-10-26 18:43:08 -05:00
Cargo.toml