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
/
projection.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-3
/
+3
2022-12-12
interpret: add read_machine_[ui]size convenience methods
Ralf Jung
-2
/
+2
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-2
/
+2
2022-11-18
interpret: use Either over Result when it is not representing an error condition
Ralf Jung
-3
/
+5
2022-09-16
Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...
Oli Scherer
-0
/
+10
2022-08-31
Fix a bunch of typo
Dezhi Wu
-1
/
+1
2022-08-30
Rollup merge of #101101 - RalfJung:read-pointer-as-bytes, r=oli-obk
Dylan DPC
-3
/
+1
2022-08-27
interpret: make read-pointer-as-bytes *always* work in Miri
Ralf Jung
-3
/
+1
2022-08-27
remove an ineffective check in const_prop
Ralf Jung
-0
/
+3
2022-07-20
Auto merge of #99472 - RalfJung:provenance, r=oli-obk
bors
-35
/
+35
2022-07-20
Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"
Oli Scherer
-10
/
+0
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-35
/
+35
2022-07-18
interpret: make some large types not Copy
Ralf Jung
-4
/
+4
2022-07-16
Rollup merge of #99259 - RalfJung:visit-a-place, r=oli-obk
Matthias Krüger
-7
/
+5
2022-07-15
interpret/visitor: support visiting with a PlaceTy
Ralf Jung
-7
/
+5
2022-07-15
Introduce opaque type to hidden type projection
Oli Scherer
-0
/
+10
2022-07-11
interpret: refactor projection handling code
Ralf Jung
-0
/
+393