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 #129024

Merged
merged 13 commits into from
Aug 13, 2024
Merged

Rollup of 5 pull requests #129024

merged 13 commits into from
Aug 13, 2024

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    ed7bdbb View commit details
    Browse the repository at this point in the history
  2. Add test

    Co-authored-by: Georg Semmler <github@weiznich.de>
    compiler-errors and weiznich committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    20a16bb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    c5205e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5d2079 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f15997f View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    6839a8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6863db5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    027b19f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#128712 - compiler-errors:normalize-borrowck…

    …, r=lcnr
    
    Normalize struct tail properly for `dyn` ptr-to-ptr casting in new solver
    
    Realized that the new solver didn't handle ptr-to-ptr casting correctly.
    
    r? lcnr
    
    Built on rust-lang#128694
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    4c49418 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#128912 - compiler-errors:do-not-recommend-i…

    …mpl, r=lcnr
    
    Store `do_not_recommend`-ness in impl header
    
    Alternative to rust-lang#128674
    
    It's less flexible, but also less invasive. Hopefully it's also performant. I'd recommend we think separately about the design for how to gate arbitrary diagnostic attributes moving forward.
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    85eb465 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#129000 - RalfJung:miri-bootstrap-clear, r=o…

    …nur-ozkan
    
    bootstrap: clear miri ui-test deps when miri sysroot gets rebuilt
    
    Second attempt after rust-lang#128683: seems like it's not the compiler changing that we care about, but the sysroot changing.
    
    I did some local testing with sysroot rebuilds and it works fine for at least those cases I checked.
    
    r? ``@onur-ozkan``
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    301a4ca View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#129013 - Kobzol:remove-unused-git-clone-sha…

    …-file, r=jieyouxu
    
    Remove unused script from run-make tests
    
    Its last usage was removed in rust-lang#128636.
    
    Tracking issue: rust-lang#121876
    
    r? jieyouxu
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    0dfb5b9 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#129017 - its-the-shrimp:core_fmt_from_fn, r…

    …=Noratrieb
    
    Replace `std::fmt:FormatterFn` with `std::fmt::from_fn`
    
    Modelled after the suggestion made in [this](rust-lang#117729 (comment)) comment, this should bring this functionality in line with the existing `array::from_fn` & `iter::from_fn`
    matthiaskrgr authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    522d436 View commit details
    Browse the repository at this point in the history