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
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