1. 29 2月, 2020 1 次提交
  2. 08 2月, 2020 1 次提交
  3. 23 1月, 2020 1 次提交
  4. 19 1月, 2020 1 次提交
  5. 17 12月, 2019 2 次提交
  6. 04 12月, 2019 2 次提交
  7. 09 8月, 2019 2 次提交
  8. 07 8月, 2019 3 次提交
    • J
      Remove unused parameter · 3b65ac1d
      Jason Malinowski 提交于
      3b65ac1d
    • J
      Fix the type inferrer's triggering of method type inferrence · b0f28eb4
      Jason Malinowski 提交于
      The type inferrer does method type inferrence if we know what the
      return type of the method should be. This triggered if the method was
      handled an argument which it could then chase up and find the
      InvocationExpressionSyntax. Unfortunately if you are inferring and
      don't have an argument you still want to be able to infer the type
      of the argument if there was one there, but there's no ArgumentSyntax
      to work from. Thus, it's easier to just directly pass the
      InvocationExpressionSyntax and avoid the tree walk; looking through
      the callers of InferTypeInArgument there's only one place where
      it could potentially find an InvocationExpressionSyntax, and that one
      place is the place I updated the call site on.
      b0f28eb4
    • J
  9. 19 7月, 2019 2 次提交
  10. 18 7月, 2019 1 次提交
  11. 17 7月, 2019 1 次提交
  12. 15 7月, 2019 1 次提交
  13. 12 7月, 2019 1 次提交
  14. 29 6月, 2019 1 次提交
  15. 21 6月, 2019 1 次提交
  16. 18 6月, 2019 1 次提交
  17. 13 6月, 2019 1 次提交
  18. 05 6月, 2019 4 次提交
  19. 18 1月, 2019 1 次提交
    • N
      Syntax changes for recursive pattern-matching feature (#32432) · 882f646d
      Neal Gafter 提交于
      * Rename "deconstruct pattern" to "positional pattern" in the APIs.
      Fixes #32291
      
      * Permit a trailing commas in two places
      - Permit a trailing comma after the last arm of a switch expression
      - Permit a trailing comma after the last subpattern of a property pattern clause
      Fixes #32292
      882f646d
  20. 10 12月, 2018 1 次提交
  21. 10 11月, 2018 3 次提交
  22. 16 10月, 2018 1 次提交
  23. 06 10月, 2018 1 次提交
  24. 03 10月, 2018 2 次提交
  25. 30 9月, 2018 4 次提交