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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_const_eval
/
src
/
interpret
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-5
/
+33
2022-04-18
add method to get absolute address of a pointer (useful only for Miri)
Ralf Jung
-0
/
+2
2022-04-18
avoid pairing up AllocId and PointerTag, which is redundant
Ralf Jung
-7
/
+19
2022-04-05
interp: pass TyCtxt to Machine methods that do not take InterpCx
Ralf Jung
-1
/
+5
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-25
/
+20
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-3
/
+4
2022-01-03
Rollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
Matthias Krüger
-6
/
+0
2021-12-20
CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility
Ralf Jung
-1
/
+1
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-2
/
+2
2021-11-09
miri: Detect uninitialized integers and floats
Noah Lev
-0
/
+9
2021-10-20
Remove `box_alloc` from `Machine` trait.
Gary Guo
-6
/
+0
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+479