-
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 #117736
Rollup of 6 pull requests #117736
Commits on Nov 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c17d33f - Browse repository at this point
Copy the full SHA c17d33fView commit details
Commits on Nov 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1023845 - Browse repository at this point
Copy the full SHA 1023845View commit details
Commits on Nov 8, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 769ad29 - Browse repository at this point
Copy the full SHA 769ad29View commit details -
Co-authored-by: joboet <jonasboettiger@icloud.com>
Configuration menu - View commit details
-
Copy full SHA for 03435e6 - Browse repository at this point
Copy the full SHA 03435e6View commit details -
Since `x clean` runs with bootstrap, we can speed up this process by avoiding the cleaning of bootstrap artifacts, as they are not necessarily needed to be cleaned. Signed-off-by: onur-ozkan <work@onurozkan.dev>
Configuration menu - View commit details
-
Copy full SHA for de0458a - Browse repository at this point
Copy the full SHA de0458aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 622be2d - Browse repository at this point
Copy the full SHA 622be2dView commit details -
Move
BorrowedBuf
andBorrowedCursor
fromstd:io
tocore::io
Assigned new feature name `core_io_borrowed_buf` to distinguish from the `Read::read_buf` functionality in `std::io`.
Configuration menu - View commit details
-
Copy full SHA for 341c856 - Browse repository at this point
Copy the full SHA 341c856View commit details
Commits on Nov 9, 2023
-
Rollup merge of rust-lang#116762 - WaffleLapkin:fixup_fromptr_docs, r…
…=RalfJung Fixup `Atomic*::from_ptr` safety docs See rust-lang#115719 (comment) cc ``@RalfJung``
Configuration menu - View commit details
-
Copy full SHA for a1a8d6f - Browse repository at this point
Copy the full SHA a1a8d6fView commit details -
Rollup merge of rust-lang#117645 - compiler-errors:auto-trait-subst, …
…r=petrochenkov Extend builtin/auto trait args with error when they have >1 argument Reuse `extend_with_error` to add error args to any auto trait (or built-in trait like `Copy` that is defined incorrectly) that has additional non-`Self` args. Fixes rust-lang#117628
Configuration menu - View commit details
-
Copy full SHA for 4cc5498 - Browse repository at this point
Copy the full SHA 4cc5498View commit details -
Rollup merge of rust-lang#117694 - jmillikin:core-io-borrowed-buf, r=…
…m-ou-se Move `BorrowedBuf` and `BorrowedCursor` from `std:io` to `core::io` Tracking issue: rust-lang#117693 ACP: rust-lang/libs-team#290
Configuration menu - View commit details
-
Copy full SHA for b4fa5b7 - Browse repository at this point
Copy the full SHA b4fa5b7View commit details -
Rollup merge of rust-lang#117705 - tshepang:patch-2, r=Nilstrieb
triagebot.toml: use inclusive language
Configuration menu - View commit details
-
Copy full SHA for 6533c62 - Browse repository at this point
Copy the full SHA 6533c62View commit details -
Rollup merge of rust-lang#117723 - onur-ozkan:keep-bootstrap-on-x-cle…
…an, r=albertlarsan68 speed up `x clean` Since `x clean` runs with bootstrap, we can speed up this process by avoiding the cleaning of bootstrap artifacts, as they are not necessarily needed to be cleaned. ref #rust-lang#117653 (comment)
Configuration menu - View commit details
-
Copy full SHA for e603f44 - Browse repository at this point
Copy the full SHA e603f44View commit details -
Rollup merge of rust-lang#117724 - Kobzol:shim-error-message, r=onur-…
…ozkan Restore rustc shim error message Fixes: rust-lang#117595 (comment) The error message was originally introduced in rust-lang#111323, and subsequently broken by my change in rust-lang#116448. r? ``@onur-ozkan``
Configuration menu - View commit details
-
Copy full SHA for f5195c5 - Browse repository at this point
Copy the full SHA f5195c5View commit details