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
/
test
/
ui
/
closures
/
2229_closure_analysis
/
match
Age
Commit message (
Expand
)
Author
Lines
2022-09-03
Include enum path in variant suggestion
Michael Goulet
-5
/
+5
2022-07-07
Tweak wording and spans
Esteban Küber
-17
/
+17
2022-07-07
On partial uninit error point at where we need init
Esteban Küber
-29
/
+41
2022-07-01
Shorten def_span for more items.
Camille GILLOT
-2
/
+2
2022-06-19
collapse dead code warnings into a single diagnostic
Takayuki Maeda
-2
/
+5
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-6
/
+6
2022-03-08
Point at uncovered variants in enum definition in `note` instead of a `span_l...
Esteban Kuber
-12
/
+25
2022-03-08
When finding a match expr with multiple arms that requires more, suggest it
Esteban Kuber
-1
/
+4
2022-03-08
When finding a match expr with a single arm that requires more, suggest it
Esteban Kuber
-3
/
+14
2022-03-08
When encountering a match expr with no arms, suggest it
Esteban Kuber
-6
/
+16
2021-08-28
Move match tests in match folder
Roxane
-35
/
+117
2021-08-28
Create a specific match folder for match tests
Roxane
-0
/
+776