about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/check_consts/mod.rs
AgeCommit message (Expand)AuthorLines
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