-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 5 pull requests #94485
Rollup of 5 pull requests #94485
Commits on Feb 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6d7d6e1 - Browse repository at this point
Copy the full SHA 6d7d6e1View commit details
Commits on Feb 24, 2022
-
ARM: Only allow using d16-d31 with asm! when supported by the target
Support can be determined by checking for the "d32" LLVM feature.
Configuration menu - View commit details
-
Copy full SHA for 7cee1b4 - Browse repository at this point
Copy the full SHA 7cee1b4View commit details
Commits on Mar 1, 2022
-
7 - Make more use of
let_chains
Continuation of rust-lang#94376. cc rust-lang#53667
Configuration menu - View commit details
-
Copy full SHA for 7aa5ea9 - Browse repository at this point
Copy the full SHA 7aa5ea9View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb2b944 - Browse repository at this point
Copy the full SHA eb2b944View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765205b - Browse repository at this point
Copy the full SHA 765205bView commit details -
Rollup merge of rust-lang#93858 - krallin:process-process_group, r=dt…
…olnay Add a `process_group` method to UNIX `CommandExt` - Tracking issue: rust-lang#93857 - RFC: rust-lang/rfcs#3228 Add a `process_group` method to `std::os::unix::process::CommandExt` that allows setting the process group id (i.e. calling `setpgid`) in the child, thus enabling users to set process groups while leveraging the `posix_spawn` fast path.
Configuration menu - View commit details
-
Copy full SHA for cf76a19 - Browse repository at this point
Copy the full SHA cf76a19View commit details -
Rollup merge of rust-lang#94339 - Amanieu:arm-d32, r=nagisa
ARM: Only allow using d16-d31 with asm! when supported by the target Support can be determined by checking for the "d32" LLVM feature. r? `@nagisa`
Configuration menu - View commit details
-
Copy full SHA for ffc40cb - Browse repository at this point
Copy the full SHA ffc40cbView commit details -
Rollup merge of rust-lang#94433 - Urgau:check-cfg-allowness, r=petroc…
…henkov Improve allowness of the unexpected_cfgs lint This pull-request improve the allowness (`#[allow(...)]`) of the `unexpected_cfgs` lint. Before this PR only crate level `#![allow(unexpected_cfgs)]` worked, now with this PR it also work when put around `cfg!` or if it is in a upper level. Making it work ~for the attributes `cfg`, `cfg_attr`, ...~ for the same level is awkward as the current code is design to give "Some parent node that is close to this macro call" (cf. https://doc.rust-lang.org/nightly/nightly-rustc/rustc_expand/base/struct.ExpansionData.html) meaning that allow on the same line as an attribute won't work. I'm note even sure if this would be possible. Found while working on rust-lang#94298. r? `@petrochenkov`
Configuration menu - View commit details
-
Copy full SHA for 50e3ab3 - Browse repository at this point
Copy the full SHA 50e3ab3View commit details -
Rollup merge of rust-lang#94476 - c410-f3r:yet-more-let-chains, r=Dyl…
…an-DPC 7 - Make more use of `let_chains` Continuation of rust-lang#94376. cc rust-lang#53667
Configuration menu - View commit details
-
Copy full SHA for 1c5a915 - Browse repository at this point
Copy the full SHA 1c5a915View commit details -
Rollup merge of rust-lang#94482 - cuishuang:master, r=Dylan-DPC
compiler: fix some typos
Configuration menu - View commit details
-
Copy full SHA for 77d5946 - Browse repository at this point
Copy the full SHA 77d5946View commit details