-
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
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b2fe71a - Browse repository at this point
Copy the full SHA b2fe71aView commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 97a1b94 - Browse repository at this point
Copy the full SHA 97a1b94View commit details
Commits on Nov 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e0b98c7 - Browse repository at this point
Copy the full SHA e0b98c7View commit details -
Add --diagnostic-width to some tests failing after 1a0c502
Otherwise the tests would fail depending on the execution environment.
Configuration menu - View commit details
-
Copy full SHA for 029add2 - Browse repository at this point
Copy the full SHA 029add2View commit details
Commits on Nov 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 557c7f8 - Browse repository at this point
Copy the full SHA 557c7f8View commit details -
chore(issue-template): fix branch name
It was renamed to "main" from "master".
Configuration menu - View commit details
-
Copy full SHA for 2e42b76 - Browse repository at this point
Copy the full SHA 2e42b76View commit details -
Rollup merge of rust-lang#132057 - RalfJung:miri-abi-compat, r=wesley…
…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
Configuration menu - View commit details
-
Copy full SHA for 6b5a58c - Browse repository at this point
Copy the full SHA 6b5a58cView commit details -
Rollup merge of rust-lang#132665 - tyilo:nonzero-u-div-ceil, r=joboet
Implement `div_ceil` for `NonZero<unsigned>` ACP: rust-lang/libs-team#471
Configuration menu - View commit details
-
Copy full SHA for 49a58c8 - Browse repository at this point
Copy the full SHA 49a58c8View commit details -
Rollup merge of rust-lang#132694 - ismailarilik:fix/x/fix-a-regex-use…
…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.
Configuration menu - View commit details
-
Copy full SHA for 7044cc7 - Browse repository at this point
Copy the full SHA 7044cc7View commit details -
Rollup merge of rust-lang#132707 - zmodem:tests_vs_diagnostic_width, …
…r=jieyouxu Add --diagnostic-width to some tests failing after 1a0c502 Otherwise the tests would fail depending on the execution environment.
Configuration menu - View commit details
-
Copy full SHA for 59582fb - Browse repository at this point
Copy the full SHA 59582fbView commit details -
Rollup merge of rust-lang#132715 - tabokie:fix-lazy-lock-doc, r=Norat…
…rieb fix `LazyLock::get` and `LazyLock::get_mut` document
Configuration menu - View commit details
-
Copy full SHA for 0a0cadf - Browse repository at this point
Copy the full SHA 0a0cadfView commit details -
Rollup merge of rust-lang#132716 - ismailarilik:chore/issue-template/…
…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.
Configuration menu - View commit details
-
Copy full SHA for 194ce89 - Browse repository at this point
Copy the full SHA 194ce89View commit details