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

List pattern syntax #51299

Merged
merged 28 commits into from
Apr 20, 2021
Merged

Commits on Feb 18, 2021

  1. List pattern syntax

    alrz committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    f669d73 View commit details
    Browse the repository at this point in the history
  2. Update resources

    alrz committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    2340d9a View commit details
    Browse the repository at this point in the history
  3. Revert code

    alrz committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    589dbd1 View commit details
    Browse the repository at this point in the history
  4. Revert code

    alrz committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    4708bea View commit details
    Browse the repository at this point in the history
  5. Fix typo

    alrz committed Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6de5e2d View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

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

    alrz committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    39f8a6f View commit details
    Browse the repository at this point in the history
  3. Revert whitespace

    alrz committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    d6be7be View commit details
    Browse the repository at this point in the history
  4. Disable PublicApi diagnostics

    alrz committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    fdc50a0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2021

  1. Attempt to disable RS0016

    alrz committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    0b2c4c4 View commit details
    Browse the repository at this point in the history
  2. Add tests

    alrz committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    b2471d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eba839 View commit details
    Browse the repository at this point in the history
  4. Suppress RS0027

    alrz committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    dd000b9 View commit details
    Browse the repository at this point in the history
  5. Fixup tests

    alrz committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    12a5641 View commit details
    Browse the repository at this point in the history
  6. Add missing file header

    alrz committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    83e7f02 View commit details
    Browse the repository at this point in the history
  7. Fixup test

    alrz committed Mar 20, 2021
    Configuration menu
    Copy the full SHA
    e5a67cf View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. PR feedback

    alrz committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    2cb368d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. PR feedback

    alrz committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f9a3d49 View commit details
    Browse the repository at this point in the history
  2. Move

    alrz committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    69301f5 View commit details
    Browse the repository at this point in the history
  3. Add missing member

    alrz committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    e4759a3 View commit details
    Browse the repository at this point in the history
  4. Fix test failures

    alrz committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    4668d89 View commit details
    Browse the repository at this point in the history
  5. Add PROTOTYPE comments

    alrz committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a39f0ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    362f333 View commit details
    Browse the repository at this point in the history
  7. Attempt to suppress RS0027

    alrz committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    2a8e5b3 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. Add more tests

    alrz committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    19b7320 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Merge remote-tracking branch 'origin/features/list-patterns' into lis…

    …t-patterns-syntax
    
    # Conflicts:
    #	src/Compilers/CSharp/Portable/CSharpResources.resx
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.cs.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.de.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.es.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.fr.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.it.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.ja.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.ko.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.pl.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.pt-BR.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.ru.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.tr.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hans.xlf
    #	src/Compilers/CSharp/Portable/xlf/CSharpResources.zh-Hant.xlf
    alrz committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    3d4db0a View commit details
    Browse the repository at this point in the history
  2. Update resources

    alrz committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    fe596e9 View commit details
    Browse the repository at this point in the history
  3. Add more tests

    alrz committed Apr 13, 2021
    Configuration menu
    Copy the full SHA
    f5b20c4 View commit details
    Browse the repository at this point in the history