summary refs log tree commit diff
path: root/src/librustdoc/html/escape
AgeCommit message (Expand)AuthorLines
2024-07-29rustdoc: move the wbr after the underscore, instead of beforeMichael Howell-4/+4
2024-07-29rustdoc: properly handle path wrappingMichael Howell-1/+8
2024-07-29rustdoc: avoid redundant HTML when there's already line breaksMichael Howell-0/+4
2024-07-29rustdoc: word wrap CamelCase in the item list tableMichael Howell-0/+57