Uh oh!
There was an error while loading. Please reload this page.
Backporting accepted PRs to beta - #43831
Merged
Merged
Conversation
@alexcrichton figured out a way how to do it :)
This fixes an optimization regression by allowing LLVM to see through more functions. Closesrust-lang#43272
Stabilizes: * `<char>::escape_debug` * `std::char::EscapeDebug` Closesrust-lang#35068
Stabilized: * `Option::get_or_insert` * `Option::get_or_insert_with` Closesrust-lang#39288
Stabilized * `<str>::get` * `<str>::get_mut` * `<str>::get_unchecked` * `<str>::get_unchecked_mut` Closesrust-lang#39932
Stabilizes: * `CString::as_c_str` * `CString::into_boxed_c_str` * `CStr::into_c_string` * `OsString::into_boxed_os_str` * `OsStr::into_os_string` * `PathBuf::into_boxed_path` * `PathBuf::into_path_buf` Closesrust-lang#40380
Stabilizes: * `Utf8Error::error_len` Closesrust-lang#40494
Stabilizes * `core::mem::ManuallyDrop` * `std::mem::ManuallyDrop` * `ManuallyDrop::new` * `ManuallyDrop::into_inner` * `ManuallyDrop::drop` * `Deref for ManuallyDrop` * `DerefMut for ManuallyDrop` Closesrust-lang#40673
Stabilizes: * `compile_error!` as a macro defined by rustc Closesrust-lang#40872
Stabilizes * `<&mut str>::as_bytes_mut` * `<Box<str>>::into_boxed_bytes` * `std::str::from_boxed_utf8_unchecked` * `std::str::from_utf8_mut` * `std::str::from_utf8_unchecked_mut` Closesrust-lang#41119
alexcrichton
commented
Aug 12, 2017
MemberAuthor
@bors: r+ |
bors
commented
Aug 12, 2017
Collaborator
📌 Commit 808f8ea has been approved by |
alexcrichton
commented
Aug 13, 2017
MemberAuthor
@bors: r+ This also now bumps beta to .2 |
bors
commented
Aug 13, 2017
Collaborator
📌 Commit edaa924 has been approved by |
ishitatsuyuki
commented
Aug 13, 2017
Contributor
Lockfile out of date. |
alexcrichton
commented
Aug 13, 2017
MemberAuthor
@bors: r+ p=1 (beta backport) |
bors
commented
Aug 13, 2017
Collaborator
📌 Commit 5f554ed has been approved by |
bors
commented
Aug 13, 2017
Collaborator
⌛ Testing commit 5f554ed with merge 1cbf41d59eb107c7d2063ca88fd5fae8bf29a813... |
bors
commented
Aug 13, 2017
Collaborator
💔 Test failed - status-travis |
kennytm
commented
Aug 13, 2017
Member
Details |
bors
commented
Aug 13, 2017
Collaborator
bors
commented
Aug 13, 2017
Collaborator
☀️ Test successful - status-appveyor, status-travis |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of:
Layout::repeatas#[inline]#43513