Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRelease notes for 1.16 #39835
Conversation
rust-highfive
assigned
aturon
Feb 15, 2017
This comment has been minimized.
This comment has been minimized.
|
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
brson
added
the
beta-nominated
label
Feb 15, 2017
sanxiyn
requested changes
Feb 15, 2017
| [38066]: https://github.com/rust-lang/rust/pull/38066 | ||
| [38069]: https://github.com/rust-lang/rust/pull/38069 | ||
| [38131]: https://github.com/rust-lang/rust/pull/38131 | ||
| [38274]: https://github.com/rust-lang/rust/pull/ |
This comment has been minimized.
This comment has been minimized.
seppo0010
reviewed
Feb 15, 2017
| * [`[T]::binary_search` and `[T]::binary_search_by_key` now take | ||
| their argument by `Borrow` parameter][37761] | ||
| * [All public types in std implement `Debug`][38006] | ||
| * [`IpAddr` implements `From<Ipv4Adder>` and `From<Ipv6Addr>`][38327] |
This comment has been minimized.
This comment has been minimized.
petrochenkov
reviewed
Feb 15, 2017
| Language | ||
| -------- | ||
|
|
||
| * Lifetimes in statics ad consts default to `'static`. [RFC 1623] |
This comment has been minimized.
This comment has been minimized.
petrochenkov
reviewed
Feb 15, 2017
| * [Fix `transmute::<T, U>` where `T` requires a bigger alignment than | ||
| `U`][38670] | ||
| * [rustc: use -Xlinker when specifying an rpath with ',' in it][38798] | ||
| * [Candidates for type suggestions draw from more sources][38927] |
This comment has been minimized.
This comment has been minimized.
petrochenkov
Feb 15, 2017
•
Contributor
This is an underestimation :)
It's not only type suggestions, Levenshtein based typo suggestions now work in most places, while previously they worked only for fields and sometimes for local variables. Together with the overhaul of "no resolution"/"unexpected resolution" errors (#38154) they result in large and systematic improvement in resolution diagnostics.
This comment has been minimized.
This comment has been minimized.
brson
Feb 15, 2017
Author
Contributor
Oh, oops I meant to say "typo" suggestions. But I'll use your text. Thanks.
KalitaAlexey
reviewed
Feb 15, 2017
| * [`Add `--dep-info` flag to output build dependencies compatible with | ||
| make and ninja][cargo/3557] | ||
| * [Build all workspace members with `build --all`][cargo/3511] | ||
| * [Document all workspace members with `document --all`][cargo/3515] |
This comment has been minimized.
This comment has been minimized.
alexcrichton
reviewed
Feb 15, 2017
| to `true` and `false`. These are passed to `rustc` as the value to | ||
| `-C debuginfo`][cargo/3534] | ||
| * [Implement `cargo --version --verbose`][cargo/3604] | ||
| * [`Add `--dep-info` flag to output build dependencies compatible with |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
alexcrichton
Feb 15, 2017
Member
Oh actually and this isn't a flag to cargo (despite the PR title), it happens automatically for all compilations now.
This comment has been minimized.
This comment has been minimized.
|
r=me with typos and such fixed |
alexcrichton
added
the
beta-accepted
label
Feb 15, 2017
wesleywiser
reviewed
Feb 15, 2017
|
|
||
| * [crates.io will display CI badges from Travis and AppVeyor, if | ||
| specified in Cargo.toml][cargo/3546] | ||
| * [crates.io will display categories listen in Cargo.toml][cargo/3301] |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
Updated. |
eddyb
reviewed
Feb 15, 2017
| * [`rustc` now supports `--emit=metadata`, which causes rustc to emit | ||
| a `.rmeta` file containing only crate metadata][38571]. This can be | ||
| used by tools like the Rust Language Service to perform | ||
| metadata-only builds. |
This comment has been minimized.
This comment has been minimized.
eddyb
Feb 15, 2017
Member
Isn't the most notable user cargo check, which can use --emit=metadata to check several crates quickly?
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
killercup
reviewed
Feb 15, 2017
|
|
||
| * [`rustdoc` has a `--sysroot` argument that, like `rustc`, specifies | ||
| the path to the Rust implementation][38589] | ||
| * [The `armv7-linux-androideabi` target no lenger enables NEON |
This comment has been minimized.
This comment has been minimized.
brson
reviewed
Feb 15, 2017
|
|
||
| * [crates.io will display CI badges from Travis and AppVeyor, if | ||
| specified in Cargo.toml][cargo/3546] | ||
| * [crates.io will display categories listed in in Cargo.toml][cargo/3301] |
This comment has been minimized.
This comment has been minimized.
sanxiyn
approved these changes
Feb 21, 2017
This comment has been minimized.
This comment has been minimized.
|
Still needs to be updated for feedback. |
This comment has been minimized.
This comment has been minimized.
|
No performance improvements? :o |
This comment has been minimized.
This comment has been minimized.
|
@ishitatsuyuki Sadly I didn't see anything of note, and the benchmarking service is down, so there's no data to draw from. |
brson
force-pushed the
brson:relnotes
branch
from
e188c4a
to
23c09ea
Mar 9, 2017
This comment has been minimized.
This comment has been minimized.
|
@bors r+ |
This comment has been minimized.
This comment has been minimized.
|
|
alexcrichton
removed
the
beta-nominated
label
Mar 9, 2017
bors
added a commit
that referenced
this pull request
Mar 9, 2017
bors
added a commit
that referenced
this pull request
Mar 10, 2017
This comment has been minimized.
This comment has been minimized.
|
|
bors
added a commit
that referenced
this pull request
Mar 10, 2017
This comment has been minimized.
This comment has been minimized.
|
|
bors
merged commit 23c09ea
into
rust-lang:master
Mar 10, 2017
bors
added a commit
that referenced
this pull request
Mar 10, 2017
bors
added a commit
that referenced
this pull request
Mar 10, 2017
This comment has been minimized.
This comment has been minimized.
|
Did omitting |
This comment has been minimized.
This comment has been minimized.
|
Also this mentions |
This comment has been minimized.
This comment has been minimized.
|
It wasn't. |
brson commentedFeb 15, 2017
Rendered