rust/library
Ralf Jung 19e287060d remove const-support for align_offset
Operations like is_aligned would return actively wrong results at compile-time,
i.e. calling it on the same pointer at compiletime and runtime could yield
different results. That's no good.

Instead of having hacks to make align_offset kind-of work in const-eval, just
use const_eval_select in the few places where it makes sense, which also ensures
those places are all aware they need to make sure the fallback behavior is
consistent.
2024-11-03 17:00:44 +01:00
..
alloc Auto merge of #132206 - tgross35:update-builtins, r=wesleywiser 2024-10-31 23:31:48 +00:00
backtrace@230570f2da
core remove const-support for align_offset 2024-11-03 17:00:44 +01: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