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
/
terminator.rs
Age
Commit message (
Expand
)
Author
Lines
2022-10-20
interpret: remove an incorrect assertion
Ralf Jung
-1
/
+0
2022-09-03
Add a Machine hook for inline assembly
Ben Kimock
-2
/
+11
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-08-27
Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3
bors
-6
/
+4
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-2
/
+1
2022-08-26
Move `ArgAbi::pad_i32` into `PassMode::Cast`.
Nicholas Nethercote
-4
/
+2
2022-08-26
Turn `ArgAbi::pad` into a `bool`.
Nicholas Nethercote
-1
/
+1
2022-08-26
Box `CastTarget` within `PassMode`.
Nicholas Nethercote
-2
/
+2
2022-07-30
interpret: only consider 1-ZST when searching for receiver
Ralf Jung
-1
/
+3
2022-07-26
Rollup merge of #99673 - RalfJung:interpret-invalid-dyn, r=oli-obk
Yuki Okushi
-2
/
+2
2022-07-24
don't ICE on invalid dyn calls
Ralf Jung
-2
/
+2
2022-07-23
now we can make scalar_to_ptr a method on Scalar
Ralf Jung
-1
/
+1
2022-07-22
interpret: fix vtable check debug assertion
Ralf Jung
-2
/
+1
2022-07-20
detect bad vptrs on dyn calls
Ralf Jung
-15
/
+46
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-1
/
+1
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-5
/
+11
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-7
/
+7
2022-07-18
interpret: make some large types not Copy
Ralf Jung
-2
/
+2
2022-07-14
rename MPlaceTy::dangling to fake_alloc_zst
Ralf Jung
-1
/
+1
2022-07-13
get rid of MemPlaceMeta::Poison
Ralf Jung
-4
/
+2
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-1
/
+1
2022-07-06
deduplicate some copy_op code
Ralf Jung
-1
/
+1
2022-07-06
support passing unsized fn arguments
Ralf Jung
-3
/
+33
2022-06-05
interpret: do not claim UB until we looked more into variadic functions
Ralf Jung
-6
/
+1
2022-05-25
Miri call ABI check: ensure type size+align stay the same
Ralf Jung
-1
/
+8
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-18
/
+31
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-2
/
+2
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-1
/
+1
2022-04-05
Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin
bors
-2
/
+5
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-2
/
+5
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-1
/
+1
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-18
Miri: implement arbitrary-self dyn receivers
Ralf Jung
-15
/
+40
2022-03-03
CTFE SwitchInt: update comment
Ralf Jung
-1
/
+2
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-4
/
+3
2021-12-20
don't ICE on variadic function calls
Ralf Jung
-2
/
+9
2021-12-20
also compare ArgAttributes
Ralf Jung
-29
/
+38
2021-12-20
compare calling convention instead of call ABI
Ralf Jung
-37
/
+9
2021-12-20
CTFE eval_fn_call: use FnAbi to determine argument skipping and compatibility
Ralf Jung
-104
/
+168
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-11-06
use matches!() macro in more places
Matthias Krüger
-4
/
+2
2021-10-12
Add const_eval_select intrinsic
Deadbeef
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-7
/
+4
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+517