summaryrefslogtreecommitdiff
path: root/src/librustdoc/html/length_limit.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove from librustdoc and clippy tooScott McMurray2023-01-271-2/+2
* Don't panic if `close_tag()` is called without tags to closeNoah Lev2021-08-251-2/+10
* Assert that `tag_name` is alphabeticNoah Lev2021-08-251-0/+8
* Add tests for `HtmlWithLimit`Noah Lev2021-08-251-0/+3
* Use `write!`Noah Lev2021-08-211-6/+2
* Use the length limit as the initial capacityNoah Lev2021-08-211-1/+11
* Clarify wording in docsNoah Lev2021-08-211-1/+1
* Refactor Markdown length-limited summary implementationNoah Lev2021-08-191-0/+94