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 5 pull requests #128997

Closed
wants to merge 37 commits into from

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    f83b085 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43f3a21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a18c6b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a11922d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c36b21a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    334a097 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    290df4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6760298 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48413cf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    446e03e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1b6cc24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1481ab3 View commit details
    Browse the repository at this point in the history
  13. rustc_borrowck: fmt

    GrigorenkoPV committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    f43cdce View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fbc2459 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1373074 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    cbae581 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2babab6 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d548636 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    007cc2c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fcdb374 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f09a2b0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4f8042e View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a57f73d View commit details
    Browse the repository at this point in the history
  24. Use ArArchiveBuilder with the LLVM backend too

    All regressions that were blocking usage of ArArchiveBuilder should now
    be fixed.
    bjorn3 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    c1f5350 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    141d9dc View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f4cb0de View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d63a067 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. use rfs in rustdoc io rmake test

    lqd committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    dcd6170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db68a19 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    01a97ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c36f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c361c92 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Rollup merge of rust-lang#128886 - GrigorenkoPV:untranslatable-diagno…

    …stic, r=nnethercote
    
    Get rid of some `#[allow(rustc::untranslatable_diagnostic)]`
    
    `@rustbot` label +A-translation
    cc rust-lang#100717
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    cb9e0df View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#128936 - bjorn3:fix_thin_archive_reading, r…

    …=jieyouxu
    
    Support reading thin archives in ArArchiveBuilder
    
    And switch to using ArArchiveBuilder with the LLVM backend too now that all regressions are fixed.
    
    Fixes rust-lang#107407
    Fixes rust-lang#107162
    rust-lang#107495 has been fixed in a previous PR already.
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    530f481 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#128937 - lqd:clean-rmake-tests, r=jieyouxu

    Fix warnings in rmake tests on `x86_64-unknown-linux-gnu`
    
    r? ````@jieyouxu````
    
    This PR fixes some warnings I saw in rmake tests. I didn't deny more warnings in this PR until ````@jieyouxu```` gives their opinion, but maybe we should actually deny all warnings in `rmake.rs` files?
    
    I've also only looked at non-ignored tests on `x86_64-unknown-linux-gnu`, and denying warnings would require a try build for all targets 😓.
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4211fa8 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#128977 - jieyouxu:writable-file, r=Kobzol

    Only try to modify file times of a writable file
    
    - First commit fixes a failure that I was running into locally trying to build a stage 1 `./x build library --stage 1` on windows due to trying to modify file times of a read-only file.
    - Second commit introduces a `set_file_times` helper which opens a given path as a file in r+w mode and then sets file times. This should hopefully make setting file times less error prone, since trying to set file times on read-only file also happened in rust-lang#127850. (And apparently it only fails locally on Windows or something weird like that.)
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    dd3fe6a View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#128978 - compiler-errors:assert-matches, r=…

    …jieyouxu
    
    Use `assert_matches` around the compiler more
    
    It's a useful assertion, especially since it actually prints out the LHS.
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a5599f8 View commit details
    Browse the repository at this point in the history