1. 30 8月, 2017 1 次提交
  2. 26 8月, 2017 1 次提交
  3. 19 8月, 2017 2 次提交
  4. 17 8月, 2017 2 次提交
  5. 16 8月, 2017 5 次提交
  6. 15 8月, 2017 2 次提交
  7. 12 8月, 2017 3 次提交
  8. 11 8月, 2017 2 次提交
  9. 10 8月, 2017 3 次提交
    • F
      Remove ILiteralExpression.Text · 55782d08
      Fredric Silberberg 提交于
      55782d08
    • F
    • M
      IBinaryOperatorExpression, IUnaryOperatorExpression and IIncrementExpression API changes · 8526302d
      Manish Vasani 提交于
      This implements a bunch of changes to the IOperation representation for binary operator, unary operator and increment expressions.
      
      1. #8834: Simplify `UnaryOperatorKind` to only contain the operator kind values instead of a matrix of operator and operand kinds.
      2. #8835: Simplify `BinaryOperatorKind` in similar manner as above.
      3. #8825: Add `IUnaryOperatorExpression.IsChecked` flag. Cyrus has already added the `IUnaryOperatorExpression.IsLifted` flag.
      4. #8846: Add `IBinaryOperatorExpression.IsChecked` and `IBinaryOperatorExpression.IsCompareText` flags Cyrus has already added the `IBinaryOperatorExpression.IsLifted` flag.
      5. #21283: Add `IIncrementExpression.IsDecrement` and `IIncrementExpression.IsPostfix` flags and remove PostFix/Prefix Increment/Decrement from `UnaryOperatorKind` enum.
      
      This change also fixes #8848 and #8843 as the matrix operation kind enums no longer exist.
      8526302d
  10. 05 8月, 2017 2 次提交
  11. 02 8月, 2017 4 次提交
  12. 01 8月, 2017 2 次提交
  13. 29 7月, 2017 2 次提交
  14. 28 7月, 2017 2 次提交
  15. 27 7月, 2017 1 次提交
  16. 26 7月, 2017 1 次提交
  17. 22 7月, 2017 3 次提交
  18. 20 7月, 2017 1 次提交
  19. 19 7月, 2017 1 次提交