-
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
Rollup of 6 pull requests #91983
Rollup of 6 pull requests #91983
Commits on Oct 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f202a0b - Browse repository at this point
Copy the full SHA f202a0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f543ee - Browse repository at this point
Copy the full SHA 6f543eeView commit details
Commits on Nov 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c4e0622 - Browse repository at this point
Copy the full SHA c4e0622View commit details
Commits on Nov 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f020ba4 - Browse repository at this point
Copy the full SHA f020ba4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1692bcc - Browse repository at this point
Copy the full SHA 1692bccView commit details
Commits on Dec 11, 2021
-
Fix since attribute for const_manually_drop feature
const_manually_drop was stabilized in 1.32 as mentioned in https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1320-2019-01-17
Configuration menu - View commit details
-
Copy full SHA for e1c9a88 - Browse repository at this point
Copy the full SHA e1c9a88View commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 85f786c - Browse repository at this point
Copy the full SHA 85f786cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7e48f2 - Browse repository at this point
Copy the full SHA a7e48f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ec734a - Browse repository at this point
Copy the full SHA 0ec734aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58fd2ff - Browse repository at this point
Copy the full SHA 58fd2ffView commit details
Commits on Dec 16, 2021
-
Rollup merge of rust-lang#88728 - orlp:float-next-up-down, r=yaahc,sc…
…ottmcm Added next_up and next_down for f32/f64. This is a pull request implementing the features described at rust-lang/rfcs#3173.
Configuration menu - View commit details
-
Copy full SHA for 84c3e14 - Browse repository at this point
Copy the full SHA 84c3e14View commit details -
Rollup merge of rust-lang#91796 - not-my-profile:fix-const_manually_d…
…rop-since, r=kennytm Fix since attribute for const_manually_drop feature const_manually_drop was stabilized in 1.32 as mentioned in https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1320-2019-01-17
Configuration menu - View commit details
-
Copy full SHA for 677caf3 - Browse repository at this point
Copy the full SHA 677caf3View commit details -
Rollup merge of rust-lang#91947 - ibraheemdev:io-error-other, r=josht…
…riplett Add `io::Error::other` This PR adds a small utility constructor, `io::Error::other`, a shorthand for `io::Error::new(io::ErrorKind::Other, err)`, something I find myself writing often. For some concrete stats, a quick search on [grep.app](https://grep.app) shows that more than half of the uses of `io::Error::new` use `ErrorKind::Other`: ``` Error::new\((?:std::)?(?:io::)?ErrorKind:: => 3,898 results Error::new\((?:std::)?(?:io::)?ErrorKind::Other => 2,186 results ```
Configuration menu - View commit details
-
Copy full SHA for 8cb6cc3 - Browse repository at this point
Copy the full SHA 8cb6cc3View commit details -
Rollup merge of rust-lang#91951 - SparrowLii:master, r=Amanieu
update stdarch 2 commits in d219ad6..0716b22 2021-12-9 23:50:37 +0000 to 2021-12-14 16:17:57 +0100 * Fix a bunch of typos ([Fix a bunch of typos stdarch#1267](rust-lang/stdarch#1267)) * Stabilize armv8 neon instruction set on aarch64 ([Stabilize armv8 neon instruction set on aarch64 stdarch#1266](rust-lang/stdarch#1266)) The update stabilizes armv8 neon instructions on aarch64. rust-lang#90972
Configuration menu - View commit details
-
Copy full SHA for 27edae4 - Browse repository at this point
Copy the full SHA 27edae4View commit details -
Rollup merge of rust-lang#91967 - lnicola:freebsd-devstat, r=kennytm
Pull in libdevstat on FreeBSD Similar to rust-lang#90495, spotted in rust-lang#91909.
Configuration menu - View commit details
-
Copy full SHA for 5a4c1c7 - Browse repository at this point
Copy the full SHA 5a4c1c7View commit details -
Rollup merge of rust-lang#91972 - RalfJung:pref-align-of, r=Mark-Simu…
…lacrum link to pref_align_of tracking issue If we are not going to remove this intrinsic (rust-lang#90877), I think we should at least have a place to centralize discussion around it, so here we go. Intrinsics don't have their own separate features and usually we instead use the public method for tracking it, but this one does not have such a method... so the tracking issue is just a regular link. (And then we sue it for the const part as well.)
Configuration menu - View commit details
-
Copy full SHA for a96c5bc - Browse repository at this point
Copy the full SHA a96c5bcView commit details