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

Merged
merged 20 commits into from
Apr 21, 2024
Merged

Rollup of 5 pull requests #124241

merged 20 commits into from
Apr 21, 2024

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    2d5a226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ae761c View commit details
    Browse the repository at this point in the history
  3. removal

    BoxyUwU committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e1d12ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5800dc1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b76faff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70df9d9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e6b2b76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4f44426 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    de64ff7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9520ceb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e1d16c View commit details
    Browse the repository at this point in the history
  12. Address PR feedback

    scottmcm committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    bb8d6f7 View commit details
    Browse the repository at this point in the history
  13. Address more PR feedback

    scottmcm committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    1398fe7 View commit details
    Browse the repository at this point in the history
  14. Update tests after 123949

    scottmcm committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    5e785b1 View commit details
    Browse the repository at this point in the history
  15. Move some tests

    c410-f3r committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3aaa394 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#123840 - scottmcm:aggregate-kind-rawptr, r=…

    …cjgillot
    
    Add an intrinsic for `ptr::from_raw_parts(_mut)`
    
    Fixes rust-lang#123174
    cc `@CAD97` `@saethlin`
    r? `@cjgillot`
    
    As suggested in rust-lang#123190 (comment), this adds a new `AggregateKind::RawPtr` for creating a pointer from its data pointer and its metadata.
    
    That means that `slice::from_raw_parts` and friends no longer need to hard-code pointer layout into `libcore`, and because it no longer does union hacks the MIR is shorter and more amenable to optimizations.
    matthiaskrgr committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    67872e7 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#124224 - bvanjoi:cleanup, r=fmease

    cleanup: unnecessary clone during lower generics args
    matthiaskrgr committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    cd92422 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#124229 - mati865:add-gnullvm-targets-to-man…

    …ifest, r=Mark-Simulacrum
    
    Add gnullvm targets to manifest
    
    Fixes an oversight from rust-lang#121712
    matthiaskrgr committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e96ed6d View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#124231 - BoxyUwU:dereview, r=Mark-Simulacrum

    remove from reviewers
    
    not gonna be around for a few weeks
    matthiaskrgr committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    f277f3d View commit details
    Browse the repository at this point in the history
  20. Rollup merge of rust-lang#124235 - c410-f3r:tests98765, r=jieyouxu

    Move some tests
    
    r? `@petrochenkov`
    matthiaskrgr committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    3315bf9 View commit details
    Browse the repository at this point in the history