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 4 pull requests #124077

Closed
wants to merge 9 commits into from
Closed

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    8f3d7fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20414b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Stabilize const_io_structs

    slanterns committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    b7f4332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e239bd View commit details
    Browse the repository at this point in the history
  3. interpret: rename base_pointer -> root_pointer

    also in Miri, "base tag" -> "root tag"
    RalfJung committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ae7b07f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#116957 - fmease:meta-notify-rustdoc-zulip-o…

    …n-backport-nominations, r=GuillaumeGomez
    
    meta: notify #t-rustdoc Zulip stream on backport nominations
    
    In July '23, it was decided to handle rustdoc-specific backport nominations in t-rustdoc meetings going forward ([Zulip announcement](https://rust-lang.zulipchat.com/#narrow/stream/266220-t-rustdoc/topic/T-rustdoc.20backports/near/374828518)). However, t-rustdoc meetings are far too infrequent for them to address nominations on time (contrary to the weekly t-compiler meetings).
    
    Hence GuillaumeGomez and I came to the conclusion that {beta,stable}-nominated rustdoc PRs should be dealt with on a case by case basis, e.g. on Zulip.
    
    This PR attempts to partially automate this process. ~~Sadly, `triagebot` is not quite as flexible has I've hoped. Blocked on `triagebot` improvements (see the `FIXME`s in this PR).~~ (Fixed in rust-lang/triagebot#1791).
    
    r? GuillaumeGomez
    RalfJung authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    37b2e65 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#124030 - RalfJung:adjust_alloc_base_pointer…

    …, r=oli-obk
    
    interpret: pass MemoryKind to adjust_alloc_base_pointer
    
    Another puzzle piece for rust-lang/miri#3475.
    
    The 2nd commit renames base_pointer -> root_pointer; that's how Tree Borrows already calls them and I think the term is more clear than "base pointer". In particular, this distinguishes it from "base address", since a root pointer can point anywhere into an allocation, not just its base address.
    
    rust-lang#124018 has been rolled up already so I couldn't add it there any more.
    
    r? ``@oli-obk``
    RalfJung authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    ad33bc8 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#124049 - slanterns:const_io_structs_stabili…

    …ze, r=jhpratt
    
    Stabilize `const_io_structs`
    
    This PR stabilizes `const_io_structs`.
    
    Tracking issue: rust-lang#78812.
    Implementation PR: rust-lang#78811.
    
    FCPs already completed in the tracking issue.
    
    Closes rust-lang#78812.
    
    ``@rustbot`` label: +T-libs-api
    
    r? libs-api
    RalfJung authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    9912d5c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#124062 - allgoewer:fish-fight, r=oli-obk

    Add another expression to weird-exprs.rs
    
    I'm almost feeling bad for this but I decided I don't.
    Feel free to close if you don't approve.
    RalfJung authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    79f8a60 View commit details
    Browse the repository at this point in the history