Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/miri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3a249581280ea0181cf3ae0d2028ee8b88d3d1e4
Choose a base ref
...
head repository: rust-lang/miri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 62046bf8b4eadd4fb398d59f1eebcc140506bf85
Choose a head ref
  • 13 commits
  • 9 files changed
  • 2 contributors

Commits on May 22, 2021

  1. Copy the full SHA
    ca7283d View commit details
  2. get rid of Rc in data_race

    RalfJung committed May 22, 2021
    Copy the full SHA
    1bbd6e6 View commit details
  3. fmt

    RalfJung committed May 22, 2021
    Copy the full SHA
    c73f8b1 View commit details
  4. Auto merge of #1811 - RalfJung:less-rc, r=RalfJung

    get rid of some `Rc`
    
    Now that the memory access hooks get references to `MemoryExtra`, we can avoid refcounting for the global state of Stacked Borrows and the data race detector.
    bors committed May 22, 2021
    Copy the full SHA
    10c4956 View commit details

Commits on May 23, 2021

  1. rustup

    RalfJung committed May 23, 2021
    Copy the full SHA
    d77d95d View commit details
  2. Copy the full SHA
    cf7e4b9 View commit details
  3. Copy the full SHA
    543777a View commit details
  4. Copy the full SHA
    e09c571 View commit details
  5. Copy the full SHA
    9e0e938 View commit details
  6. Copy the full SHA
    c60efa0 View commit details
  7. Copy the full SHA
    393ce98 View commit details
  8. rustup

    RalfJung committed May 23, 2021
    Copy the full SHA
    a03f700 View commit details
  9. Auto merge of #1814 - RalfJung:rustup, r=RalfJung

    avoid unnecessary RefCell calls
    
    Blocked on rust-lang/rust#85599
    bors committed May 23, 2021
    Copy the full SHA
    62046bf View commit details
Loading