rust/compiler/rustc_const_eval/src
Matthias Krüger 564e5ccb5c
Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnr
Make #![feature(let_chains)] bootstrap conditional in compiler/

Let chains have been stabilized recently in #132833, so we can remove the gating from our uses in the compiler (as the compiler uses edition 2024).
2025-04-25 07:50:25 +02:00
..
check_consts Remove some unnecessary lifetimes. 2025-04-17 13:07:40 +10:00
const_eval Make LevelAndSource a struct 2025-04-03 09:17:55 +00:00
interpret Rollup merge of #140172 - bjoernager:const-float-algebraic, r=RalfJung 2025-04-24 17:19:46 +02:00
util rename BackendRepr::Vector → SimdVector 2025-02-28 17:17:45 +01:00
errors.rs Move eager translation to a method on Diag 2025-04-16 21:38:59 -04:00
lib.rs Make #![feature(let_chains)] bootstrap conditional in compiler/ 2025-04-23 16:40:30 +02:00