1. 17 7月, 2019 1 次提交
  2. 16 7月, 2019 1 次提交
    • N
      Target-typed switch expression (#37052) · fbdb480b
      Neal Gafter 提交于
      Implements https://github.com/dotnet/csharplang/issues/2389
      Fixes #35958
      
      Note that the switch expression conversion is not a standard implicit conversion.  Specifically, it should not be considered as a valid implicit conversion as input to a user-defined conversion, as that could permit two chained user-defined conversions.
      
      Also changes binding of switch expression to ECMA so it can interact properly with switch expressions.
      Fixes #14965
      fbdb480b
  3. 20 6月, 2019 1 次提交
  4. 05 6月, 2019 1 次提交
  5. 24 5月, 2019 1 次提交
  6. 19 5月, 2019 1 次提交
  7. 13 5月, 2019 2 次提交
  8. 12 5月, 2019 2 次提交
  9. 04 5月, 2019 1 次提交
  10. 19 4月, 2019 1 次提交
  11. 05 4月, 2019 1 次提交
  12. 28 3月, 2019 1 次提交
  13. 26 3月, 2019 1 次提交
  14. 12 3月, 2019 1 次提交
  15. 21 2月, 2019 1 次提交
  16. 16 2月, 2019 1 次提交
  17. 05 2月, 2019 1 次提交
  18. 04 2月, 2019 1 次提交
    • A
      Add Preview langversion and change Default · 28e249ec
      Andy Gocke 提交于
      Adds a new "Preview" language version for C# that means the latest
      supported language version + the preview features available in the
      compiler. Also changes the "Default" (unspecified) language version to
      mean Preview, but provides a warning when preview features are used.
      28e249ec
  19. 31 1月, 2019 1 次提交
  20. 26 1月, 2019 1 次提交
  21. 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
  22. 11 1月, 2019 2 次提交
  23. 03 1月, 2019 1 次提交
  24. 29 12月, 2018 1 次提交
    • C
      Await using declarations (#31980) · 2652beac
      Chris Sienkiewicz 提交于
      * Add syntax for await using var x = ...
      - Update syntax nodes
      - Add parsing tests
      
      * Support binding and lowering for await using var x =...
      - Add awaitable info to bound node
      - Find and store the awaiter if async
      - Lower the declaration node correctly
      - Add tests
      2652beac
  25. 19 12月, 2018 1 次提交
  26. 18 12月, 2018 1 次提交
  27. 29 11月, 2018 1 次提交
  28. 19 10月, 2018 1 次提交
  29. 18 10月, 2018 1 次提交
  30. 16 10月, 2018 1 次提交
  31. 13 10月, 2018 2 次提交
  32. 05 10月, 2018 1 次提交
  33. 27 9月, 2018 1 次提交
  34. 23 8月, 2018 1 次提交
  35. 22 8月, 2018 1 次提交
  36. 17 7月, 2018 1 次提交