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-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-5
/
+3
2024-11-13
check_consts: fix error requesting feature gate when that gate is not actuall...
Ralf Jung
-2
/
+13
2024-11-09
give a hint which feature is missing
Ralf Jung
-15
/
+11
2024-11-09
require const_impl_trait gate for all conditional and trait const calls
Ralf Jung
-10
/
+29
2024-11-04
add new rustc_const_stable_intrinsic attribute for const-stable intrinsics
Ralf Jung
-2
/
+2
2024-11-03
Rename the FIXMEs, remove a few that dont matter anymore
Michael Goulet
-1
/
+1
2024-11-01
Completely deny calling functions with const conditions in MIR const check un...
Michael Goulet
-6
/
+5
2024-10-31
stop using `ParamEnv::reveal` while handling MIR
lcnr
-1
/
+1
2024-10-31
`ConstCx` stop using `ParamEnv::reveal`
lcnr
-2
/
+2
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+2
2024-10-25
tcx.is_const_fn doesn't work the way it is described, remove it
Ralf Jung
-2
/
+2
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-19
/
+79
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