about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/check_consts/mod.rs
AgeCommit message (Expand)AuthorLines
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+3
2025-07-17parse `const trait Trait`Deadbeef-1/+1
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-1/+1
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-3/+2
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-1/+1
2025-02-27require trait impls to have matching const stabilities as the traitsDeadbeef-0/+5
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-2/+4
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-1/+1
2025-01-28Implement MIR const trait stability checksDeadbeef-17/+3
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-5/+3
2024-11-12allow rustc_private feature in force-unstable-if-unmarked cratesRalf Jung-1/+1
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-6/+7
2024-11-10honor 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-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-1/+1
2024-10-25Re-do recursive const stability checksRalf Jung-35/+25
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-4/+2
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-2/+2
2024-05-24compiler: unnest rustc_const_eval::check_constsJubilee Young-0/+141