Skip to content
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

Merged
merged 13 commits into from
Nov 9, 2023
Merged

Rollup of 6 pull requests #117736

merged 13 commits into from
Nov 9, 2023

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    c17d33f View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    1023845 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    769ad29 View commit details
    Browse the repository at this point in the history
  2. accept review suggestion

    Co-authored-by: joboet <jonasboettiger@icloud.com>
    tshepang and joboet authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    03435e6 View commit details
    Browse the repository at this point in the history
  3. 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.
    
    Signed-off-by: onur-ozkan <work@onurozkan.dev>
    onur-ozkan committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    de0458a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    622be2d View commit details
    Browse the repository at this point in the history
  5. Move BorrowedBuf and BorrowedCursor from std:io to core::io

    Assigned new feature name `core_io_borrowed_buf` to distinguish from the
    `Read::read_buf` functionality in `std::io`.
    jmillikin committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    341c856 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. 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``
    TaKO8Ki authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    a1a8d6f View commit details
    Browse the repository at this point in the history
  2. 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
    TaKO8Ki authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4cc5498 View commit details
    Browse the repository at this point in the history
  3. 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
    TaKO8Ki authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    b4fa5b7 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#117705 - tshepang:patch-2, r=Nilstrieb

    triagebot.toml: use inclusive language
    TaKO8Ki authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6533c62 View commit details
    Browse the repository at this point in the history
  5. 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)
    TaKO8Ki authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e603f44 View commit details
    Browse the repository at this point in the history
  6. 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``
    TaKO8Ki authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    f5195c5 View commit details
    Browse the repository at this point in the history