-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 5 pull requests #84134
Commits on Mar 26, 2021
-
- `Div` and `Rem` by their `NonZero` variant is now implemented for all unsigned integers. - stabilization of `deque_range` - deprecation of `spin_loop_hint`
Configuration menu - View commit details
-
Copy full SHA for 64cf7ad - Browse repository at this point
Copy the full SHA 64cf7adView commit details
Commits on Mar 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 58218f6 - Browse repository at this point
Copy the full SHA 58218f6View commit details
Commits on Apr 11, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 5e87f97 - Browse repository at this point
Copy the full SHA 5e87f97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d99a86 - Browse repository at this point
Copy the full SHA 2d99a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12249ac - Browse repository at this point
Copy the full SHA 12249acView commit details
Commits on Apr 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d1e23b8 - Browse repository at this point
Copy the full SHA d1e23b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b44ae96 - Browse repository at this point
Copy the full SHA b44ae96View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 968893f - Browse repository at this point
Copy the full SHA 968893fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for abb93d3 - Browse repository at this point
Copy the full SHA abb93d3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 22c3338 - Browse repository at this point
Copy the full SHA 22c3338View commit details -
Rollup merge of rust-lang#84084 - m-ou-se:stabilize-zero, r=scottmcm
Stabilize duration_zero. FCP here: rust-lang#73544 (comment)
Configuration menu - View commit details
-
Copy full SHA for d2529c8 - Browse repository at this point
Copy the full SHA d2529c8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c2c6896 - Browse repository at this point
Copy the full SHA c2c6896View commit details