1. 22 8月, 2018 1 次提交
  2. 19 8月, 2018 1 次提交
  3. 15 8月, 2018 1 次提交
  4. 28 6月, 2018 1 次提交
  5. 05 6月, 2018 1 次提交
  6. 25 5月, 2018 1 次提交
  7. 17 5月, 2018 1 次提交
  8. 15 5月, 2018 1 次提交
  9. 08 5月, 2018 1 次提交
  10. 27 4月, 2018 2 次提交
  11. 24 4月, 2018 1 次提交
  12. 16 4月, 2018 1 次提交
  13. 12 4月, 2018 1 次提交
  14. 30 3月, 2018 1 次提交
  15. 14 3月, 2018 2 次提交
  16. 13 3月, 2018 2 次提交
  17. 04 3月, 2018 1 次提交
  18. 29 1月, 2018 1 次提交
  19. 06 12月, 2017 1 次提交
  20. 26 11月, 2017 1 次提交
  21. 16 11月, 2017 2 次提交
  22. 04 11月, 2017 1 次提交
    • L
      [Syntax Breaking] Rename DefaultImpl to AutoImpl · 06506bb7
      leonardo.yvens 提交于
      DefaultImpl is a highly confusing name for what we now call auto impls,
      as in `impl Send for ..`. The name auto impl is not formally decided
      but for sanity anything is better than `DefaultImpl` which refers
      neither to `default impl` nor to `impl Default`.
      06506bb7
  23. 11 9月, 2017 1 次提交
  24. 18 8月, 2017 1 次提交
  25. 14 8月, 2017 2 次提交
  26. 28 7月, 2017 1 次提交
  27. 06 7月, 2017 1 次提交
  28. 29 6月, 2017 1 次提交
  29. 24 6月, 2017 1 次提交
    • E
      Detect missing `;` on methods with return type `()` · c023856b
      Esteban Küber 提交于
      - Point out the origin of a type requirement when it is the return type
        of a method
      - Point out possibly missing semicolon when the return type is () and
        the implicit return makes sense as a statement
      - Suggest changing the return type of methods with default return type
      - Don't suggest changing the return type on fn main()
      - Don't suggest changing the return type on impl fn
      c023856b
  30. 02 6月, 2017 1 次提交
  31. 12 4月, 2017 2 次提交
  32. 30 3月, 2017 1 次提交
  33. 26 2月, 2017 1 次提交
  34. 28 11月, 2016 1 次提交