summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/check_consts/ops.rs
AgeCommit message (Expand)AuthorLines
2024-08-22stabilize const_fn_floating_point_arithmeticRalf Jung-38/+6
2024-08-21Use bool in favor of Option<()> for diagnosticsMichael Goulet-7/+7
2024-08-10rustc_const_eval: make LazyLock suggestion translatablePavel Grigorenko-1/+1
2024-08-10rustc_const_eval: make message about "const stable" translatablePavel Grigorenko-2/+2
2024-08-10rustc_const_eval: remove redundant `#[allow(rustc::untranslatable_diagnostic)]`Pavel Grigorenko-2/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-1/+1
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-1/+1
2024-05-29Use parenthetical notation for `Fn` traitsEsteban Küber-1/+1
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+1
2024-05-24compiler: unnest rustc_const_eval::check_constsJubilee Young-0/+653