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
/
nrvo.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-16
Enable DestinationPropagation by default.
Camille GILLOT
-234
/
+0
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-11-26
Remove -Zfuel.
Camille GILLOT
-4
/
+0
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+1
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-3
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-05-31
Revert "Auto merge of #115105 - cjgillot:dest-prop-default, r=oli-obk"
Camille GILLOT
-0
/
+235
2024-05-29
Enable DestinationPropagation by default.
Camille GILLOT
-235
/
+0
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-03-28
and more
klensy
-5
/
+2
2024-01-22
Remove uses of HybridBitSet.
Camille GILLOT
-2
/
+2
2023-10-10
add some comments explaining why MIR opts are marked as unsound
Ralf Jung
-1
/
+1
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-1
/
+1
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-1
/
+1
2023-05-08
Disable nrvo mir opt
Jakob Degen
-1
/
+2
2023-03-14
Remove LocalKind::Var.
Camille GILLOT
-1
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-2
/
+2
2022-08-09
Add option to `mir::MutVisitor` to not invalidate CFG.
Jakob Degen
-2
/
+2
2022-07-07
Move `predecessors` from Body to BasicBlocks
Tomasz Miąsko
-1
/
+1
2022-07-01
cleanup mir visitor for `rustc::pass_by_value`
lcnr
-1
/
+1
2022-03-30
Spellchecking compiler comments
Yuri Astrakhan
-1
/
+1
2022-02-19
Adopt let else in more places
est31
-6
/
+3
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-2
/
+2
2021-12-02
Update passes with new interface
Dylan MacKenzie
-4
/
+4
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+239