1. 16 2月, 2017 3 次提交
  2. 15 2月, 2017 1 次提交
  3. 10 2月, 2017 1 次提交
  4. 08 2月, 2017 1 次提交
  5. 04 2月, 2017 3 次提交
  6. 02 2月, 2017 1 次提交
  7. 01 2月, 2017 3 次提交
  8. 31 1月, 2017 1 次提交
  9. 28 1月, 2017 2 次提交
  10. 26 1月, 2017 3 次提交
  11. 25 1月, 2017 2 次提交
  12. 24 1月, 2017 2 次提交
  13. 21 1月, 2017 2 次提交
  14. 20 1月, 2017 5 次提交
  15. 19 1月, 2017 3 次提交
  16. 18 1月, 2017 1 次提交
    • V
      Allow extension methods on tuple receivers when underlying conversions are "upcasts" · fd61eb2d
      VSadov 提交于
      Extensions methods declared on bases and implemented interfaces are allowed to be applied to receivers that of derived or implementing type.
      
      This change extends this rule to tuple receivers as long as the rule holds for individual elements, recursively.
      
      I.E. valid "this" conversions are:
      - identity conversion
      - implicit reference conversion
      - boxing conversion
      - (new)  implicit tuple[literal] conversions as long as all underlying conversions are valid "this" conversions.
      fd61eb2d
  17. 14 1月, 2017 2 次提交
  18. 13 1月, 2017 3 次提交
  19. 10 1月, 2017 1 次提交