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 up1.7 release notes #31099
Conversation
rust-highfive
assigned
alexcrichton
Jan 22, 2016
This comment has been minimized.
This comment has been minimized.
|
(rust_highfive has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
|
Please review @rust-lang/libs @rust-lang/lang @rust-lang/compiler |
This comment has been minimized.
This comment has been minimized.
|
I'm not mentioning new unstable features like |
This comment has been minimized.
This comment has been minimized.
|
Big +1 to doing this overall. On Jan 21, 2016, 19:06 -0500, Brian Andersonnotifications@github.com, wrote:
|
bluss
reviewed
Jan 22, 2016
| [`Vec::as_mut_slice`], | ||
| [`String::as_str`], | ||
| [`String::as_mut_str`], | ||
| `<[T]>::`[`clone_from_slice`], |
This comment has been minimized.
This comment has been minimized.
bluss
Jan 22, 2016
Contributor
Is this a good place for a note about new behavior in clone_from_slice? It should say that clone_from_slice now requires the two slices to be the same length (and panics otherwise).
brson
added
the
beta-nominated
label
Jan 22, 2016
ollie27
reviewed
Jan 22, 2016
| @@ -1,3 +1,353 @@ | |||
| Version 1.7.0 (2016-03-03) | |||
This comment has been minimized.
This comment has been minimized.
ollie27
Jan 22, 2016
Contributor
Might be a good idea to make it more obvious this hasn't been released yet and that this is technically a draft?
This comment has been minimized.
This comment has been minimized.
brson
Jan 29, 2016
Author
Contributor
This is a good idea, but I think I won't do it. It would require patching both the beta and master branches later.
ollie27
reviewed
Jan 22, 2016
| [`u32::overflowing_neg`], | ||
| [`u32::overflowing_shl`], | ||
| [`u32::overflowing_shr`], | ||
| checked, saturated, and overflowing operations for other primitive types, |
This comment has been minimized.
This comment has been minimized.
ollie27
reviewed
Jan 22, 2016
| [`CString::into_bytes`], | ||
| [`CString::into_bytes_with_nul`], | ||
| `From<CString> for Vec<u8>`, | ||
| `From<CString> for Vec<u8>`, |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
r=me once you feel this is good to go |
alexcrichton
referenced this pull request
Jan 23, 2016
Closed
Fix a minor issue in release note of 1.6 #31138
upsuper
reviewed
Jan 23, 2016
| [`collections::hash_set::HashSet::drain`], | ||
| [`collections::binary_heap::Drain`], | ||
| [`collections::binary_heap::BinaryHeap::drain`], | ||
| [`Vec::extend_from_slice`] (renamed from `push_all`), |
This comment has been minimized.
This comment has been minimized.
steveklabnik
referenced this pull request
Jan 26, 2016
Closed
Broken links in 1.6 release notes #31102
brson
force-pushed the
brson:relnotes
branch
from
559847b
to
6dbff05
Jan 29, 2016
This comment has been minimized.
This comment has been minimized.
|
@bors r=alexcrichton |
This comment has been minimized.
This comment has been minimized.
|
|
brson
added some commits
Jan 19, 2016
ollie27
reviewed
Jan 29, 2016
| [`i32::overflowing_shl`], | ||
| [`i32::overflowing_shr`], | ||
| [`u32::checked_rem`], | ||
| [`u32::checked_neg`], |
This comment has been minimized.
This comment has been minimized.
ollie27
reviewed
Jan 29, 2016
| [`u32::checked_rem`], | ||
| [`u32::checked_neg`], | ||
| [`u32::checked_shl`], | ||
| [`u32::checked_shl`], |
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jan 29, 2016
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.
|
@bors: rollup Sorry I interrupted to see if I can get the LLVM upgrade to land or otherwise the bots are just gonna keep oscillating back and forth between various versions of LLVM. It may not work out though... |
This comment has been minimized.
This comment has been minimized.
bors
added a commit
that referenced
this pull request
Jan 30, 2016
This comment has been minimized.
This comment has been minimized.
|
|
This comment has been minimized.
This comment has been minimized.
|
@bors: retry On Fri, Jan 29, 2016 at 9:23 PM, bors notifications@github.com wrote:
|
brson commentedJan 22, 2016
No description provided.