about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2020-11-16Get rid of clean::MethodJoshua Nelson-4/+8
2020-11-16Get rid of clean::TyMethodJoshua Nelson-2/+1
2020-11-16Rollup merge of #79061 - jyn514:no-pub, r=GuillaumeGomezMara Bos-43/+43
2020-11-16Rollup merge of #78678 - Nemo157:doc-cfg-w-traits, r=jyn514,GuillaumeGomezMara Bos-29/+43
2020-11-15Make all rustdoc functions and structs crate-privateJoshua Nelson-43/+43
2020-11-15Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkovJonas Schievink-29/+28
2020-11-14Add tests and improve rendering of features on traitsWim Looman-29/+43
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-29/+28
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-2/+2
2020-10-30Pull theme picker keyboard code into main.jsMichael Howell-50/+0
2020-10-30Add comment describing the Escape key weirdnessMichael Howell-2/+8
2020-10-30Allow the theme picker to work with arrow keysMichael Howell-2/+46
2020-10-28rustdoc: Provide a way to set the default settings from Rust codeIan Jackson-0/+2
2020-10-23Rollup merge of #77920 - ayazhafiz:i/mut-ident-spacing, r=jyn514Yuki Okushi-1/+1
2020-10-17Fix some double quote that cause CI failureIvan Tham-3/+3
2020-10-17Use double quote for rustdoc htmlIvan Tham-126/+133
2020-10-16Auto merge of #77809 - nasso:master, r=jyn514,guillaumegomezbors-17/+85
2020-10-16Rollup merge of #77672 - Nemo157:simplify-cfg, r=jyn514Dylan DPC-33/+71
2020-10-13Avoid extraneous space between visibility kw and ident for staticsayazhafiz-1/+1
2020-10-13Make portability log at debug levelWim Looman-2/+2
2020-10-13Coding style fixesnasso-4/+4
2020-10-13Remove unnecessary refsnasso-10/+5
2020-10-13Add a setting to use the system themenasso-15/+88
2020-10-11Move `PartialOrd` impl out of rustcJoshua Nelson-6/+6
2020-10-11Switch rustdoc from `clean::Stability` to `rustc_attr::Stability`Joshua Nelson-21/+29
2020-10-09Simplify included import items handlingGuillaume Gomez-10/+9
2020-10-09Correctly handle "pub use" reexportsGuillaume Gomez-6/+8
2020-10-07Simplify doc-cfg rendering based on the current contextWim Looman-33/+71
2020-10-06Fix toolsMatthew Jasper-1/+1
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