about summary refs log tree commit diff
path: root/src/librustdoc/html/url_parts_builder.rs
AgeCommit message (Expand)AuthorLines
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-8/+8
2022-01-14Document and test `UrlPartsBuilder::push_fmt`Noah Lev-0/+13
2022-01-14Make `AVG_PART_LENGTH` a power of 2Noah Lev-3/+10
2022-01-14Estimate path length instead of hardcoding 64 bytesNoah Lev-0/+8
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-0/+33
2021-12-13rustdoc: Add `UrlPartsBuilder`Noah Lev-0/+119