summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/check_consts/ops.rs
AgeCommit message (Expand)AuthorLines
2024-10-08fix/update teach_note from 'escaping mutable ref/ptr' const-checkRalf Jung-3/+3
2024-09-26Stabilize `const_refs_to_static`Ding Xiang Fei-28/+0
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+5
2024-09-15also stabilize const_refs_to_cellRalf Jung-17/+2
2024-09-15stabilize const_mut_refsRalf Jung-94/+3
2024-09-03Add `warn(unreachable_pub)` to `rustc_const_eval`.Nicholas Nethercote-20/+20
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