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

Implement extended property patterns #52139

Commits on Mar 25, 2021

  1. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    75bf6e7 View commit details
    Browse the repository at this point in the history
  2. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    9f51bbb View commit details
    Browse the repository at this point in the history
  3. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1e67ee2 View commit details
    Browse the repository at this point in the history
  4. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    b4019e1 View commit details
    Browse the repository at this point in the history
  5. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    d61c3c8 View commit details
    Browse the repository at this point in the history
  6. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    5593114 View commit details
    Browse the repository at this point in the history
  7. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    b384f78 View commit details
    Browse the repository at this point in the history
  8. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    808ce1f View commit details
    Browse the repository at this point in the history
  9. WIP

    alrz committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    675a57d View commit details
    Browse the repository at this point in the history
  10. WIP

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

Commits on Apr 7, 2021

  1. WIP

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

    alrz committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    c620d01 View commit details
    Browse the repository at this point in the history
  3. WIP

    alrz committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    daea3f1 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/features/extended-property-patte…

    …rns' into extended-property-patterns
    
    # Conflicts:
    #	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 7, 2021
    Configuration menu
    Copy the full SHA
    411a6b5 View commit details
    Browse the repository at this point in the history
  5. Update resources

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

Commits on Apr 25, 2021

  1. Address feedback on syntax tree

    alrz committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    be4e20a View commit details
    Browse the repository at this point in the history
  2. Revert

    alrz committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    49e151e View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/features/extended-property-patte…

    …rns' into extended-property-patterns
    
    # Conflicts:
    #	src/Compilers/CSharp/Portable/CSharpResources.resx
    #	src/Compilers/CSharp/Portable/Errors/ErrorCode.cs
    alrz committed Apr 25, 2021
    Configuration menu
    Copy the full SHA
    6e5b186 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Address feedback

    alrz committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    4d0a51d View commit details
    Browse the repository at this point in the history
  2. Typo

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

Commits on Apr 29, 2021

  1. Revert code

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    8e82fe7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13eb678 View commit details
    Browse the repository at this point in the history
  3. Add PROTOTYPE comments

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    359681f View commit details
    Browse the repository at this point in the history
  4. Add suggested test

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    8996089 View commit details
    Browse the repository at this point in the history
  5. Add backcompat APIs

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7c487de View commit details
    Browse the repository at this point in the history
  6. Typo

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    81037c3 View commit details
    Browse the repository at this point in the history
  7. Attempt to disable RS0016

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    eaa5c5d View commit details
    Browse the repository at this point in the history
  8. Renamings

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ffcb24e View commit details
    Browse the repository at this point in the history
  9. Fix typo

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    6d5f488 View commit details
    Browse the repository at this point in the history
  10. Add missing PROTOTYPE comment

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    ae153fd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    732486c View commit details
    Browse the repository at this point in the history
  12. Pass IOp verification

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    7d7bd53 View commit details
    Browse the repository at this point in the history
  13. Add missing member

    alrz committed Apr 29, 2021
    Configuration menu
    Copy the full SHA
    11f1ea8 View commit details
    Browse the repository at this point in the history
  14. Attempt to fix build

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

Commits on May 4, 2021

  1. Typo

    alrz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    35ea5b3 View commit details
    Browse the repository at this point in the history
  2. Address feedback on syntax

    alrz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    b6b7bd3 View commit details
    Browse the repository at this point in the history
  3. Add more parsing tests

    alrz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    6f518d7 View commit details
    Browse the repository at this point in the history
  4. Add suggested tests

    alrz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    d0e80c4 View commit details
    Browse the repository at this point in the history
  5. Fix build

    alrz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    3a83ba0 View commit details
    Browse the repository at this point in the history
  6. Add test

    alrz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    4897191 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d3f1e7f View commit details
    Browse the repository at this point in the history
  8. Add suggested tests

    alrz committed May 4, 2021
    Configuration menu
    Copy the full SHA
    05f9a88 View commit details
    Browse the repository at this point in the history