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 6 pull requests #67626

Closed
wants to merge 15 commits into from
Closed

Commits on Dec 24, 2019

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

Commits on Dec 25, 2019

  1. Configuration menu
    Copy the full SHA
    697a38b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0dc932 View commit details
    Browse the repository at this point in the history
  3. Run RustFmt

    jumbatm committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    dca0a33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43cb37e View commit details
    Browse the repository at this point in the history
  5. Add Scalar::to_(u|i)16 methods

    pvdrz committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    415ecc8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3a2ef17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dfcc44d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8ccc0f View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. Rollup merge of rust-lang#67576 - king6cong:slice_repeat, r=Dylan-DPC

    reuse `capacity` variable in slice::repeat
    
    None
    JohnTitor committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    d79c38d View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#67598 - jumbatm:issue67557_simd_shuffle, r=…

    …oli-obk
    
    Fix ICE / miscompilation when inlining simd shuffle intrinsic in MIR.
    
    Closes rust-lang#67557.
    
    r? @oli-obk
    JohnTitor committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    0c984a8 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#67602 - xfix:use-issue-none-instead-of-0-in…

    …-intrinsics, r=Centril
    
    Use issue = "none" instead of "0" in intrinsics
    
    `issue = "0"` was incorrectly used in rust-lang@9ee16e1, the project is moving away from issue 0
    JohnTitor committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    919ac80 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#67604 - christianpoveda:scalar_to_(u|i)64, …

    …r=RalfJung
    
    Add Scalar::to_(u|i)16 methods
    
    r? @RalfJung
    JohnTitor committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    5d69602 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd1a7d1 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#67617 - kraai:remove-compiler_builtins_lib-…

    …docs, r=Dylan-DPC
    
    Remove `compiler_builtins_lib` documentation
    
    Fixes rust-lang#67593
    JohnTitor committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    e5aa687 View commit details
    Browse the repository at this point in the history