1. 14 8月, 2023 1 次提交
  2. 03 8月, 2023 1 次提交
    • N
      Add `internal_features` lint · 5830ca21
      Nilstrieb 提交于
      It lints against features that are inteded to be internal to the
      compiler and standard library. Implements MCP #596.
      
      We allow `internal_features` in the standard library and compiler as those
      use many features and this _is_ the standard library from the "internal to the compiler and
      standard library" after all.
      
      Marking some features as internal wasn't exactly the most scientific approach, I just marked some
      mostly obvious features. While there is a categorization in the macro,
      it's not very well upheld (should probably be fixed in another PR).
      
      We always pass `-Ainternal_features` in the testsuite
      About 400 UI tests and several other tests use internal features.
      Instead of throwing the attribute on each one, just always allow them.
      There's nothing wrong with testing internal features^^
      5830ca21
  3. 03 7月, 2023 1 次提交
  4. 21 6月, 2023 1 次提交
  5. 21 1月, 2023 1 次提交
  6. 11 1月, 2023 1 次提交
  7. 20 12月, 2022 1 次提交
  8. 14 12月, 2022 2 次提交
  9. 09 12月, 2022 1 次提交
  10. 06 12月, 2022 1 次提交
  11. 23 11月, 2022 1 次提交
  12. 31 10月, 2022 1 次提交
  13. 22 10月, 2022 1 次提交
  14. 20 10月, 2022 1 次提交
  15. 11 10月, 2022 1 次提交
  16. 09 10月, 2022 1 次提交
  17. 01 10月, 2022 1 次提交
  18. 21 9月, 2022 1 次提交
  19. 19 9月, 2022 1 次提交
  20. 09 9月, 2022 1 次提交
  21. 26 8月, 2022 1 次提交
  22. 27 7月, 2022 1 次提交
  23. 30 5月, 2022 1 次提交
  24. 06 5月, 2022 1 次提交
  25. 15 2月, 2022 1 次提交
  26. 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
  27. 05 1月, 2022 1 次提交
  28. 27 11月, 2021 1 次提交
  29. 25 11月, 2021 1 次提交
  30. 26 10月, 2021 1 次提交
  31. 20 10月, 2021 2 次提交
  32. 10 10月, 2021 1 次提交
  33. 03 10月, 2021 1 次提交
  34. 28 8月, 2021 1 次提交
  35. 16 7月, 2021 1 次提交
  36. 14 7月, 2021 1 次提交
  37. 13 7月, 2021 2 次提交