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

Analyze recursive interfaces #1

Open
wants to merge 46 commits into
base: main
Choose a base branch
from
Open

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    8454427 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54c326d View commit details
    Browse the repository at this point in the history
  3. Don't allow null interfaceImpl when base and override are interface m…

    …ethods in OverrideInformation
    jtschuster committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    6bfc58a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc5d0c View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

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

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    77195a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a73cc1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76bc255 View commit details
    Browse the repository at this point in the history
  4. Make types public again

    jtschuster committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    11577fa View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    5fb3256 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b4a69d View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    cae111a View commit details
    Browse the repository at this point in the history
  2. Undo source changes

    jtschuster committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    00d42b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    49b3464 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. PR Feedback

    jtschuster committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    14814ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56f23e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Configuration menu
    Copy the full SHA
    ccd0a8f View commit details
    Browse the repository at this point in the history
  2. Use correct InterfaceImpl

    jtschuster committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    1d1e883 View commit details
    Browse the repository at this point in the history
  3. Add argument to first call

    jtschuster committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    7b218b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    9addd27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b76b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    81ebc93 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. Configuration menu
    Copy the full SHA
    2828764 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a74024 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. wip

    jtschuster committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    6b2f99d View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. wip

    jtschuster committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    99164eb View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'main' of https://github.com/dotnet/runtime into Analyze…

    …RecursiveInterfaces
    jtschuster committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e8c9319 View commit details
    Browse the repository at this point in the history
  2. wip

    jtschuster committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    295c099 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' of https://github.com/dotnet/runtime into Analyze…

    …RecursiveInterfaces
    jtschuster committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    40aa061 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

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

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    8219095 View commit details
    Browse the repository at this point in the history
  2. Passing tests

    jtschuster committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a3a16df View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. wip

    jtschuster committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    01d6f9c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Passing tests

    jtschuster committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    8996d54 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c51750 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    d4f4ae8 View commit details
    Browse the repository at this point in the history
  2. Clean up and add comments

    jtschuster committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fafdda8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd1feee View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/dotnet/runtime into Analyze…

    …RecursiveInterfaces
    jtschuster committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    fae5bbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbab8b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b20918 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Remove redundant test

    jtschuster committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    999dc7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b37c54 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    9aa7554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fb7a4d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

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