-
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 10 pull requests #106654
Rollup of 10 pull requests #106654
Commits on Nov 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 76438d2 - Browse repository at this point
Copy the full SHA 76438d2View commit details
Commits on Dec 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 083560b - Browse repository at this point
Copy the full SHA 083560bView commit details
Commits on Dec 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 11331b1 - Browse repository at this point
Copy the full SHA 11331b1View commit details
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 564435f - Browse repository at this point
Copy the full SHA 564435fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e2536b - Browse repository at this point
Copy the full SHA 9e2536bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d2404d6 - Browse repository at this point
Copy the full SHA d2404d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 050bc95 - Browse repository at this point
Copy the full SHA 050bc95View commit details
Commits on Jan 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ecdf7f0 - Browse repository at this point
Copy the full SHA ecdf7f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for db6d3b3 - Browse repository at this point
Copy the full SHA db6d3b3View commit details
Commits on Jan 8, 2023
-
Forbid #[suggestion_*(...)] on Vecs
It is ambiguous whether this should produce several `.span_suggestions()` calls or one `.multipart_suggestions()` call.
Configuration menu - View commit details
-
Copy full SHA for 6b01b35 - Browse repository at this point
Copy the full SHA 6b01b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e2ae86 - Browse repository at this point
Copy the full SHA 3e2ae86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58edd7f - Browse repository at this point
Copy the full SHA 58edd7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 27c0c46 - Browse repository at this point
Copy the full SHA 27c0c46View commit details -
Fix condition for "missing
struct
" diagnostic on tuple structsThe check previously matched this, and suggested adding a missing `struct`: pub Foo(...): It was probably intended to match this instead (semicolon instead of colon): pub Foo(...);
Configuration menu - View commit details
-
Copy full SHA for f94a148 - Browse repository at this point
Copy the full SHA f94a148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5783b8c - Browse repository at this point
Copy the full SHA 5783b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e5282a8 - Browse repository at this point
Copy the full SHA e5282a8View commit details -
Convert rustc_parse::parser::pat::Expected to enum
This is required in order to support translatable diagnostics.
Configuration menu - View commit details
-
Copy full SHA for e4e17a3 - Browse repository at this point
Copy the full SHA e4e17a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5167ca8 - Browse repository at this point
Copy the full SHA 5167ca8View commit details -
rustc_parse: revert conversion of "non-item in item list" diagnostic
#[derive(Subdiagnostic)] does not allow multiple subdiagnostics on one variant, as in NonItemInItemListSub::Other.
Configuration menu - View commit details
-
Copy full SHA for a37ff4c - Browse repository at this point
Copy the full SHA a37ff4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02141b6 - Browse repository at this point
Copy the full SHA 02141b6View commit details
Commits on Jan 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c364d32 - Browse repository at this point
Copy the full SHA c364d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31099ee - Browse repository at this point
Copy the full SHA 31099eeView commit details -
Accept old spelling of Fuchsia target triples
Because the old spelling is widely used, some projects may need time to migrate their uses to the new triple spelling. The old spelling may eventually be removed altogether.
David Koloski committedJan 9, 2023 Configuration menu - View commit details
-
Copy full SHA for 42aa075 - Browse repository at this point
Copy the full SHA 42aa075View commit details -
Configuration menu - View commit details
-
Copy full SHA for a51a592 - Browse repository at this point
Copy the full SHA a51a592View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5132e13 - Browse repository at this point
Copy the full SHA 5132e13View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c2dff0 - Browse repository at this point
Copy the full SHA 7c2dff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d66a67 - Browse repository at this point
Copy the full SHA 1d66a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c766d0 - Browse repository at this point
Copy the full SHA 1c766d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f769d34 - Browse repository at this point
Copy the full SHA f769d34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c23629 - Browse repository at this point
Copy the full SHA 9c23629View commit details -
Rollup merge of rust-lang#105034 - HintringerFabian:improve_iterator_…
…flatten_doc, r=cuviper Add example for iterator_flatten Adds an Example to iterator_flatten Fixes rust-lang#82687
Configuration menu - View commit details
-
Copy full SHA for 4adf99b - Browse repository at this point
Copy the full SHA 4adf99bView commit details -
Rollup merge of rust-lang#105670 - Xiretza:rustc_parse-diagnostics-4,…
… r=davidtwco rustc_parse: diagnostics migration, v4 This is all the `rustc_parse` migrations I have in store right now; unfortunately life is pretty busy right now, so I won't be able to do much more in the near future. cc rust-lang#100717 r? `@davidtwco`
Configuration menu - View commit details
-
Copy full SHA for eb22a06 - Browse repository at this point
Copy the full SHA eb22a06View commit details -
Rollup merge of rust-lang#105708 - tomerze:enable-atomic-cas-bpf, r=n…
…agisa Enable atomic cas for bpf targets It seems like LLVM now supports it. https://reviews.llvm.org/D72184 - the PR in LLVM
Configuration menu - View commit details
-
Copy full SHA for 03dc5c9 - Browse repository at this point
Copy the full SHA 03dc5c9View commit details -
Rollup merge of rust-lang#106175 - compiler-errors:bad-import-sugg, r…
…=oli-obk Fix bad import suggestion with nested `use` tree Fixes rust-lang#105566 Fixes rust-lang#105373 Ideally, we'd find some way to turn these into structured suggestions -- perhaps on a separate line as a different `use` statement, but I have no idea how to access the span for the whole `use` from this point in the import resolution code.
Configuration menu - View commit details
-
Copy full SHA for 91d750d - Browse repository at this point
Copy the full SHA 91d750dView commit details -
Rollup merge of rust-lang#106204 - compiler-errors:no-take-opaques-in…
…-compare, r=oli-obk No need to take opaques in `check_type_bounds` `InferCtxt` already has its defining use anchor set to err r? `@oli-obk`
Configuration menu - View commit details
-
Copy full SHA for 1e81ca3 - Browse repository at this point
Copy the full SHA 1e81ca3View commit details -
Rollup merge of rust-lang#106309 - compiler-errors:prefer-non-err-can…
…didates, r=oli-obk Prefer non-`[type error]` candidates during selection Fixes rust-lang#102130 Fixes rust-lang#106351 r? types note: Alternatively we could filter out error where-clauses during param-env construction? But we still need to filter out impls with errors during `match_impl`, I think.
Configuration menu - View commit details
-
Copy full SHA for 500261f - Browse repository at this point
Copy the full SHA 500261fView commit details -
Rollup merge of rust-lang#106608 - compiler-errors:missing-generics-v…
…erbose, r=estebank Render missing generics suggestion verbosely It's a bit easier to read like this, especially ones that are appending new generics onto an existing list, like ": `, T`" which render somewhat poorly inline. Also don't suggest `dyn` as a type parameter to add, even if technically that's valid in edition 2015.
Configuration menu - View commit details
-
Copy full SHA for 32aeb3f - Browse repository at this point
Copy the full SHA 32aeb3fView commit details -
Rollup merge of rust-lang#106636 - djkoloski:accept_old_fuchsia_tripl…
…e, r=tmandry Accept old spelling of Fuchsia target triples The old spelling of Fuchsia target triples was changed in rust-lang#106429 to add a proper vendor. Because the old spelling is widely used, some projects may need time to migrate their uses to the new triple spelling. The old spelling may eventually be removed altogether. r? `@tmandry`
Configuration menu - View commit details
-
Copy full SHA for 3f9a928 - Browse repository at this point
Copy the full SHA 3f9a928View commit details -
Rollup merge of rust-lang#106640 - lcnr:update-test, r=jackh726
update test for inductive canonical cycles the previous test always resulted in a cycle 😅 cc rust-lang/chalk#787. I checked with rust-lang#102713 and this is the only test which fails with that PR. r? `@jackh726`
Configuration menu - View commit details
-
Copy full SHA for b13c1eb - Browse repository at this point
Copy the full SHA b13c1ebView commit details -
Rollup merge of rust-lang#106647 - notriddle:notriddle/a, r=Guillaume…
…Gomez rustdoc: merge common CSS for `a`
Configuration menu - View commit details
-
Copy full SHA for 312ad66 - Browse repository at this point
Copy the full SHA 312ad66View commit details