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

Use BitOperations in couple more places #101701

Merged
merged 26 commits into from
Jun 3, 2024

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    92f155c View commit details
    Browse the repository at this point in the history
  2. Use BitOperations.LeadingZeroCount in NativeFormatWriter

    Big thanks to @MichalPetryka for showing me simpler alternative to this
    PaulusParssinen committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    741fd54 View commit details
    Browse the repository at this point in the history
  3. Clarify operator precedence

    Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
    PaulusParssinen and am11 committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d10a145 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

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

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    1eed107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    102d4b3 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. I'm blind

    PaulusParssinen committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c14d86e View commit details
    Browse the repository at this point in the history
  2. LZCNT -> TZCNT..

    - Yep..
    PaulusParssinen committed May 10, 2024
    Configuration menu
    Copy the full SHA
    c423d1f View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    db3eec9 View commit details
    Browse the repository at this point in the history
  2. Add required cast

    PaulusParssinen committed May 11, 2024
    Configuration menu
    Copy the full SHA
    3e7de82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba86069 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    1bcc371 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85a69b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7b9767 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    efcae80 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27ddd40 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50ee219 View commit details
    Browse the repository at this point in the history
  7. Make ILVerification target NetCoreAppToolCurrent

    The only consumer of this library is ILVerify, which itself is NetCoreAppToolCurrent.
    PaulusParssinen committed May 17, 2024
    Configuration menu
    Copy the full SHA
    6049c07 View commit details
    Browse the repository at this point in the history
  8. Apply PR feedback

    PaulusParssinen committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e985569 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Revert TypeHashingAlgorithms.cs

    * ILVerification was shipped OOB
    PaulusParssinen committed May 18, 2024
    Configuration menu
    Copy the full SHA
    8c104e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d05e17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3bb921 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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

Commits on May 30, 2024

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

Commits on Jun 1, 2024

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