1. 21 1月, 2023 1 次提交
  2. 11 1月, 2023 1 次提交
  3. 20 12月, 2022 1 次提交
  4. 14 12月, 2022 2 次提交
  5. 09 12月, 2022 1 次提交
  6. 06 12月, 2022 1 次提交
  7. 23 11月, 2022 1 次提交
  8. 31 10月, 2022 1 次提交
  9. 22 10月, 2022 1 次提交
  10. 20 10月, 2022 1 次提交
  11. 11 10月, 2022 1 次提交
  12. 09 10月, 2022 1 次提交
  13. 01 10月, 2022 1 次提交
  14. 21 9月, 2022 1 次提交
  15. 19 9月, 2022 1 次提交
  16. 09 9月, 2022 1 次提交
  17. 26 8月, 2022 1 次提交
  18. 27 7月, 2022 1 次提交
  19. 30 5月, 2022 1 次提交
  20. 06 5月, 2022 1 次提交
  21. 15 2月, 2022 1 次提交
  22. 10 2月, 2022 1 次提交
    • J
      rustdoc: fix spacing of non-toggled impl blocks · 0b22d417
      Jacob Hoffman-Andrews 提交于
      We recently removed the "up here" arrows on item-infos, and adjusted
      vertical spacing so that even without the arrow, it would be visually
      clear which item the item-info belonged to. The new CSS styles for
      vertical spacing only applied to toggles, though. This missed
      non-toggled impl blocks - for instance, those without any methods, like
      https://doc.rust-lang.org/nightly/std/marker/trait.Send.html#implementors.
      The result was lists of implementors that were spaced too closely. This
      PR fixes the spacing by making it apply to non-toggled impl blocks as
      well.
      
      This also fixes an issue where item-infos were displayed too far below
      their items. That was a result of display: table on .item-info .stab.
      Changed that to display: inline-block.
      0b22d417
  23. 05 1月, 2022 1 次提交
  24. 27 11月, 2021 1 次提交
  25. 25 11月, 2021 1 次提交
  26. 26 10月, 2021 1 次提交
  27. 20 10月, 2021 2 次提交
  28. 10 10月, 2021 1 次提交
  29. 03 10月, 2021 1 次提交
  30. 28 8月, 2021 1 次提交
  31. 16 7月, 2021 1 次提交
  32. 14 7月, 2021 1 次提交
  33. 13 7月, 2021 2 次提交
  34. 29 6月, 2021 1 次提交
  35. 07 6月, 2021 1 次提交
  36. 25 5月, 2021 1 次提交
  37. 22 5月, 2021 1 次提交