summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2020-09-23Use theme-adaptive SVG favicon from other Rust sitesJarek Samic-1/+3
2020-09-05Rollup merge of #76078 - jyn514:no-disambiguator, r=manishearthDylan DPC-4/+3
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-29/+33
2020-09-03Remove disambiguators from link textJoshua Nelson-2/+1
2020-09-03Refactor RenderedLink into its own typeJoshua Nelson-2/+2
2020-09-01Use "Fira Sans" for crate list fontCamelid-2/+3
2020-08-31Fix strings indentGuillaume Gomez-91/+78
2020-08-30rustdoc: do not use plain summary for trait implsAndy Russell-29/+33
2020-08-28Rollup merge of #75330 - Nemo157:improve-doc-cfg-features, r=GuillaumeGomezPietro Albini-5/+5
2020-08-27Auto merge of #75842 - camelid:highlight-crate-links, r=jyn514bors-1/+5
2020-08-23Highlight crate links like normal linksCamelid-1/+5
2020-08-22rustdoc: Rename misleading functionJoshua Nelson-1/+1
2020-08-18Add long cfg description to tooltip on short descriptionWim Looman-5/+5
2020-08-11Rollup merge of #75378 - petrochenkov:isident, r=Mark-SimulacrumTyler Mandry-15/+15
2020-08-11Rollup merge of #75347 - fusion-engineering-forks:rustdoc-nat-sort, r=Guillau...Yuki Okushi-18/+36
2020-08-11Feature gate is always presentMark Rousskov-15/+15
2020-08-09Rustdoc: Fix natural ordering to look at all numbers.Mara Bos-18/+36
2020-08-09Rename "Important traits" to "Notable traits"Camelid-2/+2
2020-07-29Pass by valueJoseph Ryan-1/+1
2020-07-29Refactor DocFS to fix error handling bugsJoseph Ryan-7/+10
2020-07-27More requested changesJoseph Ryan-3/+3
2020-07-27Make requested changesJoseph Ryan-4/+2
2020-07-27Pull out more types from htmlJoseph Ryan-13/+2
2020-07-27Extract `Cache` and other types from `html` moduleJoseph Ryan-0/+4599