-
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
Initial version of 1.64 release notes #101093
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
|
@joshtriplett I added some things as discussed in Zulip, please take a look |
@tmandry Thanks! |
According to #101822, the change in #99413 introduced a known backward incompatible change. I am not arguing that the change should or should not have landed. That is way beyond my knowledge. But having this mentioned would be valuable for others so that they don't spend time minimizing and trying to figure out what is happening 😁 |
There is a dedicated section "Compatibility Notes". #99413 is listed twice, there and the libs section. |
Sure but
doesn't really mean anything to users outside of compiler contributors. |
@bors r+ rollup p=1 |
Thank you very much @tmandry ! The details you added are great 👍 |
Stabilized APIs | ||
--------------- | ||
|
||
- [`ffi::CStr`](https://doc.rust-lang.org/stable/std/ffi/struct.CStr.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.
Would these not be clearer as core::ffi::…
so that it’s obvious the “new” part is being in core
?
…-Simulacrum Initial version of 1.64 release notes Needs further expansion on some points, with text that will likely end up in the blog post as well. Also adds the release notes from 1.62.1 and 1.63, which weren't present on the branch.
@bors rollup=never |
|
☔ The latest upstream changes made this pull request unmergeable. Please resolve the merge conflicts. |
Co-authored-by: Tyler Mandry <tmandry@gmail.com> Co-authored-by: Josh Triplett <josh@joshtriplett.org>
25e2091
to
a924b8a
Compare
This ... shouldn't be targeted at the beta branch, not sure why that was done. Release notes should always target the master branch. I've changed the base branch and squashed the commits while rebasing since that was easier than getting git to move just the right commits over. @bors r+ rollup p=1 |
…iaskrgr Rollup of 7 pull requests Successful merges: - rust-lang#101093 (Initial version of 1.64 release notes) - rust-lang#101713 (change AccessLevels representation) - rust-lang#101821 (Bump Unicode to version 15.0.0, regenerate tables) - rust-lang#101826 (Enforce "joined()" and "joined_with_noop()" test) - rust-lang#101835 (Allow using vendoring when running bootstrap from outside the source root) - rust-lang#101942 (Revert "Copy stage0 binaries into stage0-sysroot") - rust-lang#101943 (rustdoc: remove unused CSS `.non-exhaustive { margin-bottom }`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Needs further expansion on some points, with text that will likely end up in
the blog post as well.
Also adds the release notes from 1.62.1 and 1.63, which weren't present on the
branch.