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_middle
/
src
/
mir
/
interpret
/
value.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-07
ctfe interpreter: extend provenance so that it can track whether a pointer is...
Ralf Jung
-2
/
+8
2023-09-20
Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJung
bors
-4
/
+18
2023-09-19
move ConstValue into mir
Ralf Jung
-156
/
+2
2023-09-16
miri: reduce code duplication in SSE/SSE2 bin_op_* functions
Eduardo Sánchez Muñoz
-4
/
+8
2023-09-14
fix clippy (and MIR printing) handling of ConstValue::Indirect slices
Ralf Jung
-1
/
+52
2023-09-14
don't force all slice-typed ConstValue to be ConstValue::Slice
Ralf Jung
-17
/
+6
2023-09-14
cleanup op_to_const a bit; rename ConstValue::ByRef → Indirect
Ralf Jung
-6
/
+8
2023-09-14
use AllocId instead of Allocation in ConstValue::ByRef
Ralf Jung
-3
/
+7
2023-09-13
rustc_middle: add `Scalar::from_i8` and `Scalar::from_i16` and use them in Miri
Eduardo Sánchez Muñoz
-0
/
+10
2023-08-02
const validation: point at where we found a pointer but expected an integer
Ralf Jung
-4
/
+5
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-6
/
+6
2023-07-25
add some sanity checks in write_immediate_no_validate
Ralf Jung
-0
/
+8
2023-06-04
Use 128 bits for TypeId hash
Thom Chiovoloni
-0
/
+9
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-1
/
+2
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-8
/
+8
2023-02-14
interpret: rename Pointer::from_addr → from_addr_invalid
Ralf Jung
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-28
Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obk
Matthias Krüger
-2
/
+2
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-11-26
interpret: remove PartialOrd from a bunch of types that do not have or need a...
Ralf Jung
-2
/
+2
2022-11-18
interpret: use Either over Result when it is not representing an error condition
Ralf Jung
-5
/
+7
2022-09-15
derive various Lift impl instead of hand rolling them
Oli Scherer
-18
/
+2
2022-08-27
interpret: make read-pointer-as-bytes *always* work in Miri
Ralf Jung
-1
/
+1
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-3
/
+1
2022-08-26
remove now-unused ScalarMaybeUninit
Ralf Jung
-133
/
+0
2022-07-30
avoid assertion failures in try_to_scalar_int
Ralf Jung
-1
/
+3
2022-07-23
now we can make scalar_to_ptr a method on Scalar
Ralf Jung
-0
/
+18
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-29
/
+30
2022-07-09
tweak names and output and bless
Ralf Jung
-3
/
+3
2022-07-09
review feedback
Ralf Jung
-3
/
+3
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-8
/
+6
2022-07-02
add AllocRange Debug impl; remove redundant AllocId Display impl
Ralf Jung
-1
/
+1
2022-06-14
address review
b-naber
-0
/
+4
2022-06-14
address review
b-naber
-1
/
+0
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-0
/
+1
2022-06-03
Use serde_json for target spec json
bjorn3
-1
/
+1
2022-05-22
Lifetime variance fixes for rustc
Michael Goulet
-17
/
+17
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-1
/
+2
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-7
/
+21
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-9
/
+10
2022-02-21
ScalarMaybeUninit is explicitly hexadecimal in its formatting
Ralf Jung
-1
/
+1
2022-02-21
Rollup merge of #94203 - RalfJung:to_sized_int, r=oli-obk
Matthias Krüger
-21
/
+25
2022-02-20
CTFE engine: Scalar: expose size-generic to_(u)int methods
Ralf Jung
-21
/
+25
2022-02-20
Implement LowerHex on Scalar to clean up their display in rustdoc
Guillaume Gomez
-7
/
+11
2022-02-19
Don't render Const computed values in hexadecimal for Display
Guillaume Gomez
-0
/
+5
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-5
/
+5
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-2
/
+2
2021-07-16
get rid of incorrect erase_for_fmt
Ralf Jung
-35
/
+17
2021-07-15
adjustions and cleanup to make Miri build again
Ralf Jung
-52
/
+2
2021-07-14
use NonZeroU64 for AllocId to restore old type sizes
Ralf Jung
-2
/
+2
[next]