1. 15 3月, 2017 1 次提交
  2. 10 3月, 2017 1 次提交
    • A
      ExpressionVariableFinder should properly handle misplaces... · b2dfd2df
      AlekseyTs 提交于
      ExpressionVariableFinder should properly handle misplaces DeclarationExpressions with ParenthesizedVariableDesignation.
      
      Fixes #17572.
      This change also ensures consistent SemanticModel behavior between valid and invalid usages of DeclarationExpressions.
      b2dfd2df
  3. 02 3月, 2017 1 次提交
  4. 01 3月, 2017 1 次提交
  5. 23 2月, 2017 1 次提交
  6. 18 2月, 2017 1 次提交
  7. 08 2月, 2017 1 次提交
  8. 25 1月, 2017 1 次提交
    • A
      Disallow attributes in local function definitions (#16498) · 81a092b6
      Andy Gocke 提交于
      Attributes will not be permitted on type parameters or parameters of
      local functions. This matches the existing behavior for the return type
      and symbol itself, neither of which allow attributes to be applied to
      them.
      
      Fixes #1640
      81a092b6
  9. 18 1月, 2017 1 次提交
  10. 11 1月, 2017 1 次提交
  11. 06 1月, 2017 1 次提交
  12. 30 12月, 2016 1 次提交
  13. 12 12月, 2016 1 次提交
    • N
      Combine deconstruction assignment and declaration, and support discards. (#15548) · 3806ef8e
      Neal Gafter 提交于
      * Combine deconstruction assignment and declaration, and support discards.
      
      - Combine deconstruction assignment and declaration, and support discards.
      - Add wildcards.work.md to track outstanding work.
      - Bind each type syntax once in a deconstruction.
      - Because tuples may contain declarations, adjust lambda disambiguation
        and adjust parsing of argument lists.
      - Diagnose tuple element names on the left of a deconstruction.
      - Add relational operators to disambiguating tokens in 7.5.4.2
      
      * Disallow deconstruction declarations except at the statement level.
      This is now a semantic restriction (until we decide to remove it).
      
      * Revise logic to detect `var` in a declaration expression.
      Plus other changes per code review.
      
      * Add a test that GetTypeInfo on a discard expression doesn't crash.
      * Small changes per code review.
      * Add (skipped) test for var invocation in parens.
      * Rename "Discarded" to "Discard"
      * Changes recommended via code review.
      * Minor changes to the handling of declaration expressions per code review.
      * Addressing blocking feedback while Neal is OOF
      
      Fixes https://github.com/dotnet/roslyn/issues/14794
      Fixes https://github.com/dotnet/roslyn/issues/14832
      3806ef8e
  14. 09 12月, 2016 1 次提交
  15. 22 11月, 2016 2 次提交
  16. 16 11月, 2016 1 次提交
  17. 10 11月, 2016 1 次提交
  18. 09 11月, 2016 1 次提交
  19. 29 9月, 2016 1 次提交
  20. 15 9月, 2016 1 次提交
  21. 02 9月, 2016 1 次提交
  22. 31 8月, 2016 1 次提交
  23. 30 8月, 2016 1 次提交
  24. 27 8月, 2016 1 次提交
  25. 26 8月, 2016 1 次提交
  26. 23 8月, 2016 1 次提交
  27. 20 8月, 2016 5 次提交
  28. 18 8月, 2016 1 次提交
  29. 16 8月, 2016 1 次提交
  30. 15 8月, 2016 1 次提交
  31. 12 8月, 2016 1 次提交
  32. 11 8月, 2016 3 次提交
  33. 10 8月, 2016 1 次提交