-
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 5 pull requests #72948
Rollup of 5 pull requests #72948
Commits on Jun 1, 2020
-
Don't count pathless --extern options for unused-crate-dependencies w…
…arnings `--extern proc_macro` is used to add the proc_macro crate to the extern prelude for all procmacros. In general pathless `--extern` only references sysroot/standard libraries and so should be exempt from unused-crate-dependencies warnings.
Configuration menu - View commit details
-
Copy full SHA for 3dd6f2c - Browse repository at this point
Copy the full SHA 3dd6f2cView commit details
Commits on Jun 2, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7d27c63 - Browse repository at this point
Copy the full SHA 7d27c63View commit details
Commits on Jun 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 64b5520 - Browse repository at this point
Copy the full SHA 64b5520View commit details -
Configuration menu - View commit details
-
Copy full SHA for 634977f - Browse repository at this point
Copy the full SHA 634977fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8172ec - Browse repository at this point
Copy the full SHA b8172ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf5c62d - Browse repository at this point
Copy the full SHA bf5c62dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b280264 - Browse repository at this point
Copy the full SHA b280264View commit details -
Configuration menu - View commit details
-
Copy full SHA for d282fb0 - Browse repository at this point
Copy the full SHA d282fb0View commit details -
Rollup merge of rust-lang#72586 - lcnr:winner-winnowing, r=nikomatsakis
split select into submodules https://github.com/rust-lang/rust/blob/a0f06d11ae7fe29c8e263e2a5d8cd41b372f0283/src/librustc_trait_selection/traits/select.rs#L1 I extracted two submodules: - confirmation: apart from `pub(super) fn confirm_candidate`, everything else is private - candidate_assembly: exports `pub(super) fn candidate_from_obligation` and `pub(super) fn assemble_candidates` I tried to change as little as possible while doing this and hopefully split this into well reviewable commits.
Configuration menu - View commit details
-
Copy full SHA for f94c0df - Browse repository at this point
Copy the full SHA f94c0dfView commit details -
Rollup merge of rust-lang#72900 - jsgf:no-unused-pathless, r=petroche…
…nkov Don't count pathless --extern for unused-crate-dependencies warnings `--extern proc_macro` is used to add the proc_macro crate to the extern prelude for all procmacros. In general pathless `--extern` only references sysroot/standard libraries and so should be exempt from unused-crate-dependencies warnings. r? @petrochenkov
Configuration menu - View commit details
-
Copy full SHA for 7973d93 - Browse repository at this point
Copy the full SHA 7973d93View commit details -
Rollup merge of rust-lang#72924 - JohnTitor:stabilize-buf-capacity, r…
…=shepmaster Stabilize `std::io::Buf{Reader, Writer}::capacity` Closes rust-lang#68833 FCP is done here: rust-lang#68833 (comment)
Configuration menu - View commit details
-
Copy full SHA for ec2826c - Browse repository at this point
Copy the full SHA ec2826cView commit details -
Rollup merge of rust-lang#72942 - GuillaumeGomez:cleanup-e0641, r=Dyl…
…an-DPC clean up E0641 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for 77a74ec - Browse repository at this point
Copy the full SHA 77a74ecView commit details -
Rollup merge of rust-lang#72945 - ajpaverd:cfguard-docs, r=Mark-Simul…
…acrum Updated documentation for Control Flow Guard Update user-facing documentation for the Control Flow Guard (CFG) exploit mitigation in the unstable book, as requested in rust-lang#68793.
Configuration menu - View commit details
-
Copy full SHA for b61f3bb - Browse repository at this point
Copy the full SHA b61f3bbView commit details