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 4 pull requests #125628

Merged
merged 11 commits into from
May 27, 2024
Merged

Rollup of 4 pull requests #125628

merged 11 commits into from
May 27, 2024

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
    7a847fc View commit details
    Browse the repository at this point in the history
  7. 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 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    8bd1587 View commit details
    Browse the repository at this point in the history
  8. 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 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    e8dd585 View commit details
    Browse the repository at this point in the history
  9. 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 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    61f9d35 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#125625 - ChrisDenton:line-endings, r=Mark-S…

    …imulacrum
    
    Use grep to implement verify-line-endings
    
    Unless I'm missing something (which I might be!) then `verify-line-endings` is easy to implement with `grep` rather than using a bespoke tool with varying availability.
    matthiaskrgr committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4966e1a View commit details
    Browse the repository at this point in the history