1. 09 10月, 2015 2 次提交
  2. 08 10月, 2015 1 次提交
  3. 07 10月, 2015 7 次提交
  4. 06 10月, 2015 8 次提交
  5. 04 10月, 2015 2 次提交
  6. 03 10月, 2015 4 次提交
  7. 02 10月, 2015 5 次提交
  8. 01 10月, 2015 9 次提交
  9. 30 9月, 2015 2 次提交
    • V
      Adjustment of the fix for #4471 · 2bd86a00
      vsadov 提交于
      Old compiler did not insert casts for interface peoperty accesses on generic receiver when receiver was constrained to be a class.
      2bd86a00
    • J
      Emit dynamic attribute in generated lambda methods · 481e1a2e
      Jared Parsons 提交于
      When emitting a lambda method that binds to a delegate with dynamic
      parameters, emit the dynamic attribute in the corresponding parameter
      locations. This facilitates debugging of the lambda as parameters will
      properly light up as dynamic in expression evaluation.
      
      close #4160
      481e1a2e