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 5 pull requests #98937

Closed
wants to merge 12 commits into from
Closed

Commits on Jul 4, 2022

  1. Configuration menu
    Copy the full SHA
    dcd6620 View commit details
    Browse the repository at this point in the history
  2. bootstrap.py: Always use .exe for Windows

    This ensure that it will run the Windows executable if other files in the directory (such as Linux executables) have the same file name minus the extension.
    ChrisDenton committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    b1541ff View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    6f01ff6 View commit details
    Browse the repository at this point in the history
  2. Fix typo in src/bootstrap/bootstrap.py

    Co-authored-by: Marco Colombo <[email protected]>
    ChrisDenton and mcol committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    9ac4a4e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eec334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f6e996 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    46956f7 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#98860 - RalfJung:dangling-int-ptr, r=davidtwco

    adjust dangling-int-ptr error message
    
    based on suggestions by ``@saethlin`` in rust-lang/miri#2163
    
    Fixes rust-lang/miri#2163
    
    I also did a bit of refactoring on this, so we have a helper method to create a `Pointer` with `None` provenance.
    Dylan-DPC committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    8854492 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#98888 - RalfJung:interpret-checked-bin, r=o…

    …li-obk
    
    interpret: fix CheckedBinOp behavior when overflow checking is disabled
    
    Adjusts the interpreter to rust-lang#98738.
    
    r? ``@oli-obk``
    Dylan-DPC committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    e1305c2 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#98889 - TaKO8Ki:add-regression-test-for-794…

    …67, r=Dylan-DPC
    
    Add regression test for rust-lang#79467
    
    closes rust-lang#79467
    Dylan-DPC committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    d2c55ca View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#98895 - ChrisDenton:no-elves-allowed, r=jyn514

    bootstrap.py: Always use `.exe` for Windows
    
    This ensures that it will run the Windows executable if other files in the directory (such as Linux executables) have the same file name minus the extension. I've been tripped up by this a few times where both `bootstrap` and `bootstrap.exe` end up in the same directory.
    
    This PR avoids ever having to see the following message:
    
    `OSError: [WinError 193] %1 is not a valid Win32 application`
    Dylan-DPC committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    18e4a05 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#98920 - krasimirgg:llvm-15-issue-37945, r=n…

    …ikic
    
    adapt issue-37945 codegen test to accept any order of ops
    
    Adapt this test to accept `icmp` operands in any order as a follow-up to rust-lang@cbbf06b#commitcomment-77670922.
    Dylan-DPC committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    07fb72e View commit details
    Browse the repository at this point in the history