Skip to content

Add release notes for 1.94.0#153221

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Mark-Simulacrum:relnotes
Mar 3, 2026
Merged

Add release notes for 1.94.0#153221
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
Mark-Simulacrum:relnotes

Conversation

@Mark-Simulacrum

Copy link
Copy Markdown
Member

Replaces #151650.

r? cuviper

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue. labels Feb 28, 2026
@Mark-Simulacrum

Copy link
Copy Markdown
Member Author

@rustbot ping relnotes-interest-group

@rustbot

rustbot commented Feb 28, 2026

Copy link
Copy Markdown
Collaborator

Hi relnotes-interest-group, this issue/PR could use some help in reviewing /
adjusting release notes. Could you take a look if available? Thanks <3

cc @alex-semenyuk @jieyouxu @joshtriplett @Kobzol @lcnr @traviscross

Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
@Mark-Simulacrum

Copy link
Copy Markdown
Member Author

@bors squash

@rust-bors

rust-bors Bot commented Feb 28, 2026

Copy link
Copy Markdown
Contributor

🚧 Squashing... this can take a few minutes.

@rust-bors

rust-bors Bot commented Feb 28, 2026

Copy link
Copy Markdown
Contributor

🔨 3 commits were squashed into b565eaf.

Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
Comment thread RELEASES.md Outdated
@Mark-Simulacrum

Copy link
Copy Markdown
Member Author

@bors squash

@rust-bors

rust-bors Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

🚧 Squashing... this can take a few minutes.

@rust-bors

rust-bors Bot commented Mar 1, 2026

Copy link
Copy Markdown
Contributor

🔨 2 commits were squashed into 6e4f1d4.

@jieyouxu jieyouxu left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread RELEASES.md Outdated
Comment thread RELEASES.md
Comment thread RELEASES.md Outdated
@cuviper

cuviper commented Mar 2, 2026

Copy link
Copy Markdown
Member

@bors squash

@rust-bors

This comment has been minimized.

@rust-bors

rust-bors Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

🔨 3 commits were squashed into 02e5b02.

* Adjust macro description
* Copy Cargo's release notes for more details
* Apply suggestions from code review

Co-authored-by: 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com>
Co-authored-by: alexey semenyuk <alexsemenyuk88@gmail.com>
Co-authored-by: León Orell Valerian Liehr <me@fmease.dev>
@cuviper

cuviper commented Mar 2, 2026

Copy link
Copy Markdown
Member

That last force-push is because my squash changed the author to me, so I restored that and also cleaned up the accumulated commit message a little.

@bors r+ rollup

@rust-bors

rust-bors Bot commented Mar 2, 2026

Copy link
Copy Markdown
Contributor

📌 Commit ff1a98a has been approved by cuviper

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 2, 2026
cuviper added a commit to cuviper/rust that referenced this pull request Mar 2, 2026
This copies every change from `main` and rust-lang#153221.
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Mar 2, 2026
rust-bors Bot pushed a commit that referenced this pull request Mar 3, 2026
…uwer

Rollup of 8 pull requests

Successful merges:

 - #151864 (Implement AST -> HIR generics propagation in delegation)
 - #152941 (prefer actual ABI-controling fields over target.abi when making ABI decisions)
 - #153227 (Don’t report missing fields in struct exprs with syntax errors.)
 - #152966 (Migrate 11 tests from tests/ui/issues to specific directories)
 - #153003 (rustdoc: make `--emit` and `--out-dir` mimic rustc)
 - #153034 (Remove unhelpful hint from trivial bound errors)
 - #153221 (Add release notes for 1.94.0)
 - #153297 (Update the name of the Hermit operating system)
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Mar 3, 2026
rust-bors Bot pushed a commit that referenced this pull request Mar 3, 2026
…uwer

Rollup of 12 pull requests

Successful merges:

 - #152941 (prefer actual ABI-controling fields over target.abi when making ABI decisions)
 - #153227 (Don’t report missing fields in struct exprs with syntax errors.)
 - #153265 (Clarified doc comments + added tests confirming current behavior for intersperse/intersperse_with)
 - #152966 (Migrate 11 tests from tests/ui/issues to specific directories)
 - #153003 (rustdoc: make `--emit` and `--out-dir` mimic rustc)
 - #153034 (Remove unhelpful hint from trivial bound errors)
 - #153152 (Migration of LintDiagnostic - part 5)
 - #153177 (disable the ptr_fragment_in_final test on s390x)
 - #153221 (Add release notes for 1.94.0)
 - #153279 (feat: Provide an '.item_kind()' method on ItemEnum)
 - #153297 (Update the name of the Hermit operating system)
 - #153309 (Cleanup of c-variadic link test)
@rust-bors rust-bors Bot merged commit 3caa6ab into rust-lang:main Mar 3, 2026
11 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Mar 3, 2026
rust-timer added a commit that referenced this pull request Mar 3, 2026
Rollup merge of #153221 - Mark-Simulacrum:relnotes, r=cuviper

Add release notes for 1.94.0

Replaces #151650.

r? cuviper
MabezDev pushed a commit to esp-rs/rust that referenced this pull request Mar 13, 2026
This copies every change from `main` and rust-lang#153221.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant to the release subteam, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants