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

Merged
merged 10 commits into from
Jun 9, 2024
Merged

Rollup of 4 pull requests #126205

merged 10 commits into from
Jun 9, 2024

Commits on Jun 9, 2024

  1. Update icu4x dependencies

    clubby789 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    9d85dfc View commit details
    Browse the repository at this point in the history
  2. Update r-efi

    clubby789 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    dcd03aa View commit details
    Browse the repository at this point in the history
  3. Run cargo update

    clubby789 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d42c960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3606818 View commit details
    Browse the repository at this point in the history
  5. Autolabel run-make tests, remind to update tracking issue

    - Autolabel PRs modifying `tests/run-make/` and
      `src/tools/run-make-support/` with `X-run-make` label.
    - Add reminder to update the tracking issue
      <rust-lang#121876>
      if applicable when `tests/run-make/` is modified by a PR.
    jieyouxu committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    d3b1367 View commit details
    Browse the repository at this point in the history
  6. rustdoc-search: use lowercase, non-normalized name for type search

    The type name ID map has underscores in its names, so the query
    element should have them, too.
    notriddle committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8865b8c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#126172 - clubby789:cargo-update, r=Mark-Sim…

    …ulacrum
    
    Weekly `cargo update`
    
    Replaces rust-lang#125562
    
    `r-efi` needs to be bumped in two places.
    The `icu4x` dependencies also added a SPDX license identifer, so remove the license checking exception and add `Unicode-3.0` to the list.
    jieyouxu authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    cbb9869 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#126176 - notriddle:notriddle/fix-type-name-…

    …normalize, r=fmease
    
    rustdoc-search: use lowercase, non-normalized name for type search
    
    The type name ID map has underscores in its names, so the query element should have them, too.
    
    Fixes rust-lang#125993
    jieyouxu authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    1fb4805 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#126190 - jieyouxu:run-make-triagebot, r=Nil…

    …strieb,Kobzol
    
    Autolabel run-make tests, remind to update tracking issue
    
    - Autolabel PRs modifying `tests/run-make/` and `src/tools/run-make-support/` with `A-run-make` label.
    - Add reminder to update the tracking issue <rust-lang#121876> if applicable when `tests/run-make/` is modified by a PR.
    
    r? `@Kobzol`
    jieyouxu authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    7e64393 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#126194 - ChrisDenton:winerror, r=Mark-Simul…

    …acrum
    
    Migrate more things to `WinError`
    
    In `library/std/src/sys/pal/windows`, we prefer to use the `WinError` type in place of using either `io::Result` or `unsafe { GetLastError }`. The latter is unsafe and weakly typed whereas the former is larger and requires unwrapping because it returns an `Option`.
    
    I also fixed up a couple of places where we were unnecessarily defining error constants that are already defined.
    jieyouxu authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    60657d3 View commit details
    Browse the repository at this point in the history