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

Track state separately in NullableWalker for nested and containing methods #50417

Merged
merged 16 commits into from
Jan 23, 2021

Commits on Jan 15, 2021

  1. Revert "Avoid sharing NullableWalker state between method and nested …

    …functions (dotnet#49765)"
    
    This reverts commit dedcd58.
    cston committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    cf5caa3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a350d3 View commit details
    Browse the repository at this point in the history
  3. Add snapshot types

    cston committed Jan 15, 2021
    Configuration menu
    Copy the full SHA
    648b8e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. PR feedback

    cston committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    a7b4e52 View commit details
    Browse the repository at this point in the history
  2. Remove unused code

    cston committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    0cfc45e View commit details
    Browse the repository at this point in the history
  3. Reduce allocations

    cston committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    53e3149 View commit details
    Browse the repository at this point in the history
  4. Avoid using array after free

    cston committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    c65c6e1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Misc.

    cston committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    686fcb8 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Handle PROTOTYPE comments

    cston committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5baa27d View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. PR feedback

    cston committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    2b2e452 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. PR feedback

    cston committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    62a48fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8402ec6 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    cston committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    317d29e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. PR feedback

    cston committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    6eb222d View commit details
    Browse the repository at this point in the history
  2. Fix tests

    cston committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    e5c45e9 View commit details
    Browse the repository at this point in the history
  3. PR feedback

    cston committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    8a174ea View commit details
    Browse the repository at this point in the history