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
/
operand.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-10
Avoid repeating qualifiers on `static_assert_size` calls.
Nicholas Nethercote
-4
/
+5
2022-08-01
Improve size assertions.
Nicholas Nethercote
-12
/
+11
2022-07-23
now we can make scalar_to_ptr a method on Scalar
Ralf Jung
-2
/
+2
2022-07-23
remove some provenance-related machine hooks that Miri no longer needs
Ralf Jung
-12
/
+8
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-73
/
+73
2022-07-18
interpret: make some large types not Copy
Ralf Jung
-2
/
+5
2022-07-18
interpret: remove some unused trait impls
Ralf Jung
-4
/
+3
2022-07-15
interpret/visitor: support visiting with a PlaceTy
Ralf Jung
-2
/
+12
2022-07-11
use a loop rather than try_fold
Ralf Jung
-10
/
+9
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-125
/
+72
2022-07-09
tweak names and output and bless
Ralf Jung
-1
/
+1
2022-07-09
review feedback
Ralf Jung
-1
/
+1
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-6
/
+7
2022-07-09
Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obk
Dylan DPC
-0
/
+4
2022-07-08
interpret: only to track_caller in debug builds due to perf
Ralf Jung
-4
/
+4
2022-07-06
interpret: remove LocalValue::Unallocated, add Operand::Uninit
Ralf Jung
-6
/
+18
2022-07-06
add track_caller to some interpreter functions
Ralf Jung
-0
/
+4
2022-07-05
finally enable Scalar layout sanity checks
Ralf Jung
-3
/
+2
2022-07-04
clarify comment
Ralf Jung
-1
/
+2
2022-07-03
interpret: track place alignment together with the type, not the value
Ralf Jung
-15
/
+22
2022-06-29
interpret: add From<&MplaceTy> for PlaceTy
Ralf Jung
-0
/
+7
2022-06-14
rebase
b-naber
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-1
/
+5
2022-06-14
Rename the `ConstS::val` field as `kind`.
Nicholas Nethercote
-4
/
+4
2022-06-05
reduce code duplication
Ralf Jung
-13
/
+12
2022-06-05
interpret: better control over whether we read data with provenance, and impl...
Ralf Jung
-6
/
+16
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-05-14
Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung
bors
-4
/
+5
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-4
/
+5
2022-05-11
Auto merge of #96220 - RalfJung:scalar-no-padding, r=oli-obk
bors
-19
/
+38
2022-05-11
avoid computing Scalar size/align in debug builds
Ralf Jung
-3
/
+3
2022-05-10
fmt
Ralf Jung
-3
/
+1
2022-05-10
even tighter checks for layouts on immediate field projections
Ralf Jung
-6
/
+11
2022-05-10
disable one check for now until #96185 is fixed
Ralf Jung
-3
/
+4
2022-05-10
tighten sanity checks around Scalar and ScalarPair
Ralf Jung
-15
/
+30
2022-05-06
Fix inaccurate function name in `rustc_const_eval` docs
pierwill
-2
/
+2
2022-05-05
give it a scary name
Ralf Jung
-7
/
+10
2022-05-04
interpret: debug-check ScalarPair layout information
Ralf Jung
-24
/
+47
2022-04-21
deduplicate a lot of code
b-naber
-2
/
+2
2022-04-21
implement valtree -> constvalue conversion
b-naber
-2
/
+3
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-2
/
+2
2022-04-05
Auto merge of #94527 - oli-obk:undef_scalars, r=nagisa,erikdesjardin
bors
-5
/
+13
2022-04-05
mir-interpret now treats unions as non-immediate, even if they have scalar la...
Oli Scherer
-5
/
+9
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-2
/
+6
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-2
/
+2
2022-03-16
rustc_error: make ErrorReported impossible to construct
mark
-3
/
+4
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-03-06
CTFE engine: expose misc_cast to Miri
Ralf Jung
-3
/
+8
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
[next]