1. 06 10月, 2017 1 次提交
  2. 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
  3. 26 9月, 2017 1 次提交
  4. 22 9月, 2017 1 次提交
  5. 09 9月, 2017 1 次提交
  6. 31 8月, 2017 1 次提交
    • M
      Address PR feedback · fbfa6ab6
      Manish Vasani 提交于
      1. Add Locals property to ILoopStatement
      2. Remove IterationVariable from foreach loops and VB ForTo loops.
      3. Add InvalidCondition to Do loops for VB error cases.
      4. Rename property AddLoopBottomExpressionList to NextVariables
      5. Add relevant unit tests
      6. Remove ISyntheticLocalReferenceExpression and SyntheticLocalKind
      fbfa6ab6
  7. 30 8月, 2017 3 次提交
  8. 26 8月, 2017 1 次提交
  9. 22 8月, 2017 1 次提交
  10. 16 8月, 2017 1 次提交
  11. 11 8月, 2017 2 次提交
  12. 08 8月, 2017 1 次提交
  13. 04 8月, 2017 1 次提交
  14. 20 7月, 2017 1 次提交
  15. 15 7月, 2017 1 次提交
  16. 11 7月, 2017 1 次提交
  17. 19 5月, 2017 1 次提交
    • M
      Add IOperation support for tuple expressions · 50fee94d
      Manish Vasani 提交于
      Fixes #10856
      
      ```
          public interface ITupleExpression : IOperation
          {
              /// <summary>
              /// Elements for tuple expression.
              /// </summary>
              ImmutableArray<IOperation> Elements { get; }
          }
      ```
      50fee94d