Uh oh!
There was an error while loading. Please reload this page.
Update RELEASES.md for 1.25.0 - #48374
Conversation
rust-highfive
commented
Feb 20, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
| - [`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.
this isn't stable yet, so probably shouldn't be in here, right?
There was a problem hiding this comment.
@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.
yeah, I would make this link to the stabilization of NonNull in that case.
| - 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.
@steveklabnik@Mark-Simulacrum gave it the relnotes tag so I included it.
| - [`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.
rotate_left and rotate_right are not stable yet.
| - [`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.
Please add links to these 3 issues.
| - [`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] |
nikomatsakis
commented
Feb 20, 2018
| -------- | ||
| - [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.
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.
The link should be available once 1.25 is released to stable channel.
| ----- | ||
| - [`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] |
shepmaster
commented
Mar 2, 2018
Ping from triage, @Mark-Simulacrum — looks like it's back in your court! |
| - [`UnsafeCell::into_inner` is now safe.][47204] | ||
| - [Implement libstd for CloudABI.][47268] | ||
| - [`Float::{from_bits, to_bits}` is now available in libcore.][46931] | ||
| Misc | ||
| ---- | ||
There was a problem hiding this comment.
Should probably remove this category if it's unused.
Havvy
commented
Mar 11, 2018
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? |
XAMPPRocky
commented
Mar 11, 2018
@Havvy Do you have the PR that does that so I can check if it's in beta? |
steveklabnik
commented
Mar 11, 2018
but easier: https://doc.rust-lang.org/beta/rust-by-example/ The PR was marked relnotes... |
shepmaster
commented
Mar 18, 2018
Ping from triage, @Mark-Simulacrum — looks like it's back in your court! |
Mark-Simulacrum
commented
Mar 18, 2018
Looks like my two nits still stand (#48374 (review)). Otherwise I think we are good to merge. |
XAMPPRocky
commented
Mar 19, 2018
@Mark-Simulacrum I've removed the extra line, and Misc is no longer empty so it shouldn't be removed. |
Mark-Simulacrum
commented
Mar 21, 2018
@bors r+ p=1 |
bors
commented
Mar 21, 2018
📌 Commit e2cf172 has been approved by |
bors
commented
Mar 21, 2018
🌲 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)
emilyalbini
commented
Mar 21, 2018
@bors rollup |
Update RELEASES.md for 1.25.0 [rendered](https://github.com/Aaronepower/rust/blob/master/RELEASES.md)
rendered