-
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 6 pull requests #106801
Rollup of 6 pull requests #106801
Commits on Jan 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dd45ba - Browse repository at this point
Copy the full SHA 7dd45baView commit details -
Configuration menu - View commit details
-
Copy full SHA for d76e168 - Browse repository at this point
Copy the full SHA d76e168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aabb0f - Browse repository at this point
Copy the full SHA 2aabb0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 950b47f - Browse repository at this point
Copy the full SHA 950b47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf0623e - Browse repository at this point
Copy the full SHA bf0623eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5924c25 - Browse repository at this point
Copy the full SHA 5924c25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06a2d2d - Browse repository at this point
Copy the full SHA 06a2d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e27211 - Browse repository at this point
Copy the full SHA 8e27211View commit details
Commits on Jan 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4a3c072 - Browse repository at this point
Copy the full SHA 4a3c072View 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.
Yuki Okushi authoredJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 9a2f393 - Browse repository at this point
Copy the full SHA 9a2f393View commit details -
Rollup merge of rust-lang#106716 - c410-f3r:rfc-2397-1, r=davidtwco
[RFC 2397] Deny incorrect locations cc rust-lang#51992 As declared in the RFC, `#[do_not_recommend]` should only be applicable on trait implementations.
Yuki Okushi authoredJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for f6f362c - Browse repository at this point
Copy the full SHA f6f362cView commit details -
Rollup merge of rust-lang#106754 - compiler-errors:ty-infer-method-is…
…-confusing, r=lcnr Rename `Ty::is_ty_infer` -> `Ty::is_ty_or_numeric_infer` Makes sure people are aware that they may have a type variable *or* an int/float variable. r? `@oli-obk` rust-lang#106322 (comment) but I could instead implement your solution, let me know. (This will conflict with rust-lang#106322 for now, ignore that 😄)
Yuki Okushi authoredJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for d4ad96c - Browse repository at this point
Copy the full SHA d4ad96cView commit details -
Rollup merge of rust-lang#106782 - albertlarsan68:ignore-test-move-in…
…-blame, r=Nilstrieb Ignore tests move in git blame This commit is not relevant in the history, but may clobber the git blame output.
Yuki Okushi authoredJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 796847a - Browse repository at this point
Copy the full SHA 796847aView commit details -
Rollup merge of rust-lang#106785 - compiler-errors:better-impl-wf-spa…
…ns, r=estebank Make blame spans better for impl wfcheck r? types
Yuki Okushi authoredJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 5adc7a5 - Browse repository at this point
Copy the full SHA 5adc7a5View commit details -
Rollup merge of rust-lang#106791 - estebank:fix-ice, r=compiler-errors
Fix ICE formatting
Yuki Okushi authoredJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c06d57e - Browse repository at this point
Copy the full SHA c06d57eView commit details