-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
1.14 release notes #38427
1.14 release notes #38427
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
* [The internal memory layout of `HashMap` is more cache-friendly, for | ||
significant improvements in some operations][36692] | ||
* [`HashMap` uses less memory on 32-bit architectures][36595] | ||
* [Impl `Add<{str, Cow<str>}>` for `Cow<str>`][36595] |
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 should be 36430?
Misc | ||
---- | ||
|
||
* [Disable jemalloc on aarch64/powerpc][37392] |
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.
MIPS is also touched by this PR, but the PR title didn't reflect that.
* This release includes [experimental support for WebAssembly][1.14wasm] | ||
* This release includes builds for ARM Linux running MUSL libc. Add the | ||
`arm-unknown-linux-musleabi`, `arm-unknown-linux-musleabihf`, and | ||
`armv7-unknown-linux-musleabihf` targets via `rustup target add`. |
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.
Might also mention the addition of MIPS/MIPS64/PPC/s390x host builds since they didn't appear in 1.13.0 stable.
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.
Good idea. I only wish the rustup mips build worked...
Looks great to me! r=me with comments addressed |
All comments so far addressed. I really beefed up the bullets on platform support. It seems like rustup + platform support is the big story here. |
I'm going to backport this revision to 1.14. |
I'm not going to bother backporting after all. |
@bors r=alexcrichton |
📌 Commit 2afadaa has been approved by |
* [`ReadDir` implements `Debug`][37221] | ||
* [Implement `RefUnwindSafe` for atomic types][37178] | ||
* [Specialize `Vec::extend` to `Vec::extend_from_slice`][37094] | ||
* [Avoid allocations in `Decoder::read_str`][37064] |
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.
Isn't this more like a compile-time optimization?
⌛ Testing commit 2afadaa with merge 7ef0229... |
💔 Test failed - auto-linux-64-opt |
@bors: retry
…On Wed, Dec 21, 2016 at 7:30 AM, bors ***@***.***> wrote:
💔 Test failed - auto-linux-64-opt
<https://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/11312>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#38427 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAD95PInYKMFJ0isnpRIAa_vqfHHzdVpks5rKUX7gaJpZM4LPxN3>
.
|
1.14 release notes [Rendered](https://github.com/brson/rust/blob/relnotes/RELEASES.md). Is there anything I'm missing? Were there any library stabilizations? The most interesting thing this time seems to be rustup, then compile time opts, `..` matches, cargo exposing `cfg` values to build scripts. This release also has wasm support, but it's pretty rough. Might be worth hyping up all the same. ARM MUSL targets. There are a large number of compatibility notes. Might be worth talking about that. Relevant prlo links: goo.gl/PGz2Ds, goo.gl/KV23Qv, goo.gl/g7ku6D.
1.14 release notes [Rendered](https://github.com/brson/rust/blob/relnotes/RELEASES.md). Is there anything I'm missing? Were there any library stabilizations? The most interesting thing this time seems to be rustup, then compile time opts, `..` matches, cargo exposing `cfg` values to build scripts. This release also has wasm support, but it's pretty rough. Might be worth hyping up all the same. ARM MUSL targets. There are a large number of compatibility notes. Might be worth talking about that. Relevant prlo links: goo.gl/PGz2Ds, goo.gl/KV23Qv, goo.gl/g7ku6D.
Rendered.
Is there anything I'm missing? Were there any library stabilizations?
The most interesting thing this time seems to be rustup, then compile time opts,
..
matches, cargo exposingcfg
values to build scripts. This release also has wasm support, but it's pretty rough. Might be worth hyping up all the same. ARM MUSL targets.There are a large number of compatibility notes. Might be worth talking about that.
Relevant prlo links: goo.gl/PGz2Ds, goo.gl/KV23Qv, goo.gl/g7ku6D.