-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
rustc_mir_transform
cleanups
#129738
Merged
bors
merged 13 commits into
rust-lang:master
from
nnethercote:rustc_mir_transform-cleanups
Sep 2, 2024
Merged
rustc_mir_transform
cleanups
#129738
bors
merged 13 commits into
rust-lang:master
from
nnethercote:rustc_mir_transform-cleanups
Sep 2, 2024
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 016a2e3 - Browse repository at this point
Copy the full SHA 016a2e3View commit details -
Condense
use rustc_*
declarations.No reason to have two of them listed separately, after modules.
Configuration menu - View commit details
-
Copy full SHA for 016a709 - Browse repository at this point
Copy the full SHA 016a709View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda52b8 - Browse repository at this point
Copy the full SHA fda52b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2932e09 - Browse repository at this point
Copy the full SHA 2932e09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66b3585 - Browse repository at this point
Copy the full SHA 66b3585View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b6af9a - Browse repository at this point
Copy the full SHA 3b6af9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5331280 - Browse repository at this point
Copy the full SHA 5331280View commit details -
Merge
DerefArgVisitor
andPinArgVisitor
.They are almost identical, differing only in the `ProjectionElem` they insert. This commit merges them into a new type `SelfArgVisitor`.
Configuration menu - View commit details
-
Copy full SHA for d7cb118 - Browse repository at this point
Copy the full SHA d7cb118View commit details -
Remove some unnecessary constants.
These are just renamings of `CoroutineArgs` constants.
Configuration menu - View commit details
-
Copy full SHA for 408481f - Browse repository at this point
Copy the full SHA 408481fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 590a021 - Browse repository at this point
Copy the full SHA 590a021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 243109e - Browse repository at this point
Copy the full SHA 243109eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8541b0f - Browse repository at this point
Copy the full SHA 8541b0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac7a293 - Browse repository at this point
Copy the full SHA ac7a293View 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.