Add release notes for 1.77.0#121862
Merged
bors merged 6 commits intorust-lang:masterfrom Mar 17, 2024
Merged
Conversation
Member
Author
|
Still some TODOs for a few T-types changes I haven't figured out yet, and choosing compat notes (if any). |
Urgau
reviewed
Mar 1, 2024
Urgau
reviewed
Mar 1, 2024
notriddle
reviewed
Mar 2, 2024
cuviper
commented
Mar 7, 2024
Co-authored-by: Urgau <3616612+Urgau@users.noreply.github.com> Co-authored-by: Michael Howell <michael@notriddle.com>
f650fcd to
87c9349
Compare
Member
Author
|
Should be ready for final review now. |
Member
|
@bors r+ rollup p=1 |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 17, 2024
…iaskrgr Rollup of 6 pull requests Successful merges: - rust-lang#120640 (Mark UEFI std support as WIP) - rust-lang#121862 (Add release notes for 1.77.0) - rust-lang#122572 (add test for rust-lang#122301 to cover behavior that's on stable) - rust-lang#122578 (Only invoke `decorate` if the diag can eventually be emitted) - rust-lang#122615 (Mention Zalathar for coverage changes) - rust-lang#122636 (some minor code simplifications) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Mar 17, 2024
Rollup merge of rust-lang#121862 - cuviper:relnotes-1.77.0, r=Mark-Simulacrum Add release notes for 1.77.0 cc `@rust-lang/release` r? `@Mark-Simulacrum`
mati865
reviewed
Mar 18, 2024
|
|
||
| - [Extend the build directive syntax with `cargo::`.](https://github.com/rust-lang/cargo/pull/12201/) | ||
| - [Stabilize metadata `id` format as `PackageIDSpec`.](https://github.com/rust-lang/cargo/pull/12914/) | ||
| - [Pull out as `cargo-util-schemas` as a crate.](https://github.com/rust-lang/cargo/pull/13178/) |
Member
There was a problem hiding this comment.
Sorry for the late comment.
This was probably intended without the first as:
Suggested change
| - [Pull out as `cargo-util-schemas` as a crate.](https://github.com/rust-lang/cargo/pull/13178/) | |
| - [Pull out `cargo-util-schemas` as a crate.](https://github.com/rust-lang/cargo/pull/13178/) |
Member
Author
There was a problem hiding this comment.
Oops! See #122699, but I think we don't need to bother respinning the stable release.
Member
There was a problem hiding this comment.
Blogs link to https://doc.rust-lang.org/nightly/releases.html anyway so indeed it might be not worth the trouble.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
cc @rust-lang/release
r? @Mark-Simulacrum