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_build
/
src
/
build
/
matches
Age
Commit message (
Expand
)
Author
Lines
2020-12-17
Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper
Yuki Okushi
-9
/
+45
2020-12-15
Auto merge of #73210 - wesleywiser:consts_in_debuginfo, r=oli-obk
bors
-2
/
+2
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-2
/
+2
2020-12-06
Implement lowering of if-let guards to MIR
LeSeulArtichaut
-9
/
+45
2020-12-04
Avoid leaking block expression values
Matthew Jasper
-82
/
+15
2020-11-09
address reviewer comments
mark
-5
/
+6
2020-11-07
fix #72680 by explicitly checking for or-pattern before test
mark
-0
/
+10
2020-11-05
Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk
bors
-0
/
+44
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-3
/
+2
2020-11-03
review comments
Vishnunarayan K I
-10
/
+10
2020-11-03
preserve bindings order for Some
Vishnunarayan K I
-5
/
+28
2020-11-02
new fix method and update tests
Vishnunarayan K I
-15
/
+23
2020-11-02
reverse binding order in matches ...
Vishnunarayan K I
-1
/
+14
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-8
/
+6
2020-10-25
Fix typo in debug statement
LeSeulArtichaut
-1
/
+1
2020-10-14
documentation fix
Ding Xiang Fei
-2
/
+3
2020-10-10
Refactor how SwitchInt stores jump targets
Jonas Schievink
-31
/
+29
2020-10-04
Add some more comments
Matthew Jasper
-1
/
+1
2020-10-04
Defer creating drop trees in MIR lowering until leaving that scope
Matthew Jasper
-15
/
+8
2020-09-21
fix typo in docs and comments
yuk1ty
-1
/
+1
2020-09-20
Rollup merge of #76890 - matthiaskrgr:matches_simpl, r=lcnr
Ralf Jung
-1
/
+1
2020-09-18
use matches!() macro for simple if let conditions
Matthias Krüger
-1
/
+1
2020-09-15
don't convert types to the same type with try_into (clippy::useless_conversion)
Matthias Krüger
-1
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-6
/
+6
2020-08-30
mv compiler to compiler/
mark
-0
/
+3198