-
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
Backporting accepted PRs to beta #43831
Conversation
@alexcrichton figured out a way how to do it :)
This fixes an optimization regression by allowing LLVM to see through more functions. Closes rust-lang#43272
Stabilizes: * `<char>::escape_debug` * `std::char::EscapeDebug` Closes rust-lang#35068
Stabilized: * `Option::get_or_insert` * `Option::get_or_insert_with` Closes rust-lang#39288
Stabilized * `<str>::get` * `<str>::get_mut` * `<str>::get_unchecked` * `<str>::get_unchecked_mut` Closes rust-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` Closes rust-lang#40380
Stabilizes: * `Utf8Error::error_len` Closes rust-lang#40494
Stabilizes * `core::mem::ManuallyDrop` * `std::mem::ManuallyDrop` * `ManuallyDrop::new` * `ManuallyDrop::into_inner` * `ManuallyDrop::drop` * `Deref for ManuallyDrop` * `DerefMut for ManuallyDrop` Closes rust-lang#40673
Stabilizes: * `compile_error!` as a macro defined by rustc Closes rust-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` Closes rust-lang#41119
@bors: r+ |
📌 Commit 808f8ea has been approved by |
@bors: r+ This also now bumps beta to .2 |
📌 Commit edaa924 has been approved by |
Lockfile out of date. |
edaa924
to
5f554ed
Compare
@bors: r+ p=1 (beta backport) |
📌 Commit 5f554ed has been approved by |
⌛ Testing commit 5f554ed with merge 1cbf41d59eb107c7d2063ca88fd5fae8bf29a813... |
💔 Test failed - status-travis |
|
☀️ Test successful - status-appveyor, status-travis |
Backport of:
Layout::repeat
as#[inline]
#43513