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
/
pattern
/
usefulness
/
match-byte-array-patterns-2.stderr
Age
Commit message (
Expand
)
Author
Lines
2022-03-08
Change wording of suggestion to add missing `match` arm
Esteban Kuber
-2
/
+2
2022-03-08
When finding a match expr with a single arm that requires more, suggest it
Esteban Kuber
-2
/
+10
2022-03-08
When encountering a match expr with no arms, suggest it
Esteban Kuber
-2
/
+2
2020-11-17
Fix exhaustiveness in case a byte string literal is used at slice type
oli
-2
/
+2
2020-10-18
Destructure byte array constants to array patterns instead of keeping them op...
Oliver Scherer
-2
/
+2
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-2
/
+2
2020-06-13
Prefer the associated consts for pattern matching error
Lzu Tao
-2
/
+2
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+2
2019-11-21
Use appropriate constructor for const slices
Nadrieril
-4
/
+4
2019-11-16
Introduce new FixedLenSlice constructor
Nadrieril
-2
/
+2
2019-11-05
Make exhaustiveness error message more consistent for slice patterns
Nadrieril
-2
/
+2
2019-11-05
Don't use max_slice_length when subtracting from VarLenSlice
Nadrieril
-2
/
+2
2019-10-27
Gather together usefulness tests
Nadrieril
-0
/
+19