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
/
machine.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-09
Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk
Dylan DPC
-5
/
+5
2022-07-07
make a name less ambiguous
Ralf Jung
-5
/
+5
2022-07-06
interpret: remove LocalValue::Unallocated, add Operand::Uninit
Ralf Jung
-8
/
+11
2022-07-06
fix ICE in ConstProp
Ralf Jung
-5
/
+5
2022-07-05
fix type in function name
Ralf Jung
-2
/
+2
2022-07-05
Rollup merge of #98888 - RalfJung:interpret-checked-bin, r=oli-obk
Matthias Krüger
-0
/
+8
2022-07-05
adjust dangling-int-ptr error message
Ralf Jung
-2
/
+2
2022-07-05
always check overflow in CheckedBinOp in CTFE
Ralf Jung
-0
/
+8
2022-06-16
interpret: convert_tag_add_extra, init_allocation_extra: allow tagger to rais...
Ralf Jung
-3
/
+5
2022-06-05
Allow ptr_from_addr_cast to fail
Ralf Jung
-5
/
+6
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-4
/
+8
2022-05-19
interpret/validity: separately control checking numbers for being init and no...
Ralf Jung
-4
/
+11
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