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 3 pull requests #125892

Merged
merged 8 commits into from
Jun 2, 2024
Merged

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    86158f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    190a96f View commit details
    Browse the repository at this point in the history
  2. Improve documentation

    calebzulawski committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    9bdc5b2 View commit details
    Browse the repository at this point in the history
  3. Add some more specific checks to the MIR validator

    None of the `PointerCoercion`s had any, so while there's probably more that could be done here, hopefully these are better than the previous nothing.
    scottmcm committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    11d6f18 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    5c32f84 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#125311 - calebzulawski:repr-packed-simd-int…

    …rinsics, r=workingjubilee
    
    Make repr(packed) vectors work with SIMD intrinsics
    
    In rust-lang#117116 I fixed `#[repr(packed, simd)]` by doing the expected thing and removing padding from the layout.  This should be the last step in providing a solution to rust-lang/portable-simd#319
    workingjubilee authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    ca9dd62 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#125849 - GuillaumeGomez:migrate-emit-named-…

    …files, r=jieyouxu
    
    Migrate `run-make/emit-named-files` to `rmake.rs`
    
    Part of rust-lang#121876.
    
    r? `@jieyouxu`
    workingjubilee authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    0722c94 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#125851 - scottmcm:moar-validate, r=compiler…

    …-errors
    
    Add some more specific checks to the MIR validator
    
    None of the `PointerCoercion`s had any checks, so while there's probably more that could be done here, hopefully these are better than the previous nothing.
    
    r? mir
    workingjubilee authored Jun 2, 2024
    Configuration menu
    Copy the full SHA
    30dc2ba View commit details
    Browse the repository at this point in the history