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_mir_transform
/
src
/
lower_slice_len.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-29
mir: Add a `new` method to `statement`
dianqk
-2
/
+1
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2024-09-10
Inline and remove some functions.
Nicholas Nethercote
-15
/
+11
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-2
/
+2
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-1
/
+1
2024-06-20
Replace `NormalizeArrayLen` with `GVN`
Scott McMurray
-16
/
+8
2024-04-17
consistency rename: language item -> lang item
Ralf Jung
-1
/
+1
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+1
2023-10-09
Simplify some mir passes by using let chains
DaniPopes
-51
/
+28
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-06
Add `UnwindAction::Terminate`
Gary Guo
-1
/
+0
2023-04-06
Add `UnwindAction::Unreachable`
Gary Guo
-1
/
+1
2023-04-06
Refactor unwind from Option to a new enum
Gary Guo
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-03-03
Match unmatched backticks in comments in compiler/
est31
-1
/
+4
2022-07-27
lint: add bad opt access internal lint
David Wood
-1
/
+1
2022-07-07
Make MIR basic blocks field public
Tomasz Miąsko
-4
/
+2
2022-07-03
Add method to mutate MIR body without invalidating CFG caches.
Jakob Degen
-1
/
+3
2022-05-23
Refactor call terminator to always hold a destination place
Jakob Degen
-2
/
+4
2022-02-19
Adopt let else in more places
est31
-4
/
+1
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+4
2021-10-16
Adopt let_else across the compiler
est31
-3
/
+1
2021-09-11
don't clone types that are Copy (clippy::clone_on_copy)
Matthias Krüger
-5
/
+3
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-1
/
+1
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+100