-
-
Notifications
You must be signed in to change notification settings - Fork 312
Comparing changes
Open a pull request
base repository: dtolnay/syn
base: 2.0.89
head repository: dtolnay/syn
compare: 2.0.90
- 14 commits
- 9 files changed
- 1 contributor
Commits on Nov 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 935eefe - Browse repository at this point
Copy the full SHA 935eefeView commit details
Commits on Nov 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 64fce43 - Browse repository at this point
Copy the full SHA 64fce43View commit details
Commits on Nov 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b245e2a - Browse repository at this point
Copy the full SHA b245e2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6cd5d - Browse repository at this point
Copy the full SHA ee6cd5dView commit details -
Add test of attr precedence inside subexpression
---- test_fixup stdout ---- thread 'test_fixup' panicked at tests/test_expr.rs:716:9: original: (# [attr] thing) . field reconstructed: # [attr] thing . field
Configuration menu - View commit details
-
Copy full SHA for 401399f - Browse repository at this point
Copy the full SHA 401399fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 204c155 - Browse repository at this point
Copy the full SHA 204c155View commit details -
Merge pull request #1785 from dtolnay/attrprecedence
Lower the precedence of expressions containing outer attrs
Configuration menu - View commit details
-
Copy full SHA for 1cf735e - Browse repository at this point
Copy the full SHA 1cf735eView commit details -
Add test of parentheses needed in call of field
---- test_fixup stdout ---- thread 'test_fixup' panicked at tests/test_expr.rs:717:9: original: (self . f) () reconstructed: self . f ()
Configuration menu - View commit details
-
Copy full SHA for 0e5c568 - Browse repository at this point
Copy the full SHA 0e5c568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d0101 - Browse repository at this point
Copy the full SHA 48d0101View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1445ccf - Browse repository at this point
Copy the full SHA 1445ccfView commit details -
Merge pull request #1786 from dtolnay/fieldcall
Fix parenthesization of field expressions in function calls
Configuration menu - View commit details
-
Copy full SHA for f9aa206 - Browse repository at this point
Copy the full SHA f9aa206View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a549c0 - Browse repository at this point
Copy the full SHA 1a549c0View commit details -
Merge pull request #1787 from dtolnay/unparenthesizetest
Improve test_unparenthesize to catch more false negatives
Configuration menu - View commit details
-
Copy full SHA for 9037abb - Browse repository at this point
Copy the full SHA 9037abbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac5b41c - Browse repository at this point
Copy the full SHA ac5b41cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.0.89...2.0.90