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
/
src
/
transform
/
simplify.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-592
/
+0
2021-08-18
Remove box syntax from rustc_mir
est31
-2
/
+2
2021-06-01
Reland - Report coverage `0` of dead blocks
Rich Kadel
-5
/
+80
2021-05-11
Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...
Rich Kadel
-37
/
+5
2021-05-01
Report coverage `0` of dead blocks
Rich Kadel
-5
/
+37
2021-03-23
Auto merge of #83177 - erikdesjardins:zstassign, r=oli-obk
bors
-52
/
+27
2021-03-20
Extend comment in `UsedLocals::visit_lhs`
Tomasz Miąsko
-1
/
+3
2021-03-15
revert changes from #83118 to mark zst return place as unused
Erik Desjardins
-52
/
+27
2021-03-14
remove unnecessary condition
Erik Desjardins
-3
/
+1
2021-03-13
Move ZST check inside UsedLocals
Simon Vandel Sillesen
-50
/
+53
2021-03-13
Extend SimplifyLocals to remove ZST writes
Simon Vandel Sillesen
-3
/
+27
2021-03-09
Update interpret step
kadmin
-0
/
+1
2021-02-24
Auto merge of #80475 - simonvandel:fix-77355, r=oli-obk
bors
-17
/
+20
2021-02-23
Rollup merge of #82091 - henryboisdequin:use-place-ref-more, r=RalfJung
Dylan DPC
-2
/
+1
2021-02-22
New mir-opt pass to simplify gotos with const values
Simon Vandel Sillesen
-17
/
+20
2021-02-20
make `super_projection` take a `PlaceRef`
Henry Boisdequin
-2
/
+1
2021-01-28
Avoid memory allocation when removing dead blocks
Tomasz Miąsko
-7
/
+6
2021-01-17
Avoid logging the whole MIR body in SimplifyCfg
Tomasz Miąsko
-1
/
+1
2020-10-26
simplify-locals: Remove unused assignments regardless of rvalue kind
Tomasz Miąsko
-25
/
+1
2020-10-26
simplify-locals: Remove unused set-discriminant statements
Tomasz Miąsko
-5
/
+9
2020-10-26
simplify-locals: Change RemoveStatements visitor into a function
Tomasz Miąsko
-42
/
+31
2020-10-26
simplify-locals: Unify use count visitors
Tomasz Miąsko
-113
/
+111
2020-10-26
simplify-locals: Represent use counts with u32
Tomasz Miąsko
-6
/
+6
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-4
/
+4
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-2
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+547