index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_const_eval
/
src
/
check_consts
/
ops.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-08
fix/update teach_note from 'escaping mutable ref/ptr' const-check
Ralf Jung
-3
/
+3
2024-09-26
Stabilize `const_refs_to_static`
Ding Xiang Fei
-28
/
+0
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-5
/
+5
2024-09-15
also stabilize const_refs_to_cell
Ralf Jung
-17
/
+2
2024-09-15
stabilize const_mut_refs
Ralf Jung
-94
/
+3
2024-09-03
Add `warn(unreachable_pub)` to `rustc_const_eval`.
Nicholas Nethercote
-20
/
+20
2024-08-22
stabilize const_fn_floating_point_arithmetic
Ralf Jung
-38
/
+6
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-7
/
+7
2024-08-10
rustc_const_eval: make LazyLock suggestion translatable
Pavel Grigorenko
-1
/
+1
2024-08-10
rustc_const_eval: make message about "const stable" translatable
Pavel Grigorenko
-2
/
+2
2024-08-10
rustc_const_eval: remove redundant `#[allow(rustc::untranslatable_diagnostic)]`
Pavel Grigorenko
-2
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-06-18
Remove redundant argument from `subdiagnostic` method
Oli Scherer
-1
/
+1
2024-06-14
Use is_lang_item more aggressively
Michael Goulet
-1
/
+1
2024-05-29
Use parenthetical notation for `Fn` traits
Esteban Küber
-1
/
+1
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+1
2024-05-24
compiler: unnest rustc_const_eval::check_consts
Jubilee Young
-0
/
+653