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

Update the JIT to track Span.Length and ReadOnlySpan.Length as "never negative" #81055

Merged
merged 9 commits into from
Jan 26, 2023

Commits on Jan 23, 2023

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

Commits on Jan 24, 2023

  1. Configuration menu
    Copy the full SHA
    c88ae01 View commit details
    Browse the repository at this point in the history
  2. Apply formatting patch

    tannergooding committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    820a5d8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    618226e View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Update src/coreclr/jit/gentree.h

    Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
    tannergooding and SingleAccretion authored Jan 25, 2023
    Configuration menu
    Copy the full SHA
    e5d4b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d700615 View commit details
    Browse the repository at this point in the history
  3. Adding two asserts

    tannergooding committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    60ffb5a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f882d8 View commit details
    Browse the repository at this point in the history
  5. Fix an assert

    tannergooding committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    c224a3d View commit details
    Browse the repository at this point in the history