-
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 #108511
Rollup of 6 pull requests #108511
Commits on Feb 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4bb0a5e - Browse repository at this point
Copy the full SHA 4bb0a5eView commit details
Commits on Feb 22, 2023
-
Implement read_buf for a few more types
Implement read_buf for TcpStream, Stdin, StdinLock, ChildStdout, ChildStderr (and internally for AnonPipe, Handle, Socket), so that it skips buffer initialization. The other provided methods like read_to_string and read_to_end are implemented in terms of read_buf and so benefit from the optimization as well. This commit also implements read_vectored and is_read_vectored where applicable.
Configuration menu - View commit details
-
Copy full SHA for 8ffb6af - Browse repository at this point
Copy the full SHA 8ffb6afView commit details -
Re-apply "switch to the macos-12-xl builder"
This reverts commit e63ec2e.
Configuration menu - View commit details
-
Copy full SHA for 506ce7e - Browse repository at this point
Copy the full SHA 506ce7eView commit details
Commits on Feb 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 11fbb57 - Browse repository at this point
Copy the full SHA 11fbb57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752ddd0 - Browse repository at this point
Copy the full SHA 752ddd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32da026 - Browse repository at this point
Copy the full SHA 32da026View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27db688 - Browse repository at this point
Copy the full SHA 27db688View commit details -
Rollup merge of rust-lang#107987 - EFanZh:inline-poll-methods, r=Mark…
…-Simulacrum Inline `Poll` methods With `opt-level="z"`, the `Poll::map*` methods are sometimes not inlined (see <https://godbolt.org/z/ca5ajKTEK>). This PR adds `#[inline]` to these methods. I have a project that can benefit from this change, but do we want to enable this behavior universally? Fixes rust-lang#101080.
Configuration menu - View commit details
-
Copy full SHA for 09776a3 - Browse repository at this point
Copy the full SHA 09776a3View commit details -
Rollup merge of rust-lang#108326 - tmiasko:read-buf, r=thomcc
Implement read_buf for a few more types Implement read_buf for TcpStream, Stdin, StdinLock, ChildStdout, ChildStderr (and internally for AnonPipe, Handle, Socket), so that it skips buffer initialization. The other provided methods like read_to_string and read_to_end are implemented in terms of read_buf and so benefit from the optimization as well. This commit also implements read_vectored and is_read_vectored where applicable.
Configuration menu - View commit details
-
Copy full SHA for 905976e - Browse repository at this point
Copy the full SHA 905976eView commit details -
Rollup merge of rust-lang#108367 - compiler-errors:xl-builders-again,…
Configuration menu - View commit details
-
Copy full SHA for 8367c16 - Browse repository at this point
Copy the full SHA 8367c16View commit details -
Rollup merge of rust-lang#108477 - y21:replace-semi-with-comma-sugg, …
…r=compiler-errors Make `match` arm comma suggestion more clear Fixes rust-lang#108472
Configuration menu - View commit details
-
Copy full SHA for a5c7acb - Browse repository at this point
Copy the full SHA a5c7acbView commit details -
Rollup merge of rust-lang#108486 - cjgillot:owner-ditem, r=Nilstrieb
Merge diagnostic_items duplicate diagnostics To deduplicate how we diagnose duplication.
Configuration menu - View commit details
-
Copy full SHA for 7ebd3dd - Browse repository at this point
Copy the full SHA 7ebd3ddView commit details -
Rollup merge of rust-lang#108494 - GuillaumeGomez:cleanup-js, r=notri…
…ddle Clean up JS files code a bit I mostly moved values closer to where they are used to make the code reading easier. r? ``@notriddle``
Configuration menu - View commit details
-
Copy full SHA for 393ef7d - Browse repository at this point
Copy the full SHA 393ef7dView commit details