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. 29 8月, 2017 1 次提交
  3. 26 8月, 2017 1 次提交
  4. 19 8月, 2017 1 次提交
    • M
      Address PR feedback · 28cdbd97
      Manish Vasani 提交于
      1. Add IsChecked flag for IIncrementExpression and ICompoundAssignmentExpression
      2. Add back VB specific binary operator kinds
      3. Add more unit tests and fix baselines of existing tests
      28cdbd97
  5. 11 8月, 2017 1 次提交
  6. 08 8月, 2017 1 次提交
  7. 02 8月, 2017 1 次提交
    • C
      Expose if a Binary/Unary operator was 'Lifted' at the IExpression level. (#14779) · e63e0d44
      CyrusNajmabadi 提交于
      * Expose if a Binary/Unary operator was 'Lifted' at the IExpression level.
      
      * Update public API.
      
      * Share computed value.
      
      * Remove unnecessary extension.
      
      * Update test code.
      
      * Remove extension method.
      
      * Fixup tests.
      
      * Fixup tests.
      
      * Fixup tests.
      
      * Fix instances of Invalid operations with nullable
      
      * Compound assignments also need to state if they're lifted.
      
      * Move tests.
      
      * Move tests.
      
      * Move tests.
      
      * Simplify comment.
      
      * Case things consistently.
      
      * Use F instead of Foo.  Because Foo is bad.
      e63e0d44