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
/
destructuring-assignment
/
tuple_struct_destructure_fail.stderr
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-98
/
+0
2021-12-14
Stabilize `destructuring_assignment`
Jacob Pratt
-9
/
+9
2021-08-25
Adjust spans
Noah Lev
-4
/
+4
2021-08-21
Make E0023 spans even more precise
Noah Lev
-20
/
+12
2021-08-17
Make spans for tuple patterns in E0023 more precise
Noah Lev
-8
/
+16
2021-08-11
Modify structured suggestion output
Esteban Küber
-4
/
+4
2021-01-12
Include `..` suggestion if fields are all wildcards
Camelid
-0
/
+8
2021-01-12
Always show suggestions in their own subwindows
Camelid
-8
/
+12
2021-01-12
Only suggest `..` if more than one field is missing
Camelid
-20
/
+8
2021-01-12
Specialize `..` help message for all fields vs. the rest
Camelid
-2
/
+2
2021-01-12
Suggest `Variant(..)` if all of the mentioned fields are `_`
Camelid
-4
/
+4
2021-01-12
Suggest `_` and `..` if a pattern has too few fields
Camelid
-0
/
+18
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-5
/
+23
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-0
/
+62