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
/
visitor.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-17
Remove `DynKind`
León Orell Valerian Liehr
-1
/
+1
2025-08-04
add `project_fields` helper function
Waffle Lapkin
-8
/
+7
2025-07-01
Remove support for dyn*
Michael Goulet
-20
/
+0
2025-06-27
Add InterpCx::layout_of with tracing, shadowing LayoutOf
Stypox
-1
/
+0
2025-06-05
Update `InterpCx::project_field` to take `FieldIdx`
Scott McMurray
-9
/
+12
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-2
/
+2
2024-11-03
compiler: Directly use rustc_abi in const_eval
Jubilee Young
-1
/
+1
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-5
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-08
interpret: reset padding during validation
Ralf Jung
-0
/
+12
2024-09-08
interpret: factor out common code for place mutation
Ralf Jung
-0
/
+1
2024-08-29
interpret/visitor: make memory order iteration slightly more efficient
Ralf Jung
-9
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-06-10
interpret: refactor dyn trait handling
Ralf Jung
-2
/
+2
2024-05-27
interpret: get rid of 'mir lifetime everywhere
Ralf Jung
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_const_eval`.
Nicholas Nethercote
-1
/
+1
2024-04-21
Miri: detect wrong vtables in wide pointers
Ralf Jung
-4
/
+4
2024-03-09
miri: do not apply aliasing restrictions to Box with custom allocator
Ralf Jung
-5
/
+5
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+2
2024-02-10
interpret/visitor: ensure we only see normalized types
Ralf Jung
-0
/
+10
2023-12-12
clippy::complexity fixes
Matthias Krüger
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-08-30
interpret: fix projecting into an unsized field of a local
Ralf Jung
-2
/
+3
2023-07-25
interpret: make write functions generic over the place type
Ralf Jung
-3
/
+1
2023-07-25
interpret: read_discriminant: only return VariantIdx
Ralf Jung
-1
/
+1
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-517
/
+177
2023-07-24
interpret: support projecting into Place::Local without force_allocation
Ralf Jung
-9
/
+9
2023-07-11
miri: protect Move() function arguments during the call
Ralf Jung
-2
/
+2
2023-02-20
basic dyn* support for Miri
Ralf Jung
-3
/
+13
2023-01-17
Self review suggestions
Maybe Waffle
-2
/
+2
2023-01-17
`rustc_const_eval`: remove `ref` patterns (+some pattern matching imps)
Maybe Waffle
-3
/
+3
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-1
/
+1
2022-07-20
make use of symbolic vtables in interpreter
Ralf Jung
-1
/
+1
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-25
/
+25
2022-07-19
Auto merge of #99309 - RalfJung:no-large-copies, r=oli-obk
bors
-7
/
+7
2022-07-18
interpret: make some large types not Copy
Ralf Jung
-7
/
+7
2022-07-17
interpret/visitor: add missing early return
Ralf Jung
-0
/
+3
2022-07-15
interpret/visitor: support visiting with a PlaceTy
Ralf Jung
-35
/
+237
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-11
/
+13
2022-07-03
move Box mess handling into general visitor
Ralf Jung
-0
/
+49
2022-06-29
interpret: add From<&MplaceTy> for PlaceTy
Ralf Jung
-1
/
+1
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+278