1. 10 8月, 2016 2 次提交
  2. 08 8月, 2016 1 次提交
  3. 04 8月, 2016 1 次提交
    • G
      Overhaul syntax model for deconstruction decl · df48ec6f
      gafter 提交于
      Also update the out var syntax node to use the newly introduced
      VariableComponent so it can be extended in the future to allow `out *`
      or `out var (x, y)` etc without requiring any further changes to the
      syntax model.
      Fixes #12747, #12664, #12588, #1503
      df48ec6f
  4. 02 8月, 2016 1 次提交
  5. 31 7月, 2016 1 次提交
    • G
      We introduce a "ref type" for use in declarations · b93e71b8
      gafter 提交于
        (e.g. ref local variable declaration)
      We introduce a "ref expression" for use in expressions
        (e.g. right-hand-side of a ref variable initialization)
      Also improve the diagnostic for local functions.
      Fixes #12749, #12580
      b93e71b8
  6. 22 7月, 2016 1 次提交
  7. 20 7月, 2016 1 次提交
  8. 11 7月, 2016 1 次提交
  9. 08 7月, 2016 1 次提交
  10. 07 7月, 2016 1 次提交
  11. 01 7月, 2016 2 次提交
  12. 30 6月, 2016 1 次提交
  13. 24 6月, 2016 1 次提交
  14. 17 6月, 2016 1 次提交
  15. 15 6月, 2016 2 次提交
  16. 14 6月, 2016 2 次提交
  17. 10 6月, 2016 1 次提交
    • V
      Added support for implicit tuple _type_ conversions · 7a7a1833
      VSadov 提交于
      - Implicit tuple type conversion exists between tuples of same cardinality when all corresponding element types have implicit conversions
      - Implicit tuple type conversion is a standard implicit conversion and therefore can chain with user defined conversions
      - Implicit tuple type conversion is a standard conversion that can be lifted to nullable
      7a7a1833
  18. 08 6月, 2016 1 次提交
  19. 06 6月, 2016 1 次提交
  20. 28 5月, 2016 1 次提交
  21. 26 5月, 2016 1 次提交
  22. 25 5月, 2016 1 次提交
  23. 20 5月, 2016 1 次提交
  24. 18 5月, 2016 1 次提交
    • A
      Added initial support for out vars. · 68aca6f8
      AlekseyTs 提交于
      - Feature flag.
      - Syntax model changes.
      - Parsing.
      - Binding (for explicitly typed variables only).
      - Flow analysis.
      - SemanticModel – added new API GetDeclaredSymbol(ArgumentSyntax) to return symbol for the declared local.
      
      Basic scenarios work end to end.
      68aca6f8
  25. 03 5月, 2016 1 次提交
  26. 27 4月, 2016 1 次提交
  27. 15 4月, 2016 1 次提交
  28. 12 4月, 2016 1 次提交
  29. 11 4月, 2016 1 次提交
    • A
      Add an instrumentation component that can be used to instrument certain... · b76cb911
      AlekseyTs 提交于
      Add an instrumentation component that can be used to instrument certain statements and expressions during lowering. Part 2.
      
      This finalizes the refactoring. Sequence points are no longer created before LocalRewriter is invoked. LocalRewriter completely relies on instrumentation for sequence points generation. There is an exception, LocalRewriter creates hidden sequence points in three places, but they are not associated with any executable code derived from C# syntax.
      
      Related to #9819.
      b76cb911
  30. 09 4月, 2016 1 次提交
  31. 06 4月, 2016 1 次提交
  32. 29 3月, 2016 1 次提交
  33. 28 3月, 2016 1 次提交
  34. 21 3月, 2016 1 次提交
  35. 15 3月, 2016 1 次提交
  36. 12 3月, 2016 1 次提交