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
/
src
/
test
/
mir-opt
/
simplify_try.rs
Age
Commit message (
Expand
)
Author
Lines
2021-05-18
No matter how trivial the change, tidy always finds a way to complain...
Scott McMurray
-2
/
+2
2021-05-18
Mention the issue number for the new mir-opt in the FIXMEs
scottmcm
-1
/
+1
2021-05-09
PR feedback
Scott McMurray
-4
/
+4
2021-05-06
mir-opt & codegen test updates
Scott McMurray
-1
/
+17
2020-10-01
Disable the SimplifyArmIdentity mir-opt
Wesley Wiser
-0
/
+1
2020-09-18
simplify_try: clean up test
Jonas Schievink
-2
/
+1
2020-09-18
simplify_try: print dest_prop diff and bless
Jonas Schievink
-0
/
+2
2020-07-29
add crate name to mir dumps
Xavier Denis
-3
/
+3
2020-04-07
--bless all mir-opt tests.
Ana-Maria Mihalache
-207
/
+4
2020-04-02
Remove unused discriminant reads from MIR bodies
Wesley Wiser
-9
/
+7
2020-02-01
Update existing tests for or-patterns
Matthew Jasper
-20
/
+20
2020-01-14
Add unreachable propagation mir optimization pass
Konstantinos Triantafyllou
-16
/
+10
2019-11-27
rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...
Eduard-Mihai Burtescu
-0
/
+30
2019-11-21
Introduce MIR optimizations for simplifying `x?` on `Result`s.
Mazdak Farrokhzad
-0
/
+193