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

Closed
wants to merge 12 commits into from

Commits on Mar 26, 2021

  1. Update RELEASES.md

    - `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers.
    - stabilization of `deque_range`
    - deprecation of `spin_loop_hint`
    CDirkx committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    64cf7ad View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

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

Commits on Apr 11, 2021

  1. Check for asm support in UI tests that require it

    Add `needs-asm-support` compiletest directive, and use it in asm tests
    that require asm support without relying on any architecture specific
    features.
    tmiasko committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    5e87f97 View commit details
    Browse the repository at this point in the history
  2. stabilize const_cttz

    andjo403 committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    2d99a86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12249ac View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. Stabilize duration_zero.

    m-ou-se committed Apr 12, 2021
    Configuration menu
    Copy the full SHA
    d1e23b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b44ae96 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#83438 - CDirkx:releases, r=Mark-Simulacrum

    Update RELEASES.md
    
    A couple of things that were missing in the release notes:
    
    - `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers (rust-lang#79134)
    - Stabilization of `VecDeque::range` and `VecDeque::range_mut` (rust-lang#79022, stabilization version corrected to 1.51.0 rust-lang#80448)
    - Deprecation of `spin_loop_hint` (rust-lang#80966)
    Dylan-DPC authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    968893f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#83707 - exrook:unsafecell, r=m-ou-se

    Remove `T: Debug` bound on UnsafeCell Debug impl
    
    Prior art: rust-lang#65013
    Dylan-DPC authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    abb93d3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#84082 - andjo403:stabilize_nonzero_leading_…

    …trailing_zeros, r=m-ou-se
    
    Stabilize nonzero_leading_trailing_zeros
    
    Stabilizing nonzero_leading_trailing_zeros and due to this also stabilizing the intrinsic cttz_nonzero
    
    FCP finished here: rust-lang#79143 (comment)
    `@rustbot` modify labels: +T-libs
    
    Closes rust-lang#79143
    Dylan-DPC authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    22c3338 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2529c8 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#84099 - tmiasko:asm-only-x86_64, r=Amanieu

    Check for asm support in UI tests that require it
    
    Add `needs-asm-support` compiletest directive, and use it in asm tests
    that require asm support without relying on any architecture specific
    features.
    
    Closes rust-lang#84038.
    Dylan-DPC authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    c2c6896 View commit details
    Browse the repository at this point in the history