-
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 7 pull requests #106214
Rollup of 7 pull requests #106214
Commits on Dec 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1b341fe - Browse repository at this point
Copy the full SHA 1b341feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b2486 - Browse repository at this point
Copy the full SHA 43b2486View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bf7ec7 - Browse repository at this point
Copy the full SHA 8bf7ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66e752 - Browse repository at this point
Copy the full SHA f66e752View commit details -
Configuration menu - View commit details
-
Copy full SHA for aff403c - Browse repository at this point
Copy the full SHA aff403cView commit details -
Account for multiple multiline spans with empty padding
Instead of ``` LL | fn oom( | __^ | | _| | || LL | || ) { | ||_- LL | | } | |__^ ``` emit ``` LL | // fn oom( LL | || ) { | ||_- LL | | } | |__^ ```
Configuration menu - View commit details
-
Copy full SHA for 83c635c - Browse repository at this point
Copy the full SHA 83c635cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c0b60f - Browse repository at this point
Copy the full SHA 5c0b60fView commit details -
Configuration menu - View commit details
-
Copy full SHA for df2a35e - Browse repository at this point
Copy the full SHA df2a35eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b400bde - Browse repository at this point
Copy the full SHA b400bdeView commit details
Commits on Dec 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 8e039b6 - Browse repository at this point
Copy the full SHA 8e039b6View commit details -
Rollup merge of rust-lang#106028 - Ezrashaw:add-docs+test-e0461, r=Gu…
…illaumeGomez docs/test: add UI test and long-form error docs for `E0461` Might take a couple of tries to pass CI. The UI test is x86-linux only; I'm not sure how to generalize it to other architectures. r? `@GuillaumeGomez`
Configuration menu - View commit details
-
Copy full SHA for 72ef979 - Browse repository at this point
Copy the full SHA 72ef979View commit details -
Rollup merge of rust-lang#106172 - estebank:suggest-impl-trait, r=com…
…piler-errors Suggest `impl Iterator` when possible for `_` return type Address rust-lang#106096.
Configuration menu - View commit details
-
Copy full SHA for d40f16e - Browse repository at this point
Copy the full SHA d40f16eView commit details -
Rollup merge of rust-lang#106173 - compiler-errors:deduplicate-op-met…
…hods, r=jackh726 Deduplicate `op` methods There are some operator-checking flavored methods in `FnCtxt` that can be deduplicated.
Configuration menu - View commit details
-
Copy full SHA for 9dc0474 - Browse repository at this point
Copy the full SHA 9dc0474View commit details -
Rollup merge of rust-lang#106176 - compiler-errors:fn-kw-as-fn-trait,…
… r=estebank Recover `fn` keyword as `Fn` trait in bounds `impl fn()` -> `impl Fn()` Fixes rust-lang#82515
Configuration menu - View commit details
-
Copy full SHA for 9abb639 - Browse repository at this point
Copy the full SHA 9abb639View commit details -
Rollup merge of rust-lang#106190 - estebank:multiline-start-tweak, r=…
…jackh726 Account for multiple multiline spans with empty padding Instead of ``` LL | fn oom( | __^ | | _| | || LL | || ) { | ||_- LL | | } | |__^ ``` emit ``` LL | // fn oom( LL | || ) { | ||_- LL | | } | |__^ ```
Configuration menu - View commit details
-
Copy full SHA for 5b1eb1d - Browse repository at this point
Copy the full SHA 5b1eb1dView commit details -
Rollup merge of rust-lang#106194 - notriddle:notriddle/sidebar-backgr…
…ound, r=GuillaumeGomez rustdoc: combine common sidebar background color CSS rules
Configuration menu - View commit details
-
Copy full SHA for 7217191 - Browse repository at this point
Copy the full SHA 7217191View commit details -
Rollup merge of rust-lang#106199 - estebank:quiet-type-err-in-binding…
…, r=compiler-errors Silence knock-down errors on `[type error]` bindings Fix rust-lang#56036, fix rust-lang#76589.
Configuration menu - View commit details
-
Copy full SHA for d4b36fd - Browse repository at this point
Copy the full SHA d4b36fdView commit details