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
2025-07-16
const heap: fix ICE on forgotten make_global
Ralf Jung
-1
/
+1
2025-07-08
Replace TRACING_ENABLED with enter_trace_span()
Stypox
-0
/
+1
2025-07-06
interpret: rename StackPopCleanup
Ralf Jung
-1
/
+1
2025-06-30
Remove the nullary intrinsic const eval logic and treat them like other intri...
Oli Scherer
-1
/
+0
2024-11-09
make return type of get_alloc_info a struct, and reduce some code duplication...
Ralf Jung
-1
/
+1
2024-09-23
fix unqualified_local_imports in rustc_const_eval
Ralf Jung
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-09-08
interpret: reset padding during validation
Ralf Jung
-1
/
+1
2024-09-08
interpret: remove Readable trait, we can use Projectable instead
Ralf Jung
-1
/
+1
2024-08-06
interpret: refactor function call handling to be better-abstracted
Ralf Jung
-3
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-9
/
+5
2024-07-07
make `StackPop` field names less confusing
Maybe Waffle
-1
/
+1
2024-05-02
interpret: hide some reexports in rustdoc
Ralf Jung
-0
/
+1
2024-04-17
Validate before reporting interning errors.
Oli Scherer
-0
/
+1
2024-03-14
Move only usage of `take_static_root_alloc` to its definition and inline it
Oli Scherer
-1
/
+1
2024-03-12
Ensure nested allocations in statics do not get deduplicated
Oli Scherer
-1
/
+1
2024-02-15
Do not allocate a second "background" alloc id for the main allocation of a s...
Oli Scherer
-0
/
+1
2024-02-10
validation: descend from consts into statics
Ralf Jung
-1
/
+1
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