-
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 #123667
Rollup of 6 pull requests #123667
Commits on Apr 5, 2024
-
macOS: Use
libc
definitions for copyfile`COPYFILE_ALL` is not yet exposed in `libc`, but the rest of what we need is, so use those definitions instead of manually defining them.
Configuration menu - View commit details
-
Copy full SHA for 3fe5839 - Browse repository at this point
Copy the full SHA 3fe5839View commit details
Commits on Apr 8, 2024
-
Store all args in the unsupported Command implementation
This allows printing them in the Debug impl as well as getting them again using the get_args() method. This allows programs that would normally spawn another process to more easily show which program they would have spawned if not for the fact that the target doesn't support spawning child processes without requiring intrusive changes to keep the args. For example rustc compiled to wasi will show the full linker invocation that would have been done.
Configuration menu - View commit details
-
Copy full SHA for bbd82ff - Browse repository at this point
Copy the full SHA bbd82ffView commit details -
rustdoc: synthetic auto: filter out clauses from the implementor's Pa…
…ramEnv not just the ones from the elaborated clauses.
Configuration menu - View commit details
-
Copy full SHA for 114e88c - Browse repository at this point
Copy the full SHA 114e88cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddc16e9 - Browse repository at this point
Copy the full SHA ddc16e9View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f96d7d - Browse repository at this point
Copy the full SHA 6f96d7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9be7b8 - Browse repository at this point
Copy the full SHA c9be7b8View commit details -
Rollup merge of rust-lang#123485 - madsmtm:use-libc-copyfile, r=joboet
macOS: Use `libc` definitions for copyfile `COPYFILE_ALL` is not yet exposed in `libc`, but the rest of what we need is, so use those definitions instead of manually defining them. The definitions were added in rust-lang/libc#2667 and rust-lang/libc#3346.
Configuration menu - View commit details
-
Copy full SHA for 03e361d - Browse repository at this point
Copy the full SHA 03e361dView commit details -
Rollup merge of rust-lang#123633 - bjorn3:unsupported_command_data, r…
…=jhpratt Store all args in the unsupported Command implementation This allows printing them in the Debug impl as well as getting them again using the get_args() method. This allows programs that would normally spawn another process to more easily show which program they would have spawned if not for the fact that the target doesn't support spawning child processes without requiring intrusive changes to keep the args. For example rustc compiled to wasi will show the full linker invocation that would have been done.
Configuration menu - View commit details
-
Copy full SHA for 5e74975 - Browse repository at this point
Copy the full SHA 5e74975View commit details -
Rollup merge of rust-lang#123638 - fmease:rustdoc-synth-auto-yeet-ite…
…m-param-env-clauses, r=GuillaumeGomez rustdoc: synthetic auto: filter out clauses from the implementor's ParamEnv ... not just the elaborated clauses. Fixes another regression introduced by me in rust-lang#123340, oops! Fixes rust-lang#123340 (comment), cc `@tamird.` An earlier local iteration of branch `rustdoc-simplify-auto-trait-impl-synth` (PR rust-lang#123340) contained a fix for issue rust-lang#111101 before I decided to limit the scope. I must've introduced this bug when manually reverting that part of the code. r? `@GuillaumeGomez` or rustdoc
Configuration menu - View commit details
-
Copy full SHA for a63892d - Browse repository at this point
Copy the full SHA a63892dView commit details -
Rollup merge of rust-lang#123653 - Urgau:split-test-non_local_defs, r…
…=compiler-errors Split `non_local_definitions` lint tests in separate test files This PR splits the giant `non_local_definitions` lint UI test in separate test files. This change is extracted from rust-lang#123594 (where it was requested rust-lang#123594 (comment)), to ease the review of the other PR and to reduce the size of the other PR. r? `@compiler-errors`
Configuration menu - View commit details
-
Copy full SHA for 1ea980b - Browse repository at this point
Copy the full SHA 1ea980bView commit details -
Rollup merge of rust-lang#123662 - compiler-errors:no-upvars-yet, r=o…
…li-obk Don't rely on upvars being assigned just because coroutine-closure kind is assigned Previously, code relied on the implicit assumption that if a coroutine-closure's kind variable was constrained, then its upvars were also constrained. This is because we assign all of them at once at the end up upvar analysis. However, there's another way that a coroutine-closure's kind can be constrained: from a signature hint in closure signature deduction. After rust-lang#123350, we use these hints, which means the implicit assumption above no longer holds. This PR adds the necessary checks so that we don't ICE. r? oli-obk
Configuration menu - View commit details
-
Copy full SHA for a44083e - Browse repository at this point
Copy the full SHA a44083eView commit details -
Rollup merge of rust-lang#123665 - Jules-Bertholet:patch-1, r=lqd
Fix typo in `Future::poll()` docs `@rustbot` label A-docs
Configuration menu - View commit details
-
Copy full SHA for 06a481a - Browse repository at this point
Copy the full SHA 06a481aView commit details