-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move format_args!() into AST (and expand it during AST lowering) #106745
Merged
Commits on Jan 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 43105c1 - Browse repository at this point
Copy the full SHA 43105c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c45176 - Browse repository at this point
Copy the full SHA 3c45176View commit details -
Configuration menu - View commit details
-
Copy full SHA for bebf9fe - Browse repository at this point
Copy the full SHA bebf9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for e839451 - Browse repository at this point
Copy the full SHA e839451View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4dbcb5 - Browse repository at this point
Copy the full SHA a4dbcb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525b0bb - Browse repository at this point
Copy the full SHA 525b0bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c878caf - Browse repository at this point
Copy the full SHA c878cafView commit details -
Update rustfmt for ast::ExprKind::FormatArgs.
Rustfmt doesn't expand macros, so that's easy: FormatArgs nodes do not occur in the unexpanded AST.
Configuration menu - View commit details
-
Copy full SHA for a1725fa - Browse repository at this point
Copy the full SHA a1725faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a3d5fe - Browse repository at this point
Copy the full SHA 7a3d5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36fe3b9 - Browse repository at this point
Copy the full SHA 36fe3b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e67854 - Browse repository at this point
Copy the full SHA 9e67854View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcf388f - Browse repository at this point
Copy the full SHA bcf388fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5659310 - Browse repository at this point
Copy the full SHA 5659310View commit details
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 298e160 - Browse repository at this point
Copy the full SHA 298e160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a1934a - Browse repository at this point
Copy the full SHA 0a1934aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a23ad1 - Browse repository at this point
Copy the full SHA 8a23ad1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8ec6c - Browse repository at this point
Copy the full SHA cd8ec6cView commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9f2ba59 - Browse repository at this point
Copy the full SHA 9f2ba59View commit details
Commits on Jan 14, 2023
-
Fix ast_pretty for format_args for {:x?} and {:X?}.
They were accidentally swapped.
Configuration menu - View commit details
-
Copy full SHA for 7b07730 - Browse repository at this point
Copy the full SHA 7b07730View commit details
Commits on Jan 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for db731e4 - Browse repository at this point
Copy the full SHA db731e4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.