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
Age
Commit message (
Expand
)
Author
Lines
2021-10-05
Consider unfulfilled obligations in binop errors
Esteban Kuber
-1
/
+16
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
-6
/
+6
2021-04-17
Move some tests to more reasonable directories - 6
Caio
-0
/
+78
2021-01-26
Tweak suggestion for missing field in patterns
Esteban Küber
-4
/
+4
2021-01-16
don't suggest erroneous trailing comma after `..`
Zack M. Davis
-2
/
+2
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-18
Test drop order for (destructuring) assignments
Fabian Zaiser
-0
/
+44
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-16
/
+105
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-30
/
+315
2020-11-07
Implement destructuring assignment for tuples
Fabian Zaiser
-39
/
+159
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-4
/
+0
2019-12-23
Add new folder for destructuring assignment tests
varkor
-0
/
+147