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_try.rs
Age
Commit message (
Expand
)
Author
Lines
2021-09-07
Move rustc_mir::transform to rustc_mir_transform.
Camille GILLOT
-795
/
+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
-1
/
+1
2021-05-14
Improve match statements
ayushmishra2005
-4
/
+1
2021-05-11
Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...
Rich Kadel
-1
/
+1
2021-05-01
Report coverage `0` of dead blocks
Rich Kadel
-1
/
+1
2021-02-21
Drive-by formatting of comment
Simon Vandel Sillesen
-2
/
+2
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-2
/
+2
2020-12-23
Fix typo in simplify_try.rs
Ikko Ashimine
-1
/
+1
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-14
/
+27
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-8
/
+6
2020-10-04
Fix miscompile in SimplifyBranchSame
Simon Vandel Sillesen
-1
/
+2
2020-10-04
Remember the `MirSource` for each `Body`
Dylan MacKenzie
-4
/
+6
2020-10-01
Disable the SimplifyArmIdentity mir-opt
Wesley Wiser
-1
/
+6
2020-09-19
Add assertion for len of vecs
Simon Vandel Sillesen
-3
/
+4
2020-09-19
Fix #76803
Simon Vandel Sillesen
-23
/
+33
2020-09-17
[mir-opt] Disable the `ConsideredEqual` logic in SimplifyBranchSame opt
Wesley Wiser
-2
/
+9
2020-09-14
Auto merge of #76541 - matthiaskrgr:unstable_sort, r=davidtwco
bors
-2
/
+2
2020-09-10
take reference to Place directly instead of taking reference to Box<Place>
Matthias Krüger
-1
/
+1
2020-09-10
use sort_unstable to sort primitive types
Matthias Krüger
-2
/
+2
2020-09-08
Auto merge of #76308 - wesleywiser:enable_simplifyarmidentity_mir_opt, r=oli-obk
bors
-5
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-09-03
Enable the SimplifyArmIdentity MIR optimization at mir-opt-level=1
Wesley Wiser
-5
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+765