about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/interpret/mod.rs
AgeCommit message (Expand)AuthorLines
2023-10-25Directly intern values instead of copying them.Camille GILLOT-1/+3
2023-10-15avoid re-checking the offset while iterating an array/sliceRalf Jung-1/+1
2023-09-04interpret: make MemPlace, Place, Operand types private to the interpreterRalf Jung-3/+8
2023-07-25interpret: make read functions generic over operand typeRalf Jung-1/+1
2023-07-25interpret: make write functions generic over the place typeRalf Jung-1/+1
2023-07-25interpret: refactor projection code to work on a common trait, and use that f...Ralf Jung-1/+2
2023-07-11miri: protect Move() function arguments during the callRalf Jung-0/+1
2023-04-06Add `UnwindAction::Unreachable`Gary Guo-3/+1
2023-02-06interpret: move discriminant reading and writing to separate fileRalf Jung-0/+1
2022-07-11interpret: refactor projection handling codeRalf Jung-0/+1
2022-06-27make AllocKind actually publicRalf Jung-1/+1
2022-06-26interpret: refactor allocation info queryRalf Jung-1/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-04-21deduplicate a lot of codeb-naber-2/+2
2022-04-21implement valtree -> constvalue conversionb-naber-1/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+33