Uh oh!
There was an error while loading. Please reload this page.
1.14 release notes - #38427
Conversation
brson
commented
Dec 17, 2016
rust-highfive
commented
Dec 17, 2016
(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] |
| Misc | ||
| ---- | ||
| * [Disable jemalloc on aarch64/powerpc][37392] |
There was a problem hiding this comment.
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.
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.
Good idea. I only wish the rustup mips build worked...
alexcrichton
commented
Dec 17, 2016
Looks great to me! r=me with comments addressed |
brson
commented
Dec 17, 2016
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. |
brson
commented
Dec 17, 2016
I'm going to backport this revision to 1.14. |
brson
commented
Dec 17, 2016
I'm not going to bother backporting after all. |
brson
commented
Dec 20, 2016
@bors r=alexcrichton |
bors
commented
Dec 20, 2016
📌 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.
Isn't this more like a compile-time optimization?
bors
commented
Dec 21, 2016
⌛ Testing commit 2afadaa with merge 7ef0229... |
bors
commented
Dec 21, 2016
💔 Test failed - auto-linux-64-opt |
alexcrichton
commented
Dec 21, 2016
via email
@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>
.
|
bors
commented
Dec 21, 2016
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.
bors
commented
Dec 21, 2016
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 exposingcfgvalues 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.