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 #125624

Closed
wants to merge 17 commits into from

Commits on May 21, 2024

  1. The number of tests does not depend on the architecture's pointer width

    Use `u32` instead of `usize` for counting them.
    tbu- committed May 21, 2024
    Configuration menu
    Copy the full SHA
    c8b0e5b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    90fec5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1551fd1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0ab814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdf3864 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d24f87 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b3ee911 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57e68b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e081170 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad5dce5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5d1003 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    894386a View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#125339 - tbu-:pr_tidy_ui_tests_u32, r=clubb…

    …y789
    
    The number of tests does not depend on the architecture's pointer width
    
    Use `u32` instead of `usize` for counting them.
    matthiaskrgr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    569f510 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#125539 - matthiaskrgr:cräsh, r=jieyouxu

    crashes: increment the number of tracked ones
    
    r? `@jieyouxu`
    matthiaskrgr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    22e8279 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#125542 - GuillaumeGomez:migrate-rustdoc-ver…

    …ify-output-files, r=jieyouxu
    
    Migrate rustdoc verify output files
    
    Part of rust-lang#121876.
    
    r? ``@jieyouxu``
    matthiaskrgr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    69308e9 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#125613 - ChrisDenton:windows-recipie, r=jie…

    …youxu
    
    Use `rmake` for `windows-` run-make tests
    
    Convert some Makefile tests to recipes.
    
    I renamed "issue-85441" to "windows-ws2_32" as I think it's slightly more descriptive. EDIT: `llvm-readobj` seems to work for reading DLL imports so I've used that instead of `objdump`.
    
    cc rust-lang#121876
    matthiaskrgr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    834914c View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#125616 - RalfJung:mir-validate-downcast-pro…

    …jection, r=compiler-errors
    
    MIR validation: ensure that downcast projection is followed by field projection
    
    Cc rust-lang#120369
    matthiaskrgr authored May 27, 2024
    Configuration menu
    Copy the full SHA
    a3d4b5f View commit details
    Browse the repository at this point in the history