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
/
allocation
Age
Commit message (
Expand
)
Author
Lines
2023-03-28
address review comments
Rémy Rakic
-4
/
+8
2023-03-27
readability tweaks
Rémy Rakic
-22
/
+22
2023-03-27
add more InitMask test coverage
Rémy Rakic
-0
/
+175
2023-03-27
make InitMask lazy for fully init/uninit cases
Rémy Rakic
-58
/
+225
2022-11-26
interpret: remove PartialOrd from a bunch of types that do not have or need a...
Ralf Jung
-2
/
+2
2022-11-14
assert that we are (de)seiralizing ProvenanceMap correctly
Ralf Jung
-2
/
+4
2022-11-14
Manually implement `Encodable` for ProvenanceMap to avoid serializing an alwa...
Oli Scherer
-1
/
+16
2022-11-09
another optimization attempt
Ralf Jung
-66
/
+83
2022-11-08
another attempt at performance improvements
Ralf Jung
-23
/
+26
2022-11-07
less unsupported errors in Miri, and clarifying comments
Ralf Jung
-2
/
+3
2022-11-07
try to make things faster when only ptr provenance can exist
Ralf Jung
-5
/
+17
2022-11-06
make uninit_mask a unit test
Ralf Jung
-1
/
+20
2022-11-06
move InitMask to its own module
Ralf Jung
-3
/
+530
2022-11-06
interpret: support for per-byte provenance
Ralf Jung
-0
/
+274