about summary refs log tree commit diff
path: root/src/librustdoc/html/mod.rs
AgeCommit message (Expand)AuthorLines
2025-08-23Improve code and add test with macro coming from another file from the same c...Guillaume Gomez-1/+1
2025-08-23Do macro expansion at AST level rather than HIRGuillaume Gomez-0/+1
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-8/+8
2021-12-13rustdoc: Add `UrlPartsBuilder`Noah Lev-0/+1
2021-08-19Refactor Markdown length-limited summary implementationNoah Lev-0/+1
2021-04-17rustdoc: use more precise relative URLSMichael Howell-0/+3
2021-01-31rustdoc: Note why `rustdoc::html::markdown` is publicCamelid-0/+1
2020-11-15Make `markdown` module public for doc-testsJoshua Nelson-1/+1
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-2/+2
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-0/+9