-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 4 pull requests #126205
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9d85dfc - Browse repository at this point
Copy the full SHA 9d85dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for dcd03aa - Browse repository at this point
Copy the full SHA dcd03aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for d42c960 - Browse repository at this point
Copy the full SHA d42c960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3606818 - Browse repository at this point
Copy the full SHA 3606818View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for d3b1367 - Browse repository at this point
Copy the full SHA d3b1367View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 8865b8c - Browse repository at this point
Copy the full SHA 8865b8cView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for cbb9869 - Browse repository at this point
Copy the full SHA cbb9869View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 1fb4805 - Browse repository at this point
Copy the full SHA 1fb4805View commit details -
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`
Configuration menu - View commit details
-
Copy full SHA for 7e64393 - Browse repository at this point
Copy the full SHA 7e64393View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 60657d3 - Browse repository at this point
Copy the full SHA 60657d3View commit details