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
/
interpret
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-25
Directly intern values instead of copying them.
Camille GILLOT
-1
/
+3
2023-10-15
avoid re-checking the offset while iterating an array/slice
Ralf Jung
-1
/
+1
2023-09-04
interpret: make MemPlace, Place, Operand types private to the interpreter
Ralf Jung
-3
/
+8
2023-07-25
interpret: make read functions generic over operand type
Ralf Jung
-1
/
+1
2023-07-25
interpret: make write functions generic over the place type
Ralf Jung
-1
/
+1
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-1
/
+2
2023-07-11
miri: protect Move() function arguments during the call
Ralf Jung
-0
/
+1
2023-04-06
Add `UnwindAction::Unreachable`
Gary Guo
-3
/
+1
2023-02-06
interpret: move discriminant reading and writing to separate file
Ralf Jung
-0
/
+1
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-0
/
+1
2022-06-27
make AllocKind actually public
Ralf Jung
-1
/
+1
2022-06-26
interpret: refactor allocation info query
Ralf Jung
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-04-21
deduplicate a lot of code
b-naber
-2
/
+2
2022-04-21
implement valtree -> constvalue conversion
b-naber
-1
/
+1
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+33