-
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 6 pull requests #132722
Rollup of 6 pull requests #132722
Conversation
Otherwise the tests would fail depending on the execution environment.
Signed-off-by: Xinye <[email protected]>
It was renamed to "main" from "master".
…wiser miri: update ABI compat checks to accept Option-like types This implements the t-lang decision described [here](rust-lang#130628 (comment)). Fixes rust-lang/miri#3983
Implement `div_ceil` for `NonZero<unsigned>` ACP: rust-lang/libs-team#471
…d-to-find-python-executable, r=jieyouxu fix(x): fix a regex used to find python executable Isn't the regex `^python[2-3]\.[0-9]\+$` wrong? It doesn't match, for example, with `python2.8`. There should be a plus sign at the end for a match, like `python2.8+`. I think `[0-9]+` is meant here instead of `[0-9]\+`. In that case a string like `python2.8` would match. This wasn't noticed because the script probably find and run the Python executable before this line.
…r=jieyouxu Add --diagnostic-width to some tests failing after 1a0c502 Otherwise the tests would fail depending on the execution environment.
…rieb fix `LazyLock::get` and `LazyLock::get_mut` document
…fix-branch-name, r=tgross35 chore(issue-template): fix branch name It was renamed to "main" from "master". It might seem not important (actually it is not important) but I think there is no need to see this every time when we clicked this link: ![image](https://github.com/user-attachments/assets/145dc587-c365-47e6-83da-69c17f409f71) And this way is faster I guess.
@bors r+ rollup=never p=5 |
☀️ Test successful - checks-actions |
📌 Perf builds for each rolled up PR:
previous master: fe43131683 In the case of a perf regression, run the following command for each PR you suspect might be the cause: |
Finished benchmarking commit (3d1dba8): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary -1.8%)This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 781.131s -> 780.704s (-0.05%) |
Successful merges:
div_ceil
forNonZero<unsigned>
#132665 (Implementdiv_ceil
forNonZero<unsigned>
)LazyLock::get
andLazyLock::get_mut
document #132715 (fixLazyLock::get
andLazyLock::get_mut
document)r? @ghost
@rustbot modify labels: rollup
Create a similar rollup