-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
Cleanup in the attribute parsers #149789
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
Cleanup in the attribute parsers #149789
Conversation
|
Some changes occurred in compiler/rustc_attr_parsing |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Cleanup in the attribute parsers
This comment has been minimized.
This comment has been minimized.
|
Doubt it but we can try |
|
@bors r+ rollup was debating whether to cancel the perf run. I guess we can either rollup never and get the perf run later or keep the run going. If we keep the current one going then this pr can be part of the next roll-up and will use fewer ci resources and land quicker so I'm letting the perf run here continue and am explicitly rolling the pr up. |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (c626dd2): comparison URL. Overall result: ❌✅ regressions and improvements - no action neededBenchmarking this pull request means it may be perf-sensitive – we'll automatically label it not fit for rolling up. You can override this, but we strongly advise not to, due to possible changes in compiler perf. @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -1.4%, secondary 0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 473.701s -> 470.928s (-0.59%) |
|
Nothing it seems |
|
Agreed this is probably just noise, I don't think this needs to be rollup=never |
Rollup of 5 pull requests Successful merges: - #144938 (Enable `outline-atomics` by default on more AArch64 platforms) - #146579 (Handle macro invocation in attribute during parse) - #149400 (unstable proc_macro tracked::* rename/restructure) - #149664 (attempt to fix unreachable code regression ) - #149806 (Mirror `ubuntu:24.04` on ghcr) Failed merges: - #149789 (Cleanup in the attribute parsers) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 5 pull requests Successful merges: - #144938 (Enable `outline-atomics` by default on more AArch64 platforms) - #146579 (Handle macro invocation in attribute during parse) - #149400 (unstable proc_macro tracked::* rename/restructure) - #149664 (attempt to fix unreachable code regression ) - #149806 (Mirror `ubuntu:24.04` on ghcr) Failed merges: - #149789 (Cleanup in the attribute parsers) r? `@ghost` `@rustbot` modify labels: rollup
|
☔ The latest upstream changes (presumably #149818) made this pull request unmergeable. Please resolve the merge conflicts. |
Rollup of 5 pull requests Successful merges: - rust-lang/rust#144938 (Enable `outline-atomics` by default on more AArch64 platforms) - rust-lang/rust#146579 (Handle macro invocation in attribute during parse) - rust-lang/rust#149400 (unstable proc_macro tracked::* rename/restructure) - rust-lang/rust#149664 (attempt to fix unreachable code regression ) - rust-lang/rust#149806 (Mirror `ubuntu:24.04` on ghcr) Failed merges: - rust-lang/rust#149789 (Cleanup in the attribute parsers) r? `@ghost` `@rustbot` modify labels: rollup
5c661ae to
aa6db80
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@bors r=jdonszelmann |
…ram, r=jdonszelmann Cleanup in the attribute parsers * Removes a bunch of unused lifetimes in the attribute parsers * Creates two variants of `PathParser`, because we statically know which variant we're in r? `@jdonszelmann`
…ram, r=jdonszelmann Cleanup in the attribute parsers * Removes a bunch of unused lifetimes in the attribute parsers * Creates two variants of `PathParser`, because we statically know which variant we're in r? ``@jdonszelmann``
…ram, r=jdonszelmann Cleanup in the attribute parsers * Removes a bunch of unused lifetimes in the attribute parsers * Creates two variants of `PathParser`, because we statically know which variant we're in r? ```@jdonszelmann```
…ram, r=jdonszelmann Cleanup in the attribute parsers * Removes a bunch of unused lifetimes in the attribute parsers * Creates two variants of `PathParser`, because we statically know which variant we're in r? ````@jdonszelmann````
…ram, r=jdonszelmann Cleanup in the attribute parsers * Removes a bunch of unused lifetimes in the attribute parsers * Creates two variants of `PathParser`, because we statically know which variant we're in r? `````@jdonszelmann`````
…ram, r=jdonszelmann Cleanup in the attribute parsers * Removes a bunch of unused lifetimes in the attribute parsers * Creates two variants of `PathParser`, because we statically know which variant we're in r? ``````@jdonszelmann``````
Rollup of 7 pull requests Successful merges: - #149655 (bootstrap: add rustc-dev install target) - #149789 (Cleanup in the attribute parsers) - #149791 (Remove uses of `cfg({any()/all()})`) - #149792 (Suggest `cfg(false)` instead of `cfg(FALSE)`) - #149883 (add regression test for `proc_macro` error subdiagnostics) - #149884 (Clippy subtree update) - #149896 (Add myself(makai410) to the review rotation) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #149789 - JonathanBrouwer:remove-lifetime-param, r=jdonszelmann Cleanup in the attribute parsers * Removes a bunch of unused lifetimes in the attribute parsers * Creates two variants of `PathParser`, because we statically know which variant we're in r? ```````@jdonszelmann```````
PathParser, because we statically know which variant we're inr? @jdonszelmann