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
/
librustc_mir
/
transform
/
simplify_try.rs
Age
Commit message (
Expand
)
Author
Lines
2020-08-30
mv compiler to compiler/
mark
-765
/
+0
2020-08-16
Implement 'considered equal' for statements, so that for example `_0 = _1` an...
Simon Vandel Sillesen
-36
/
+223
2020-08-14
Rm allocation in uninhabited_enum_branching
kadmin
-22
/
+21
2020-08-08
fix clippy::needless_return: remove unneeded return statements
Matthias Krüger
-1
/
+1
2020-07-02
Fix missing return in `optimization_applies()`
Wesley Wiser
-0
/
+1
2020-07-02
Fix debuginfo so that it points to the correct local
Wesley Wiser
-10
/
+59
2020-07-02
[mir-opt] Prevent mis-optimization when SimplifyArmIdentity runs
Wesley Wiser
-2
/
+49
2020-06-12
Disable the `SimplifyArmIdentity` pass on beta
Wesley Wiser
-1
/
+5
2020-06-09
Fix more clippy warnings
Matthias Krüger
-2
/
+2
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