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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-14
don't force all slice-typed ConstValue to be ConstValue::Slice
Ralf Jung
-1
/
+1
2023-09-14
make it more clear which functions create fresh AllocId
Ralf Jung
-7
/
+8
2023-08-03
Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk
Matthias Krüger
-5
/
+5
2023-08-02
const validation: point at where we found a pointer but expected an integer
Ralf Jung
-5
/
+5
2023-08-02
avoid 'miri' when refering to the shared interpreter
Ralf Jung
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-17
Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote
bors
-2
/
+2
2023-07-14
Use u64 for incr comp allocation offsets
Ben Kimock
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+2
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-3
/
+28
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-2
/
+2
2023-04-26
Remove QueryEngine trait
John Kåre Alsaker
-1
/
+3
2023-04-04
Remove a fishy Clone impl
Oli Scherer
-1
/
+2
2023-02-20
Minimal changes to make miri work
Rune Tynan
-2
/
+2
2023-02-20
Allow non-`Box` allocations in preparation for aligned const allocations for ...
Rune Tynan
-1
/
+1
2023-01-25
create and use GlobalAlloc::address_space
Erik Desjardins
-1
/
+12
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-3
/
+3
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-15
Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk
bors
-2
/
+2
2022-11-10
Use const_error_with_guaranteed more
Michael Goulet
-1
/
+2
2022-11-06
move InitMask to its own module
Ralf Jung
-1
/
+1
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-2
/
+2
2022-09-15
Replace more manual TypeFoldable and TypeVisitable impls with derives
Oli Scherer
-1
/
+1
2022-08-27
interpret: rename relocation → provenance
Ralf Jung
-1
/
+1
2022-08-26
remove now-unused ScalarMaybeUninit
Ralf Jung
-1
/
+1
2022-07-20
various nits from review
Ralf Jung
-1
/
+1
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-10
/
+10
2022-07-20
rename get_global_alloc to try_get_global_alloc
Ralf Jung
-5
/
+12
2022-07-20
add a Vtable kind of symbolic allocations
Ralf Jung
-4
/
+37
2022-07-02
more use of format! variable capture
Ralf Jung
-1
/
+1
2022-07-02
add AllocRange Debug impl; remove redundant AllocId Display impl
Ralf Jung
-8
/
+4
2022-06-11
Try out `yeet` in the MIR interpreter
Scott McMurray
-5
/
+5
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-8
/
+7
2022-05-28
Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ...
Michael Goulet
-7
/
+7
2022-05-28
Move things to rustc_type_ir
Wilco Kusee
-7
/
+7
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-2
/
+2
2022-05-16
use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...
b-naber
-3
/
+3
2022-04-07
interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internal
Ralf Jung
-1
/
+2
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-7
/
+8
2022-02-16
Move ty::print methods to Drop-based scope guards
Mark Rousskov
-1
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-15
/
+15
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-3
/
+3
2021-08-25
use undef for uninitialized bytes in constants
Erik Desjardins
-1
/
+3
2021-07-17
Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk
bors
-4
/
+8
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-1
/
+0
2021-07-14
more precise message for the ptr access check on deref
Ralf Jung
-1
/
+5
2021-07-14
use NonZeroU64 for AllocId to restore old type sizes
Ralf Jung
-3
/
+3
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-1
/
+1
2021-06-02
Miscellaneous inlining improvements
Tomasz Miąsko
-0
/
+1
2021-05-18
CTFE core engine allocation & memory API improvemenets
Ralf Jung
-1
/
+1
[prev]
[next]