rust/compiler/rustc_const_eval/src
Guillaume Gomez 4128809726
Rollup merge of #118565 - RalfJung:numeric_intrinsic, r=davidtwco
interpret: make numeric_intrinsic accessible from Miri

This will let us share the code of the cttz and simd_cttz intrinsics (and same for ctlz).
2023-12-04 20:46:09 +01:00
..
const_eval Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
interpret Rollup merge of #118565 - RalfJung:numeric_intrinsic, r=davidtwco 2023-12-04 20:46:09 +01:00
transform Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
util Turn const_caller_location from a query to a hook 2023-10-31 16:15:18 +00:00
errors.rs Use Session::diagnostic in more places. 2023-12-02 09:01:35 +11:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00