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
/
const_eval
/
dummy_machine.rs
Age
Commit message (
Expand
)
Author
Lines
2025-07-16
simplfy memory kind handling during interning
Ralf Jung
-1
/
+0
2025-05-27
Rollup merge of #141513 - nia-e:allocbytes-extend, r=RalfJung
许杰友 Jieyou Xu (Joe)
-0
/
+5
2025-05-26
extend allocbytes with associated type
Nia Espera
-0
/
+5
2025-05-22
interpret: do not force_allocate all return places
Ralf Jung
-2
/
+2
2024-12-19
Pass FnAbi to find_mir_or_eval_fn
tiif
-1
/
+3
2024-12-05
extend Miri to correctly pass mutable pointers through FFI
Strophox
-3
/
+3
2024-11-03
compiler: Directly use rustc_abi in const_eval
Jubilee Young
-1
/
+1
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-1
/
+1
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-3
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-5
/
+5
2024-05-27
miri: avoid making a full copy of all new allocations
Ralf Jung
-1
/
+1
2024-05-27
interpret: get rid of 'mir lifetime everywhere
Ralf Jung
-17
/
+15
2024-05-27
interpret: the MIR is actually at lifetime 'tcx
Ralf Jung
-5
/
+5
2024-05-21
interpret: make overflowing binops just normal binops
Ralf Jung
-2
/
+2
2024-05-13
Remove `extern crate rustc_middle` from `rustc_const_eval`.
Nicholas Nethercote
-1
/
+4
2024-05-03
Let miri and const eval execute intrinsics' fallback bodies
Oli Scherer
-1
/
+1
2024-04-23
properly fill a promoted's required_consts
Ralf Jung
-5
/
+2
2024-04-23
interpret: sanity-check that required_consts captures all consts that can fail
Ralf Jung
-0
/
+6
2024-03-22
Add `tag_for_variant` query
Jack Wrenn
-0
/
+193