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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
transform
/
simplify_try.rs
Age
Commit message (
Expand
)
Author
Lines
2020-06-26
Disable the `SimplifyArmIdentity` pass on beta
Wesley Wiser
-1
/
+5
2020-05-11
Modify SimplifyArmIdentity so it can trigger on mir-opt-level=1
Wesley Wiser
-39
/
+313
2020-04-22
Use `Body` everywhere
Dylan MacKenzie
-2
/
+2
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-1
/
+1
2020-03-31
Use Place directly, it's Copy even more use cases
Santiago Pastorino
-3
/
+3
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-26
Rename asm! to llvm_asm!
Amanieu d'Antras
-1
/
+1
2020-02-11
simplify_try: address some of eddyb's comments
Mazdak Farrokhzad
-0
/
+3
2020-01-28
Local field on PlaceRef and RootPlace is not a reference anymore
Santiago Pastorino
-1
/
+1
2020-01-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-2
/
+2
2019-12-22
Format the world
Mark Rousskov
-17
/
+11
2019-12-05
rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...
Paul Daniel Faria
-2
/
+2
2019-12-02
Fix rebasing errors, convert some BodyCache::body() calls to reborrows
Paul Daniel Faria
-2
/
+2
2019-11-29
SimplifyArmIdentity only for locals with the same type
Tomasz Miąsko
-1
/
+7
2019-11-21
Introduce MIR optimizations for simplifying `x?` on `Result`s.
Mazdak Farrokhzad
-0
/
+201