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

Add implementations for unbounded_shl/unbounded_shr #129377

Merged
merged 8 commits into from
Aug 26, 2024

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    9b5a004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c89bae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38b5a2a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79cbb87 View commit details
    Browse the repository at this point in the history
  5. fix(core): Add #![feature(unbounded_shifts)] to doctests for `unbou…

    …nded_shr`/`unbounded_shl`
    chorman0773 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9907f61 View commit details
    Browse the repository at this point in the history
  6. chore: x fmt

    chorman0773 committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    27b63b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    2cf48ea View commit details
    Browse the repository at this point in the history
  2. feat(core): Make unbounded_shl{l,r} unstably const and remove `rust…

    …c_allow_const_fn_unstable`
    chorman0773 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    f4dc783 View commit details
    Browse the repository at this point in the history