Skip to content

clippy_dev: Sort lint and lint pass declarations (parsing revamp part 5/N) - #15979

Merged
samueltardieu merged 3 commits into
rust-lang:masterfrom
Jarcho:dev_parse5
Mar 5, 2026
Merged

clippy_dev: Sort lint and lint pass declarations (parsing revamp part 5/N)#15979
samueltardieu merged 3 commits into
rust-lang:masterfrom
Jarcho:dev_parse5

Conversation

@Jarcho

@Jarcho Jarcho commented Oct 29, 2025

Copy link
Copy Markdown
Contributor

Based on #15978

This will prevent some pointless merge conflict when multiple people add lints to the same lint pass (e.g. methods).

changelog: None

@rustbot

rustbot commented Oct 29, 2025

Copy link
Copy Markdown
Collaborator

Some changes occurred in clippy_lints/src/doc

cc @notriddle

@rustbot rustbot added needs-fcp PRs that add, remove, or rename lints and need an FCP S-waiting-on-review Status: Awaiting review from the assignee but also interested parties labels Oct 29, 2025
@rustbot

rustbot commented Oct 29, 2025

Copy link
Copy Markdown
Collaborator

r? @y21

rustbot has assigned @y21.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Jarcho Jarcho added the S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work label Oct 29, 2025
@rustbot

This comment has been minimized.

@rustbot

This comment has been minimized.

@rustbot

This comment has been minimized.

@Jarcho Jarcho removed the S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work label Feb 22, 2026
@rustbot

This comment has been minimized.

@Jarcho Jarcho removed the needs-fcp PRs that add, remove, or rename lints and need an FCP label Feb 22, 2026
@rustbot

This comment has been minimized.

@rustbot

This comment has been minimized.

@Jarcho
Jarcho force-pushed the dev_parse5 branch 2 times, most recently from e0e2f24 to 45471b4 Compare February 26, 2026 19:56
@rustbot

This comment has been minimized.

@rustbot

rustbot commented Mar 4, 2026

Copy link
Copy Markdown
Collaborator

This PR was rebased onto a different master 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.

@samueltardieu

Copy link
Copy Markdown
Member

Nice one, tested and approved.

I'll attempt to merge it, but locally the merge fails because of 7ac8be4 which happens on master after your PR base. If the merge fails, you'll need to rebase.

r? samueltardieu

This was referenced Mar 5, 2026
pull Bot pushed a commit to xtqqczze/rust-lang-rust-clippy that referenced this pull request Jun 28, 2026
Based on rust-lang#15979

This part keeps all the parsed source files in memory. These are then
borrowed from to avoid allocations and reused when generating which
avoids reloading the files. The next PR will also use this when
reporting errors.

changelog: none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants