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_branches.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
Use MirPatch in simplify_branches.
Camille Gillot
-7
/
+12
2025-02-22
Fix binding mode problems
Michael Goulet
-1
/
+1
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
-4
/
+4
2024-09-09
Reduce visibilities, and add `warn(unreachable_pub)`.
Nicholas Nethercote
-1
/
+2
2024-09-03
Move `MirPass` to `rustc_mir_transform`.
Nicholas Nethercote
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_mir_transform`.
Nicholas Nethercote
-0
/
+1
2024-03-24
simplify_branches: add comment
Ralf Jung
-0
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+0
2023-10-31
Simplify assume of a constant.
Camille GILLOT
-1
/
+18
2023-09-21
rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const
Ralf Jung
-2
/
+2
2023-09-20
the Const::eval_bits methods don't need to be given the Ty
Ralf Jung
-1
/
+1
2023-04-23
Use param_env_reveal_all_normalized in MIR opts.
Camille GILLOT
-1
/
+1
2023-04-21
nit: consistent naming for SimplifyConstCondition
miguelraz
-6
/
+4
2023-04-18
refactor SimlifyCfg and friends - no globals, just enums
miguelraz
-13
/
+12
2022-12-09
Remove unneeded field from `SwitchTargets`
Jakob Degen
-5
/
+2
2022-12-01
Remove needless `Cow`
Oli Scherer
-4
/
+2
2021-12-06
Auto merge of #91279 - scottmcm:small-refactor, r=nagisa
bors
-9
/
+2
2021-11-30
Separate `RemoveFalseEdges` from `SimplifyBranches`
Dylan MacKenzie
-12
/
+5
2021-11-26
Small mir-opt refactor
Scott McMurray
-9
/
+2
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-0
/
+66