-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Update RELEASES.md for 1.25.0 #48374
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
RELEASES.md
Outdated
- [`UnsafeCell::into_inner` is now safe.][47204] | ||
- [Implement libstd for CloudABI.][47268] | ||
- [`Float::{from_bits, to_bits}` is now available in libcore.][46931] | ||
- [renamed `ptr::Shared` to `ptr::NonNull`.][46952] |
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 isn't stable yet, so probably shouldn't be in here, right?
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.
@steveklabnik Looking at the beta docs and the prs this mentioned in. It's stable this release unless there was a revert pr I didn't see.
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.
Maybe don't mention ptr::Shared
?
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, I would make this link to the stabilization of NonNull
in that case.
RELEASES.md
Outdated
- The borrow checker was sometimes incorrectly permitting overlapping borrows | ||
around indexing operations (see #47349). This has been fixed (which also | ||
enabled some correct code that used to cause errors (e.g. #33903 and #46095). | ||
- [Removed deprecated unstable attribute `#[simd]`.][47251] |
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.
same here
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.
@steveklabnik @Mark-Simulacrum gave it the relnotes
tag so I included it.
RELEASES.md
Outdated
- [`Float::{from_bits, to_bits}` is now available in libcore.][46931] | ||
- [renamed `ptr::Shared` to `ptr::NonNull`.][46952] | ||
- [Implement `AsRef<Path>` for Component][46985] | ||
- [Deprecated `[T]::rotate` in favor of `[T]::rotate_{left,right}`.][46777] |
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.
rotate_left
and rotate_right
are not stable yet.
RELEASES.md
Outdated
- [`rustdoc` has switched to pulldown as the default markdown renderer.][47398] | ||
- The borrow checker was sometimes incorrectly permitting overlapping borrows | ||
around indexing operations (see #47349). This has been fixed (which also | ||
enabled some correct code that used to cause errors (e.g. #33903 and #46095). |
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.
Please add links to these 3 issues.
RELEASES.md
Outdated
- [`UnsafeCell::into_inner` is now safe.][47204] | ||
- [Implement libstd for CloudABI.][47268] | ||
- [`Float::{from_bits, to_bits}` is now available in libcore.][46931] | ||
- [renamed `ptr::Shared` to `ptr::NonNull`.][46952] |
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.
Maybe don't mention ptr::Shared
?
RELEASES.md
Outdated
-------- | ||
- [Stabilised `#[repr(align(x))]`.][47006] [RFC 1358] | ||
- [You can now use nested groups of imports.][47948] | ||
eg. `use std::{fs::File, io::Read, path::{Path, PathBuf}};` |
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.
We should probably use e.g.
instead of eg.
throughout.
[cargo/5029]: https://github.com/rust-lang/cargo/pull/5029 | ||
[RFC 1358]: https://github.com/rust-lang/rfcs/pull/1358 | ||
[`Location::column`]: https://doc.rust-lang.org/std/panic/struct.Location.html#method.column | ||
[`ptr::NonNull`]: https://doc.rust-lang.org/std/ptr/struct.NonNull.html |
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.
link returns 404?
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.
The link should be available once 1.25 is released to stable channel.
RELEASES.md
Outdated
----- | ||
- [`cargo new` no longer removes `rust` or `rs` prefixs/suffixs.][cargo/5013] | ||
- [`cargo new` now defaults to creating a binary crate, instead of a | ||
libary crate.][cargo/5029] |
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.
libary -> library
Ping from triage, @Mark-Simulacrum — looks like it's back in your court! |
RELEASES.md
Outdated
- [`UnsafeCell::into_inner` is now safe.][47204] | ||
- [Implement libstd for CloudABI.][47268] | ||
- [`Float::{from_bits, to_bits}` is now available in libcore.][46931] | ||
|
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.
Extra line?
RELEASES.md
Outdated
|
||
Misc | ||
---- | ||
|
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.
Should probably remove this category if it's unused.
Isn't this going to be the first release with Rust By Example in the distribution documentation? Shouldn't that be in the release notes? |
@Havvy Do you have the PR that does that so I can check if it's in beta? |
but easier: https://doc.rust-lang.org/beta/rust-by-example/ The PR was marked relnotes... |
Ping from triage, @Mark-Simulacrum — looks like it's back in your court! |
Looks like my two nits still stand (#48374 (review)). Otherwise I think we are good to merge. |
@Mark-Simulacrum I've removed the extra line, and Misc is no longer empty so it shouldn't be removed. |
@bors r+ p=1 |
📌 Commit e2cf172 has been approved by |
🌲 The tree is currently closed for pull requests below priority 30, this pull request will be tested once the tree is reopened |
Update RELEASES.md for 1.25.0 [rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md)
@bors rollup |
Update RELEASES.md for 1.25.0 [rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md)
rendered