-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Add release notes for 1.75.0 #118729
Add release notes for 1.75.0 #118729
Conversation
This comment has been minimized.
This comment has been minimized.
28e27a7
to
0453fb5
Compare
☔ The latest upstream changes (presumably #119082) made this pull request unmergeable. Please resolve the merge conflicts. |
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
e643c3b
to
c274a35
Compare
-------- | ||
|
||
- [Stabilize `async fn` and return-position `impl Trait` in traits.](https://github.com/rust-lang/rust/pull/115822/) | ||
- [Allow function pointer signatures containing `&mut T` in `const` contexts.](https://github.com/rust-lang/rust/pull/116015/) |
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 dunno if this is fixable but when skimming the notes I saw "&mut T
in const
contexts" and got momentarily confused/excited until I re-read the start of the line.
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.
Also shouldn't #116505 be noted somewhere ? (Probably Compiler or Internals) This feels quite an notable change to me.
Applied both of a1phyr's points. @bors r+ rollup |
…bini [stable] Prepare Rust 1.75.0 release This PR includes the squash of the release notes from rust-lang#118729, and bumps the channel to stable to prepare release artifacts. The only `beta-nominated` PR is rust-lang#118796, which is still waiting for review and is not `beta-accepted` yet, so this does **not** backport it. `@Nadrieril` `@cjgillot` `@apiraino` if that PR becomes ready to be backported before the 28th ping me on Zulip and I can rebuild artifacts with it. r? `@ghost`
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#118729 (Add release notes for 1.75.0) - rust-lang#119124 (don't build `rust-analyzer-proc-macro-srv` on def config ) - rust-lang#119154 (Simple modification of `non_lifetime_binders`'s diagnostic information to adapt to type binders) - rust-lang#119176 (Fix name error in aarch64_apple_watchos tier 3 target) - rust-lang#119182 (Update sysinfo version to 0.30.0) r? `@ghost` `@rustbot` modify labels: rollup
…iaskrgr Rollup of 5 pull requests Successful merges: - rust-lang#118729 (Add release notes for 1.75.0) - rust-lang#119124 (don't build `rust-analyzer-proc-macro-srv` on def config ) - rust-lang#119154 (Simple modification of `non_lifetime_binders`'s diagnostic information to adapt to type binders) - rust-lang#119176 (Fix name error in aarch64_apple_watchos tier 3 target) - rust-lang#119182 (Update sysinfo version to 0.30.0) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#118729 - cuviper:relnotes-1.75.0, r=pietroalbini Add release notes for 1.75.0 cc `@rust-lang/release` r? `@Mark-Simulacrum`
cc @rust-lang/release
r? @Mark-Simulacrum