-
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
Commits on Aug 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e56fa24 - Browse repository at this point
Copy the full SHA e56fa24View commit details -
@alexcrichton figured out a way how to do it :)
Configuration menu - View commit details
-
Copy full SHA for c51b709 - Browse repository at this point
Copy the full SHA c51b709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 309ab47 - Browse repository at this point
Copy the full SHA 309ab47View commit details -
std: Mark
Layout::repeat
as#[inline]
This fixes an optimization regression by allowing LLVM to see through more functions. Closes rust-lang#43272
Configuration menu - View commit details
-
Copy full SHA for 086f9e4 - Browse repository at this point
Copy the full SHA 086f9e4View commit details -
std: Stabilize
char_escape_debug
Stabilizes: * `<char>::escape_debug` * `std::char::EscapeDebug` Closes rust-lang#35068
Configuration menu - View commit details
-
Copy full SHA for 1206c80 - Browse repository at this point
Copy the full SHA 1206c80View commit details -
std: Stabilize
option_entry
featureStabilized: * `Option::get_or_insert` * `Option::get_or_insert_with` Closes rust-lang#39288
Configuration menu - View commit details
-
Copy full SHA for d85df50 - Browse repository at this point
Copy the full SHA d85df50View commit details -
std: Stabilize
str_checked_slicing
featureStabilized * `<str>::get` * `<str>::get_mut` * `<str>::get_unchecked` * `<str>::get_unchecked_mut` Closes rust-lang#39932
Configuration menu - View commit details
-
Copy full SHA for b20d248 - Browse repository at this point
Copy the full SHA b20d248View commit details -
std: Stabilize CString/OsString/PathBuf extra methods
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
Configuration menu - View commit details
-
Copy full SHA for 9ec2b5b - Browse repository at this point
Copy the full SHA 9ec2b5bView commit details -
std: Stabilize
utf8_error_error_len
featureStabilizes: * `Utf8Error::error_len` Closes rust-lang#40494
Configuration menu - View commit details
-
Copy full SHA for 59ccb2f - Browse repository at this point
Copy the full SHA 59ccb2fView commit details -
std: Stabilize
manually_drop
featureStabilizes * `core::mem::ManuallyDrop` * `std::mem::ManuallyDrop` * `ManuallyDrop::new` * `ManuallyDrop::into_inner` * `ManuallyDrop::drop` * `Deref for ManuallyDrop` * `DerefMut for ManuallyDrop` Closes rust-lang#40673
Configuration menu - View commit details
-
Copy full SHA for 7e22e24 - Browse repository at this point
Copy the full SHA 7e22e24View commit details -
Stabilize the
compile_error_macro
featureStabilizes: * `compile_error!` as a macro defined by rustc Closes rust-lang#40872
Configuration menu - View commit details
-
Copy full SHA for febb255 - Browse repository at this point
Copy the full SHA febb255View commit details -
std: Stabilize the
str_{mut,box}_extras
featureStabilizes * `<&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
Configuration menu - View commit details
-
Copy full SHA for a2b8556 - Browse repository at this point
Copy the full SHA a2b8556View commit details -
Configuration menu - View commit details
-
Copy full SHA for 808f8ea - Browse repository at this point
Copy the full SHA 808f8eaView commit details
Commits on Aug 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 44a6d0b - Browse repository at this point
Copy the full SHA 44a6d0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f554ed - Browse repository at this point
Copy the full SHA 5f554edView commit details