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
/
simplify_comparison_integral.rs
Age
Commit message (
Expand
)
Author
Lines
2025-10-02
mir-opt: Eliminate dead ref statements
dianqk
-2
/
+2
2025-06-29
mir: Add a `new` method to `statement`
dianqk
-4
/
+4
2025-02-22
Fix binding mode problems
Michael Goulet
-2
/
+2
2025-02-08
Rustfmt
bjorn3
-4
/
+7
2025-01-23
Disable non-required MIR opts with `optimize(none)`
clubby789
-0
/
+4
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-7
/
+4
2024-09-10
Improve comment formatting.
Nicholas Nethercote
-8
/
+14
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-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+8
2024-06-10
ScalarInt: size mismatches are a bug, do not delay the panic
Ralf Jung
-1
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-2
/
+2
2023-04-23
Use param_env_reveal_all_normalized in MIR opts.
Camille GILLOT
-1
/
+1
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-5
/
+2
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-2
/
+2
2021-12-07
Remove `in_band_lifetimes` from `rustc_mir_transform`
Scott McMurray
-1
/
+1
2021-12-02
Update passes with new interface
Dylan MacKenzie
-0
/
+4
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+238