-
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 #116443
Rollup of 5 pull requests #116443
Commits on Oct 4, 2023
-
Signed-off-by: cui fliter <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f44d116 - Browse repository at this point
Copy the full SHA f44d116View commit details -
Configuration menu - View commit details
-
Copy full SHA for a198aff - Browse repository at this point
Copy the full SHA a198affView commit details -
Configuration menu - View commit details
-
Copy full SHA for 867cc41 - Browse repository at this point
Copy the full SHA 867cc41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 041e54b - Browse repository at this point
Copy the full SHA 041e54bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9266270 - Browse repository at this point
Copy the full SHA 9266270View commit details -
Configuration menu - View commit details
-
Copy full SHA for a46ccd8 - Browse repository at this point
Copy the full SHA a46ccd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 137b6d0 - Browse repository at this point
Copy the full SHA 137b6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89b14ae - Browse repository at this point
Copy the full SHA 89b14aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f079cf - Browse repository at this point
Copy the full SHA 1f079cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5f26c - Browse repository at this point
Copy the full SHA dd5f26cView commit details
Commits on Oct 5, 2023
-
Rollup merge of rust-lang#116223 - catandcoder:master, r=cjgillot
Fix misuses of a vs an Fixes the misuse of "a" vs "an", according to English grammatical expectations and using https://www.a-or-an.com/
Configuration menu - View commit details
-
Copy full SHA for ea3454e - Browse repository at this point
Copy the full SHA ea3454eView commit details -
Rollup merge of rust-lang#116296 - compiler-errors:default-return, r=…
…estebank More accurately point to where default return type should go When getting the "default return type" span, instead of pointing to the low span of the next token, point to the high span of the previous token. This: 1. Makes forming return type suggestions more uniform, since we expect them all in the same place. 2. Arguably makes labels easier to understand, since we're pointing to where the implicit `-> ()` would've gone, rather than the starting brace or the semicolon. r? ```@estebank```
Configuration menu - View commit details
-
Copy full SHA for cfce3a9 - Browse repository at this point
Copy the full SHA cfce3a9View commit details -
Rollup merge of rust-lang#116429 - fmease:clean-up-struct-field-suggs…
…, r=compiler-errors Diagnostics: Be more careful when suggesting struct fields Consolidate the various places which filter out struct fields that shouldn't be suggested into a single function. Previously, each of those code paths had slightly different and incomplete metrics for no good reason. Now, there's only a single 'complete' metric (namely `is_field_suggestable`) which also filters out hygienic fields that come from different syntax contexts. Fixes rust-lang#116334.
Configuration menu - View commit details
-
Copy full SHA for a9a389c - Browse repository at this point
Copy the full SHA a9a389cView commit details -
Rollup merge of rust-lang#116431 - estebank:issue-80476, r=compiler-e…
…rrors Tweak wording of E0562 Fix rust-lang#80476.
Configuration menu - View commit details
-
Copy full SHA for d7b02c3 - Browse repository at this point
Copy the full SHA d7b02c3View commit details -
Rollup merge of rust-lang#116432 - notriddle:master, r=fmease
rustdoc: rename `issue-\d+.rs` tests to have meaningful names (part 2) Follow up rust-lang#116214
Configuration menu - View commit details
-
Copy full SHA for 4a14a80 - Browse repository at this point
Copy the full SHA 4a14a80View commit details