- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 315
Comparing changes
Open a pull request
base repository: dtolnay/syn
base: 2.0.72
head repository: dtolnay/syn
compare: 2.0.73
Commits on Jul 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 431784b - Browse repository at this point
Copy the full SHA 431784bView commit details
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bed7604 - Browse repository at this point
Copy the full SHA bed7604View commit details -
Merge pull request #1712 from dtolnay/unnamedvariadic
Parse unnamed variadic args inside function pointer types
Configuration menu - View commit details
-
Copy full SHA for 698eb9f - Browse repository at this point
Copy the full SHA 698eb9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 71930e9 - Browse repository at this point
Copy the full SHA 71930e9View commit details -
Merge pull request #1713 from dtolnay/expectedend
Include expected close delimiter in unexpected token message
Configuration menu - View commit details
-
Copy full SHA for 4132a0c - Browse repository at this point
Copy the full SHA 4132a0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 07f4b37 - Browse repository at this point
Copy the full SHA 07f4b37View commit details -
Merge pull request #1714 from dtolnay/become
Parse explicit tail calls
Configuration menu - View commit details
-
Copy full SHA for a397d0b - Browse repository at this point
Copy the full SHA a397d0bView commit details
Commits on Jul 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f30613 - Browse repository at this point
Copy the full SHA 4f30613View commit details
Commits on Jul 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 94d74d5 - Browse repository at this point
Copy the full SHA 94d74d5View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5e3c70d - Browse repository at this point
Copy the full SHA 5e3c70dView commit details -
fix
Fields::iter_member
doesn't compilethe span of unnamed field member will fallback to `Span::call_site` if `Spanned` trait is not available
Configuration menu - View commit details
-
Copy full SHA for fec821f - Browse repository at this point
Copy the full SHA fec821fView commit details
Commits on Aug 11, 2024
-
Merge pull request #1716 from Fancyflame/master
Add `Fields::iter_member`
Configuration menu - View commit details
-
Copy full SHA for 8b68c06 - Browse repository at this point
Copy the full SHA 8b68c06View commit details -
Rename Fields::iter_member to members()
The new name is consistent with other iteration initiation methods in the standard library and ecosystem like .pairs() and .keys() and .values() and .components().
Configuration menu - View commit details
-
Copy full SHA for d94d5b0 - Browse repository at this point
Copy the full SHA d94d5b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321839c - Browse repository at this point
Copy the full SHA 321839cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a9292 - Browse repository at this point
Copy the full SHA e8a9292View commit details -
Delete needless cfg from Fields::members
The whole crate::data module and Fields enum are only available under this cfg. There is no need to additionally mark the method.
Configuration menu - View commit details
-
Copy full SHA for 6df0c8a - Browse repository at this point
Copy the full SHA 6df0c8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c66df45 - Browse repository at this point
Copy the full SHA c66df45View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecc7ae8 - Browse repository at this point
Copy the full SHA ecc7ae8View commit details -
Handwrite iterator Clone impl in FIelds::members
Derive is avoided in syn for compile time reasons.
Configuration menu - View commit details
-
Copy full SHA for 2b80352 - Browse repository at this point
Copy the full SHA 2b80352View commit details -
Increment members counter regardless of whether field is unnamed
Syn would never parse a Fields containing a mix of named and unnamed fields, but if such a Fields is constructed in another way, it makes more sense for members() to produce the index for the unnamed field's position in the entire list.
Configuration menu - View commit details
-
Copy full SHA for 9d00ef5 - Browse repository at this point
Copy the full SHA 9d00ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9e1dd - Browse repository at this point
Copy the full SHA ac9e1ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5e9927 - Browse repository at this point
Copy the full SHA e5e9927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e33aa7 - Browse repository at this point
Copy the full SHA 0e33aa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a482734 - Browse repository at this point
Copy the full SHA a482734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64b0dc8 - Browse repository at this point
Copy the full SHA 64b0dc8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afdc12 - Browse repository at this point
Copy the full SHA 2afdc12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cdb5c7 - Browse repository at this point
Copy the full SHA 8cdb5c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5a5a8c - Browse repository at this point
Copy the full SHA b5a5a8cView commit details
There are no files selected for viewing