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 6 pull requests #132722

Merged
merged 12 commits into from
Nov 7, 2024
Merged

Rollup of 6 pull requests #132722

merged 12 commits into from
Nov 7, 2024

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    b2fe71a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Configuration menu
    Copy the full SHA
    97a1b94 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Configuration menu
    Copy the full SHA
    e0b98c7 View commit details
    Browse the repository at this point in the history
  2. Add --diagnostic-width to some tests failing after 1a0c502

    Otherwise the tests would fail depending on the execution environment.
    zmodem committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    029add2 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. fix lazylock comment

    Signed-off-by: Xinye <[email protected]>
    Xinye committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    557c7f8 View commit details
    Browse the repository at this point in the history
  2. chore(issue-template): fix branch name

    It was renamed to "main" from "master".
    ismailarilik committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2e42b76 View commit details
    Browse the repository at this point in the history
  3. 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
    joboet authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6b5a58c View commit details
    Browse the repository at this point in the history
  4. 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
    joboet authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    49a58c8 View commit details
    Browse the repository at this point in the history
  5. 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.
    joboet authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    7044cc7 View commit details
    Browse the repository at this point in the history
  6. 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.
    joboet authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    59582fb View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#132715 - tabokie:fix-lazy-lock-doc, r=Norat…

    …rieb
    
    fix `LazyLock::get` and `LazyLock::get_mut` document
    joboet authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0a0cadf View commit details
    Browse the repository at this point in the history
  8. 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.
    joboet authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    194ce89 View commit details
    Browse the repository at this point in the history