-
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 #72539
Rollup of 5 pull requests #72539
Commits on May 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5728c53 - Browse repository at this point
Copy the full SHA 5728c53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c5dba7 - Browse repository at this point
Copy the full SHA 3c5dba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52359f7 - Browse repository at this point
Copy the full SHA 52359f7View commit details -
Use
LocalDefId
inResolverOutputs::maybe_unused_trait_imports
ins……tead of `NodeId`
Configuration menu - View commit details
-
Copy full SHA for 13c86f2 - Browse repository at this point
Copy the full SHA 13c86f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25f575b - Browse repository at this point
Copy the full SHA 25f575bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21f65ae - Browse repository at this point
Copy the full SHA 21f65aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ff6ffd - Browse repository at this point
Copy the full SHA 8ff6ffdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c4cb46 - Browse repository at this point
Copy the full SHA 4c4cb46View commit details -
Configuration menu - View commit details
-
Copy full SHA for f31e076 - Browse repository at this point
Copy the full SHA f31e076View commit details
Commits on May 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 7a121ad - Browse repository at this point
Copy the full SHA 7a121adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2220eb4 - Browse repository at this point
Copy the full SHA 2220eb4View commit details -
Use
dyn
trait syntax in more comments and docsProbably missed it out during earlier `dyn` refactoring.
Configuration menu - View commit details
-
Copy full SHA for d1f4796 - Browse repository at this point
Copy the full SHA d1f4796View commit details -
Configuration menu - View commit details
-
Copy full SHA for df2f9a4 - Browse repository at this point
Copy the full SHA df2f9a4View commit details -
Rollup merge of rust-lang#72402 - marmeladema:resolver-outputs-def-id…
…, r=ecstatic-morse Remove all uses of `NodeId` in `ResolverOutputs` cc rust-lang#50928 r? @ecstatic-morse
Configuration menu - View commit details
-
Copy full SHA for 95c4583 - Browse repository at this point
Copy the full SHA 95c4583View commit details -
Rollup merge of rust-lang#72527 - RalfJung:miri-clippy-test-args, r=M…
…ark-Simulacrum bootstrap: propagate test-args to miri and clippy test suites For Miri I verified this works. For clippy, unfortunately it doesn't seem to work as a stage 0 tool: ``` ./x.py --stage 0 test src/tools/clippy --test-args init ``` gives ``` Compiling clippy-mini-macro-test v0.2.0 (/home/r/src/rust/rustc.3/src/tools/clippy/mini-macro) error[E0658]: procedural macros cannot be expanded to expressions --> src/tools/clippy/mini-macro/src/lib.rs:11:5 | 11 | / quote!( 12 | | #[allow(unused)] 13 | | fn needless_take_by_value(s: String) { 14 | | println!("{}", s.len()); ... | 24 | | } 25 | | ) | |_____^ | = note: see issue rust-lang#54727 <rust-lang#54727> for more information = help: add `#![feature(proc_macro_hygiene)]` to the crate attributes to enable Compiling proc-macro2 v1.0.3 Compiling syn v1.0.11 error: aborting due to previous error For more information about this error, try `rustc --explain E0658`. error: could not compile `clippy-mini-macro-test`. ``` But propagating `--test-args` to the test suite seems to make sense regardless. Cc @rust-lang/clippy
Configuration menu - View commit details
-
Copy full SHA for a75068a - Browse repository at this point
Copy the full SHA a75068aView commit details -
Rollup merge of rust-lang#72530 - GuillaumeGomez:cleanup-e0602, r=Dyl…
…an-DPC Clean up E0602 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for cdeef96 - Browse repository at this point
Copy the full SHA cdeef96View commit details -
Rollup merge of rust-lang#72532 - ratijas:dyn-trait-object-doc, r=jon…
…as-schievink Use `dyn` trait syntax in more comments and docs Probably missed it out during earlier dyn refactoring. 033cbfe#diff-a0ba6bbf82d9ee83a4c9525873f85b04
Configuration menu - View commit details
-
Copy full SHA for 67b4e2b - Browse repository at this point
Copy the full SHA 67b4e2bView commit details -
Rollup merge of rust-lang#72535 - saschanaz:patch-1, r=jonas-schievink
Use sort_unstable_by in its own docs Currently it uses `sort_by` instead of itself.
Configuration menu - View commit details
-
Copy full SHA for 134a165 - Browse repository at this point
Copy the full SHA 134a165View commit details