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
/
init_mask.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-15
Move codec module back into middle
Michael Goulet
-7
/
+6
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+2
2024-11-03
compiler: Directly use rustc_abi in metadata and middle
Jubilee Young
-1
/
+1
2024-08-29
Add `warn(unreachable_pub)` to `rustc_middle`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-5
/
+1
2023-04-17
Bypass the varint path when encoding InitMask
Ben Kimock
-1
/
+31
2023-04-10
Fix typos in compiler
DaniPopes
-1
/
+1
2023-03-28
address review comments
Rémy Rakic
-4
/
+7
2023-03-27
readability tweaks
Rémy Rakic
-22
/
+22
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
-1
/
+1
2022-11-06
make uninit_mask a unit test
Ralf Jung
-1
/
+1
2022-11-06
move InitMask to its own module
Ralf Jung
-0
/
+530