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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_const_eval
/
src
/
check_consts
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-2
/
+3
2025-07-17
parse `const trait Trait`
Deadbeef
-1
/
+1
2025-07-03
Port `#[target_feature]` to the new attribute parsing infrastructure
Jonathan Brouwer
-1
/
+1
2025-05-09
don't depend on rustc_attr_parsing if rustc_data_structures will do
mejrs
-3
/
+2
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-1
/
+1
2025-02-27
require trait impls to have matching const stabilities as the traits
Deadbeef
-0
/
+5
2025-02-24
Introduce new-style attribute parsers for several attributes
Jana Dönszelmann
-2
/
+4
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-1
/
+1
2025-01-28
Implement MIR const trait stability checks
Deadbeef
-17
/
+3
2024-12-16
rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures
Jonathan Dönszelmann
-1
/
+1
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-5
/
+3
2024-11-12
allow rustc_private feature in force-unstable-if-unmarked crates
Ralf Jung
-1
/
+1
2024-11-10
ensure that all publicly reachable const fn have const stability info
Ralf Jung
-6
/
+7
2024-11-10
honor rustc_const_stable_indirect in non-staged_api crate with -Zforce-unstab...
Ralf Jung
-3
/
+4
2024-10-31
`ConstCx` stop using `ParamEnv::reveal`
lcnr
-7
/
+0
2024-10-25
tcx.is_const_fn doesn't work the way it is described, remove it
Ralf Jung
-1
/
+1
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-35
/
+25
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+2
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-05-24
compiler: unnest rustc_const_eval::check_consts
Jubilee Young
-0
/
+141