-
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 9 pull requests #100920
Rollup of 9 pull requests #100920
Commits on Aug 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f4bf8cd - Browse repository at this point
Copy the full SHA f4bf8cdView commit details
Commits on Aug 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 586c84a - Browse repository at this point
Copy the full SHA 586c84aView commit details
Commits on Aug 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c31f296 - Browse repository at this point
Copy the full SHA c31f296View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8be3764 - Browse repository at this point
Copy the full SHA 8be3764View commit details -
Configuration menu - View commit details
-
Copy full SHA for f466a75 - Browse repository at this point
Copy the full SHA f466a75View commit details -
net listen backlog update, follow-up from rust-lang#97963.
FreeBSD and using system limit instead for others.
Configuration menu - View commit details
-
Copy full SHA for 15c8e55 - Browse repository at this point
Copy the full SHA 15c8e55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2413c - Browse repository at this point
Copy the full SHA 8c2413cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d7d701a - Browse repository at this point
Copy the full SHA d7d701aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 613dc22 - Browse repository at this point
Copy the full SHA 613dc22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 362e636 - Browse repository at this point
Copy the full SHA 362e636View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e88d73 - Browse repository at this point
Copy the full SHA 6e88d73View commit details -
Configuration menu - View commit details
-
Copy full SHA for da9ccc2 - Browse repository at this point
Copy the full SHA da9ccc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for dff4280 - Browse repository at this point
Copy the full SHA dff4280View commit details
Commits on Aug 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e6c5ad - Browse repository at this point
Copy the full SHA 8e6c5adView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb5dc6b - Browse repository at this point
Copy the full SHA fb5dc6bView commit details -
Remove the symbol from
ast::LitKind::Err
.Because it's never used meaningfully.
Configuration menu - View commit details
-
Copy full SHA for 6087dc2 - Browse repository at this point
Copy the full SHA 6087dc2View commit details -
Rollup merge of rust-lang#99249 - cjgillot:no-reparse-fn, r=fee1-dead
Do not re-parse function signatures to suggest generics This PR uses the existing resolution rib infrastructure to channel the correct span information to suggest generic parameters. This allows to avoid re-parsing a function's source code. Drive-by cleanup: this removes useless `FnItemRibKind` from late resolution ribs. All the use cases are already covered by `ItemRibKind` and `AssocItemRibKind` which have more precise semantics.
Configuration menu - View commit details
-
Copy full SHA for 4d1c273 - Browse repository at this point
Copy the full SHA 4d1c273View commit details -
Rollup merge of rust-lang#100309 - compiler-errors:issue-100300, r=sa…
…nxiyn Extend comma suggestion to cases where fields arent missing Fixes rust-lang#100300
Configuration menu - View commit details
-
Copy full SHA for 8733550 - Browse repository at this point
Copy the full SHA 8733550View commit details -
Rollup merge of rust-lang#100368 - chenyukang:fix-100321, r=lcnr
InferCtxt tainted_by_errors_flag should be Option<ErrorGuaranteed> Fixes rust-lang#100321. Use Cell<Option<ErrorGuaranteed>> to guarantee that we emit an error when that flag is set.
Configuration menu - View commit details
-
Copy full SHA for f42cdf7 - Browse repository at this point
Copy the full SHA f42cdf7View commit details -
Rollup merge of rust-lang#100768 - Facel3ss1:plugin-impl-translation,…
… r=davidtwco Migrate `rustc_plugin_impl` to `SessionDiagnostic` Migration of the `rustc_plugin_impl` crate. ~Draft PR because it is blocked on rust-lang#100694 for `#[fatal(...)]` support~ (this has been merged, and I've changed over to `#[diag(...)]` now too), but I would also like to know if what I did with `LoadPluginError` is okay, because all it does is display the error message from `libloading` ([See conversation on zulip](https://rust-lang.zulipchat.com/#narrow/stream/147480-t-compiler.2Fwg-diagnostics/topic/.23100717.20diagnostic.20translation/near/294327843)). This crate is apparently for a deprecated feature which is used by servo, so I don't know how much this matters anyway.
Configuration menu - View commit details
-
Copy full SHA for 35f2d12 - Browse repository at this point
Copy the full SHA 35f2d12View commit details -
Rollup merge of rust-lang#100835 - devnexen:listener_followups, r=dev…
…nexen net listen backlog update, follow-up from rust-lang#97963. FreeBSD and using system limit instead for others.
Configuration menu - View commit details
-
Copy full SHA for a163659 - Browse repository at this point
Copy the full SHA a163659View commit details -
Rollup merge of rust-lang#100851 - Alexendoo:rpf-width-prec-spans, r=…
…fee1-dead Fix rustc_parse_format precision & width spans When a `precision`/`width` was `CountIsName - {:name$}` or `CountIs - {:10}` the `precision_span`/`width_span` was set to `None` For `width` the name span in `CountIsName(_, name_span)` had its `.start` off by one r? ``@fee1-dead`` / cc ``@PrestonFrom`` since this is similar to rust-lang#99987
Configuration menu - View commit details
-
Copy full SHA for 110d8d9 - Browse repository at this point
Copy the full SHA 110d8d9View commit details -
Rollup merge of rust-lang#100857 - camsteffen:query-parse-refactor, r…
…=davidtwco Refactor query modifier parsing Reduce redundancy and improve error spans.
Configuration menu - View commit details
-
Copy full SHA for fd93ab4 - Browse repository at this point
Copy the full SHA fd93ab4View commit details -
Rollup merge of rust-lang#100907 - Nilstrieb:unrachable-typo-lol, r=D…
…ylan-DPC Fix typo in UnreachableProp r? ``@Dylan-DPC``
Configuration menu - View commit details
-
Copy full SHA for 12c1ac0 - Browse repository at this point
Copy the full SHA 12c1ac0View commit details -
Rollup merge of rust-lang#100909 - nnethercote:minor-ast-LitKind-impr…
…ovement, r=petrochenkov Minor `ast::LitKind` improvements r? `@petrochenkov`
Configuration menu - View commit details
-
Copy full SHA for 28ead17 - Browse repository at this point
Copy the full SHA 28ead17View commit details