1. 26 10月, 2018 2 次提交
  2. 23 10月, 2018 1 次提交
  3. 20 10月, 2018 1 次提交
  4. 19 10月, 2018 1 次提交
  5. 18 10月, 2018 1 次提交
  6. 14 10月, 2018 1 次提交
  7. 12 10月, 2018 1 次提交
  8. 10 10月, 2018 1 次提交
  9. 04 10月, 2018 1 次提交
  10. 03 10月, 2018 1 次提交
  11. 02 10月, 2018 2 次提交
  12. 01 10月, 2018 1 次提交
  13. 30 9月, 2018 1 次提交
    • Z
      don't elide lifetimes in paths in librustc/ · 5b22d9b2
      Zack M. Davis 提交于
      This seemed like a good way to kick the tires on the
      elided-lifetimes-in-paths lint (#52069)—seems to work! This was also
      pretty tedious—it sure would be nice if `cargo fix` worked on this
      codebase (#53896)!
      5b22d9b2
  14. 26 9月, 2018 1 次提交
  15. 25 9月, 2018 3 次提交
  16. 22 9月, 2018 1 次提交
  17. 13 9月, 2018 1 次提交
  18. 12 9月, 2018 1 次提交
  19. 30 8月, 2018 1 次提交
  20. 28 8月, 2018 1 次提交
  21. 23 8月, 2018 1 次提交
  22. 22 8月, 2018 2 次提交
  23. 20 8月, 2018 3 次提交
  24. 19 8月, 2018 1 次提交
  25. 14 8月, 2018 1 次提交
  26. 08 8月, 2018 1 次提交
  27. 03 8月, 2018 1 次提交
  28. 02 8月, 2018 1 次提交
  29. 30 7月, 2018 1 次提交
  30. 27 7月, 2018 1 次提交
  31. 23 7月, 2018 1 次提交
  32. 22 7月, 2018 1 次提交
    • Z
      in which the elided-lifetimes-in-paths lint undergoes a revolution · 41d5c0ce
      Zack M. Davis 提交于
      The existing elided-lifetimes-in-paths lint (introduced in Nov. 2017's
      accd997b / #46254) lacked stuctured suggestions and—much more
      alarmingly—produced false positives on associated functions (like
      `Ref::clone`) and on anonymous '_ lifetimes (!!—yes, the very
      anonymous lifetimes that we meant to suggest "instead"). That this
      went apparently unnoticed for so long maybe tells you something about
      how many people actually bother to flip on allow-by-default lints.
      
      After many hours of good old-fashioned American elbow grease—and a
      little help from expert reviewers—it turns out that getting the right
      answer is a lot easier if we fire the lint while lowering the Higher
      Intermediate Representation.
      
      The lint is promoted to the idioms-2018 group.
      
      Also, in the matter of test filenames, "elided" only has one 'l' (see,
      e.g., https://en.wiktionary.org/wiki/elide).
      
      Resolves #52041.
      41d5c0ce
  33. 21 7月, 2018 1 次提交