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

Miri subtree update #117579

Merged
merged 24 commits into from
Nov 4, 2023
Merged

Miri subtree update #117579

merged 24 commits into from
Nov 4, 2023

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    c2f232e View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#3144 - RalfJung:supported, r=oli-obk

    add aarch64-apple-darwin to list of supported targets
    
    I did not realize that aarch64-apple-darwin is a tier 2 target. We are testing it properly, even on rustc CI, so we might as well list it as fully supported here.
    bors committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    5f3d81a View commit details
    Browse the repository at this point in the history
  3. data-race: preserve structured access information longer, and don't u…

    …pper-case access types
    RalfJung committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    052539e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    278965a View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. Preparing for merge from rustc

    The Miri Conjob Bot committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    e298453 View commit details
    Browse the repository at this point in the history
  2. Merge from rustc

    The Miri Conjob Bot committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    d7e49c0 View commit details
    Browse the repository at this point in the history
  3. fmt

    The Miri Conjob Bot committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    293501b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6212cc6 View commit details
    Browse the repository at this point in the history
  5. atomic_op → atomic_rmw_op

    RalfJung committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    0b6c30a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b5b4dd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d176900 View commit details
    Browse the repository at this point in the history
  8. Auto merge of rust-lang#3148 - RalfJung:underscore-patterns, r=RalfJung

    Underscore pattern tests
    bors committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    fb028cb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bd81a58 View commit details
    Browse the repository at this point in the history
  10. Auto merge of rust-lang#3149 - RalfJung:atomic-readonly-loads, r=Ralf…

    …Jung
    
    accept some atomic loads from read-only memory
    
    matches rust-lang#115577
    bors committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    2c9baab View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    98eb384 View commit details
    Browse the repository at this point in the history
  2. Auto merge of rust-lang#3150 - RalfJung:undercore-match, r=RalfJung

    make sure we catch UB in match place even with _ pattern
    
    Fixes rust-lang/miri#2360
    bors committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    de09bf5 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Preparing for merge from rustc

    The Miri Conjob Bot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4c3eb37 View commit details
    Browse the repository at this point in the history
  2. Merge from rustc

    The Miri Conjob Bot committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    869827f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a08886 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Preparing for merge from rustc

    The Miri Conjob Bot committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    99417f2 View commit details
    Browse the repository at this point in the history
  2. Merge from rustc

    The Miri Conjob Bot committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    fad8536 View commit details
    Browse the repository at this point in the history
  3. fmt

    The Miri Conjob Bot committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    5b18703 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b2e4a9 View commit details
    Browse the repository at this point in the history
  5. Auto merge of rust-lang#3145 - RalfJung:data-race-error, r=RalfJung

    give some more help for the unusual data races
    
    Fixes rust-lang/miri#3142
    bors committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    2ef639d View commit details
    Browse the repository at this point in the history