-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Import initial generated 1.85 relnotes #135797
Conversation
@rustbot ping relnotes-interest-group |
Hi relnotes-interest-group, this PR adds release notes. Could you review this PR |
r? rust-lang/release No longer on the release team :). |
☔ The latest upstream changes (presumably #136318) made this pull request unmergeable. Please resolve the merge conflicts. |
e33f84a
to
fd944a7
Compare
Most feedback is incorporated that could be without editing outside of the generator's inputs (i.e., rust-lang/rust tracking issues). |
RELEASES.md
Outdated
- [Add `unpredictable_function_pointer_comparisons` lint to warn against function pointer comparisons](https://github.com/rust-lang/rust/pull/118833) | ||
- [Lint on combining `#[no_mangle]` and `#[export_name]` attributes.](https://github.com/rust-lang/rust/pull/131558) | ||
- [Stabilize `#[diagnostic::do_not_recommend]`](https://github.com/rust-lang/rust/pull/132056) | ||
- [Stabilize async closures](https://github.com/rust-lang/rust/pull/132706) |
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.
This should appear in the blog post.
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.
And should probably appear second in the list, after the edition.
RELEASES.md
Outdated
This stabilizes usage of `...` variable args in extern declarations for `system`, `aapcs`, `sysv64`, `win64`, and `efiapi` calling conventions. `C` and `cdecl` were previously stable. | ||
- [Add `unpredictable_function_pointer_comparisons` lint to warn against function pointer comparisons](https://github.com/rust-lang/rust/pull/118833) | ||
- [Lint on combining `#[no_mangle]` and `#[export_name]` attributes.](https://github.com/rust-lang/rust/pull/131558) | ||
- [Stabilize `#[diagnostic::do_not_recommend]`](https://github.com/rust-lang/rust/pull/132056) |
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.
This one is worth a brief mention in the blog post.
- [Unsigned `{integer}::midpoint`](https://doc.rust-lang.org/std/primitive.u64.html#method.midpoint) | ||
- [`NonZeroU*::midpoint`](https://doc.rust-lang.org/std/num/type.NonZeroU32.html#method.midpoint) | ||
- [impl `std::iter::Extend` for tuples with arity 1 through 12](https://doc.rust-lang.org/stable/std/iter/trait.Extend.html#impl-Extend%3C(A,)%3E-for-(EA,)) | ||
- [`FromIterator<(A, ...)>` for tuples with arity 1 through 12](https://doc.rust-lang.org/stable/std/iter/trait.FromIterator.html#impl-FromIterator%3C(EA,)%3E-for-(A,)) |
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.
These two lines about tuples in collect/extend should probably get a mention in the blog post; that’s effectively a new major feature from the perspective of people “just using” Rust iterators!
12055f7
to
8aa2290
Compare
Squashed. @bors r+ rollup |
Rollup of 5 pull requests Successful merges: - rust-lang#135797 (Import initial generated 1.85 relnotes) - rust-lang#135909 (Export kernel descriptor for amdgpu kernels) - rust-lang#136545 (nvptx64: update default alignment to match LLVM 21) - rust-lang#137092 (abi_unsupported_vector_types: say which type is the problem) - rust-lang#137097 (Ignore Self in bounds check for associated types with Self:Sized) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#135797 - Mark-Simulacrum:relnotes, r=Mark-Simulacrum Import initial generated 1.85 relnotes https://forge.rust-lang.org/release/release-notes.html#release-team-step-5-publish-relnotes-pr r? rust-lang/release
…, r=Mark-Simulacrum Re-add missing empty lines in the releases notes cf. rust-lang#135797 (comment) and https://rust-lang.zulipchat.com/#narrow/channel/241545-t-release/topic/1.2E85/near/499937064
…, r=Mark-Simulacrum Re-add missing empty lines in the releases notes cf. rust-lang#135797 (comment) and https://rust-lang.zulipchat.com/#narrow/channel/241545-t-release/topic/1.2E85/near/499937064
Rollup merge of rust-lang#137125 - Urgau:reapply-empty-lines-relnotes, r=Mark-Simulacrum Re-add missing empty lines in the releases notes cf. rust-lang#135797 (comment) and https://rust-lang.zulipchat.com/#narrow/channel/241545-t-release/topic/1.2E85/near/499937064
…Simulacrum Re-add missing empty lines in the releases notes cf. rust-lang/rust#135797 (comment) and https://rust-lang.zulipchat.com/#narrow/channel/241545-t-release/topic/1.2E85/near/499937064
https://forge.rust-lang.org/release/release-notes.html#release-team-step-5-publish-relnotes-pr
r? rust-lang/release