about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/check_consts/resolver.rs
AgeCommit message (Expand)AuthorLines
2025-07-28use let chains in ast, borrowck, codegen, const_evalKivooeo-8/+8
2025-04-17Remove some unnecessary lifetimes.Nicholas Nethercote-12/+12
2025-01-31Implement MIR, CTFE, and codegen for unsafe bindersMichael Goulet-1/+2
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-0/+1
2024-12-22Delete `Rvalue::Len`Scott McMurray-1/+0
2024-12-18make const qualif use mixed bitsets instead of dense bitsetsRémy Rakic-5/+7
2024-12-10Rename some `Analysis` and `ResultsVisitor` methods.Nicholas Nethercote-2/+2
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-4/+1
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1/+4
2024-10-14Merge `AnalysisDomain` into `Analysis`.Nicholas Nethercote-7/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-1/+1
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-5/+4
2024-05-24compiler: unnest rustc_const_eval::check_constsJubilee Young-0/+365