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. 04 10月, 2017 1 次提交
  3. 03 10月, 2017 2 次提交
  4. 01 10月, 2017 1 次提交
    • H
      added IVariableDeclarationStatement back to for loop's before condition (#22358) · a9a49151
      Heejae Chang 提交于
      * updated local decl
      
      * put IVariableDeclarationStatement back to for loop before.
      
      * put variable declaration syntax in variable declaration statement for for loop
      
      * updated tests
      
      * changed caller to call different APIs to create variable declaration when it can.
      
      * changed to return IVaraibleDeclaration from CreateVariableDeclaration method
      
      * addressed PR feedbacks
      a9a49151
  5. 30 9月, 2017 9 次提交
  6. 29 9月, 2017 11 次提交
  7. 28 9月, 2017 1 次提交
  8. 27 9月, 2017 2 次提交
  9. 26 9月, 2017 6 次提交
  10. 24 9月, 2017 1 次提交
    • A
      Support for ref-readonly locals (#22269) · fef4159f
      Andy Gocke 提交于
      Ref-readonly locals are mostly identical to ref-readonly parameters. The
      most important difference is that when possibly mutating methods are
      called on ref-readonly locals of struct type, a proper temporary is
      created before calling the method.
      fef4159f
  11. 23 9月, 2017 5 次提交