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
/
memory.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-14
Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung
bors
-7
/
+13
2022-05-13
Rustc changes for permissive provenance
carbotaniuman
-7
/
+13
2022-04-20
Rollup merge of #96160 - RalfJung:interpret-debug, r=oli-obk
Dylan DPC
-4
/
+21
2022-04-19
Rollup merge of #96165 - RalfJung:miri-provenance-cleanup, r=oli-obk
Dylan DPC
-37
/
+36
2022-04-18
avoid an unnecessary call to Pointer::into_parts, and caution against into_po...
Ralf Jung
-3
/
+2
2022-04-18
add method to get absolute address of a pointer (useful only for Miri)
Ralf Jung
-6
/
+2
2022-04-18
avoid pairing up AllocId and PointerTag, which is redundant
Ralf Jung
-16
/
+21
2022-04-17
ptr_get_alloc_id: don't return an actual Pointer
Ralf Jung
-29
/
+28
2022-04-17
interpret: more debug logging for read_scalar and write_scalar
Ralf Jung
-4
/
+21
2022-04-17
add caution to some comments
Ralf Jung
-1
/
+1
2022-04-17
when writing uninit to an allocation, also clear relocations like other write...
Ralf Jung
-4
/
+9
2022-04-11
Add new `Deinit` statement kind
Jakob Degen
-0
/
+5
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-15
/
+23
2022-04-05
interp: pass TyCtxt to Machine methods that do not take InterpCx
Ralf Jung
-5
/
+6
2022-04-03
tweak some function names
Ralf Jung
-11
/
+11
2022-04-03
interpret: remove MemoryExtra in favor of giving access to the Machine
Ralf Jung
-98
/
+109
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
2022-03-22
interpret/memory: simplify check_and_deref_ptr
Ralf Jung
-15
/
+5
2022-03-11
Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk
Dylan DPC
-3
/
+3
2022-03-10
adjust offset_from logic: check that both pointers are in-bounds
Ralf Jung
-3
/
+3
2022-03-09
normalization change and rebase
b-naber
-0
/
+3
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-3
/
+3
2022-02-24
Miri fn ptr check: don't use conservative null check
Ralf Jung
-15
/
+0
2022-02-21
Fix typo
est31
-1
/
+1
2022-02-19
rustc_const_eval: adopt let else in more places
est31
-33
/
+27
2021-11-13
fix ICE on Miri/CTFE copy of half a pointer
Ralf Jung
-7
/
+6
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+1186