-
Notifications
You must be signed in to change notification settings - Fork 44
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
Optimizing Clippy & linting #114
Comments
✔️ New medium-sized objective completedrust-lang/rust-clippy#12830 Use ControlFlow in more places, closing rust-lang/rust-clippy#12829 Use ControlFlow in more visitors |
This issue is intended for status updates only. For general questions or comments, please contact the owner(s) directly. |
Key developments:
What's to come:
Blockers: There are no blockers, although we need some help figuring out the main bug on rust-lang/rust#125116, explained here. Someone from the compiler team taking a look at it would be greatly appreciated |
Key developments:
Blockers: |
Key developments: Blockers: |
✔️ New large objective completedrust-lang/rust#125116 has been merged, marking half of our goal formally done! |
Summary
This is the formalization and documentation of the Clippy Performance Project, a project first talked about on Zulip, July 2023. As the project consists of several points and is ever-changing, this document also has a dynamic structure and the team can add points.
In short, this is an effort to optimize Clippy, and Rust's linting infrastructure with a point of view of making Clippy faster (both on CI/CD pipelines, and on devs' machines)
Tasks and status
The text was updated successfully, but these errors were encountered: