1. 05 10月, 2017 1 次提交
    • J
      Test dumper change to include Isimplicit/Language and some formatting change (#22309) · 4b021d7e
      Jinu 提交于
      * Adding cobyrc file for testing
      
      * Adding isImplicit info to ioperation tests
      
      * Adding Language name to the test dumper
      
      * Formatting change to test dumper
      
      * Removing cobyrc file
      
      * Fixing more tests
      
      * Resolving conflicts
      
      * Moving the language to assert check
      
      * Resolving conflicts
      
      * Reacting to merge conflict
      4b021d7e
  2. 01 10月, 2017 1 次提交
  3. 27 9月, 2017 1 次提交
  4. 26 9月, 2017 1 次提交
  5. 22 9月, 2017 1 次提交
  6. 21 9月, 2017 2 次提交
  7. 18 9月, 2017 1 次提交
  8. 16 9月, 2017 1 次提交
  9. 15 9月, 2017 1 次提交
  10. 14 9月, 2017 1 次提交
  11. 13 9月, 2017 1 次提交
  12. 07 9月, 2017 1 次提交
  13. 06 9月, 2017 2 次提交
    • M
      6e2e8e54
    • M
      Address feedback from the design meeting and only expose the top level... · 78edd7c7
      Manish Vasani 提交于
      Address feedback from the design meeting and only expose the top level ITranslatedQueryExpression IOperation for v1.
      
      We longer expose any special IOperation nodes for query clauses/operators, but just the underlying query plan. For v2, we hope to enhance the APIs to expose a richer query API.
      
      Another design decision was to rewrite VB query lambdas into regular lambda, so we have parity between C# and VB operation trees.
      This change refactors the VB query lambda local rewriting code to be consumed from the VB operation factory for the same.
      The rewriter introduces a large number of DAGs, and we handle them in the operation factory rewriter by cloning the duplicate bound nodes in the lowered tree.
      78edd7c7
  14. 01 9月, 2017 1 次提交
  15. 31 8月, 2017 2 次提交
  16. 30 8月, 2017 3 次提交
  17. 26 8月, 2017 1 次提交
  18. 22 8月, 2017 1 次提交
  19. 19 8月, 2017 2 次提交
  20. 17 8月, 2017 1 次提交
  21. 16 8月, 2017 1 次提交
  22. 15 8月, 2017 2 次提交
  23. 12 8月, 2017 2 次提交
  24. 11 8月, 2017 3 次提交
  25. 08 8月, 2017 1 次提交
    • M
      Add IOperation support for query operations. · f900a819
      Manish Vasani 提交于
      Implements the proposal discussed in https://github.com/dotnet/roslyn/issues/17838#issuecomment-318125250.
      
      1. We will have an `IQueryExpression` representing the topmost query expression.
      2. This will point to the last query clause (`IQueryClause`) or continuation (`IQueryContinuation`) in the unrolled lowered bound tree - we are not got going to reverse the tree to match source.
      3. `IQueryClause` will have a `QueryClauseKind` field indicating the type of query clause, which should match the syntax/language specification query clause/operator kinds.
      f900a819
  26. 04 8月, 2017 1 次提交
  27. 02 8月, 2017 1 次提交
  28. 20 7月, 2017 1 次提交
  29. 16 7月, 2017 1 次提交
  30. 08 7月, 2017 1 次提交