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
/
ui
/
pattern
/
usefulness
/
slice-patterns-exhaustiveness.stderr
Age
Commit message (
Expand
)
Author
Lines
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-20
/
+20
2022-03-08
When finding a match expr with multiple arms that requires more, suggest it
Esteban Kuber
-13
/
+65
2022-03-08
When finding a match expr with a single arm that requires more, suggest it
Esteban Kuber
-7
/
+35
2022-03-08
When encountering a match expr with no arms, suggest it
Esteban Kuber
-20
/
+20
2020-09-20
Implement destructuring for all aggregates and for references
Oliver Scherer
-6
/
+42
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+16
2020-01-18
slice_patterns: remove gates in tests
Mazdak Farrokhzad
-16
/
+16
2019-11-21
Use appropriate constructor for const slices
Nadrieril
-2
/
+2
2019-11-21
Add some tests
Nadrieril
-1
/
+25
2019-11-17
Small improvement to exhaustiveness diagnostics
Nadrieril
-4
/
+4
2019-11-16
Introduce new FixedLenSlice constructor
Nadrieril
-6
/
+6
2019-11-16
Add some tests
Nadrieril
-19
/
+35
2019-11-06
Split slice-patterns test as suggested by Centril
Nadrieril
-0
/
+91