-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Changelog for Clippy 1.88 🏄 #15095
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
base: master
Are you sure you want to change the base?
Changelog for Clippy 1.88 🏄 #15095
Conversation
a2e29c5
to
e003303
Compare
CHANGELOG.md
Outdated
|
||
Current stable, released 2025-06-26 | ||
|
||
[View all 137 merged pull requests](https://github.com/rust-lang/rust-clippy/pulls?q=merged%3A2025-05-01T16%3A52%3A57Z..2025-06-13T08%3A33%3A27Z+base%3Amaster) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised by the date range, I would have expected to find something close from:
- start: the time 1.87 was branched from master (March 28), adjusted to the time of the last sync before this (March 20), because everything before this went into 1.87
- end: the time 1.88 was branched from master (May 9), adjusted to the time of the last sync before this (May 1st)
Here, the date range is very different (May 1st to June 13 instead of March 28 to May 1st). It looks rather like the time span for Rust 1.89. Or am I wrong?
For example, it looks like the swap_with_temporary
lint will be part of Rust 1.88 and is not listed below.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(on the bright side, you may have already prepared the release notes for Clippy in Rust 1.89 well in advance)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, seems it's wrong I will double check
e003303
to
a95c559
Compare
* Added `[no-mentions]` configuration in `triagebot.toml` | ||
[#14576](https://github.com/rust-lang/rust-clippy/pull/14576) | ||
* Added `[canonicalize-issue-links]` configuration in `triagebot.toml` | ||
[#14563](https://github.com/rust-lang/rust-clippy/pull/14563) | ||
* UI tests now run in edition 2024 mode | ||
[#14602](https://github.com/rust-lang/rust-clippy/pull/14602) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure those need to be included, as they aren't tied to a release, they only impact Clippy development itself and do so since they have been merged.
Violets are red,
Roses are blue,
Summer’s a feeling,
And we’re feeling it too.
@xFrednet voila:
Cats for the next release can be traditionally nominated in the comments :D
Please be more active and cat-minded 😻
changelog: none
r? flip1995