about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2020-12-15Use `Symbol`s for crate namesJoshua Nelson-13/+17
2020-12-14Switch to Symbol for item.nameJoshua Nelson-16/+13
2020-12-14Get rid of `clean::Deprecation`Joshua Nelson-6/+13
2020-12-12Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomezbors-9/+17
2020-12-12Calculate span info on-demand instead of ahead of timeJoshua Nelson-11/+14
2020-12-12Pass Session into rendererJoshua Nelson-0/+5
2020-12-07Dogfood 'str_split_once() with librustdocEric Arellano-4/+2
2020-12-03Render Markdown in search resultsCamelid-37/+10
2020-11-29Add support for stable-const-since in docs on items (standalone or assoc)Rune Tynan-17/+73
2020-11-24Clean up document_item_info callsGuillaume Gomez-7/+20
2020-11-24Rename "stability" CSS class to "item-info"Guillaume Gomez-23/+28
2020-11-18add [src] links to methods on a trait's pageNixon Enraght-Moony-19/+12
2020-11-18Extract write_srclink to its own methodNixon Enraght-Moony-30/+24
2020-11-17Rollup merge of #79126 - jyn514:auto, r=GuillaumeGomezMara Bos-3/+3
2020-11-17Remove duplicate `Trait::auto` fieldJoshua Nelson-3/+3
2020-11-16Get rid of clean::MethodJoshua Nelson-5/+9
2020-11-16Get rid of clean::TyMethodJoshua Nelson-2/+1
2020-11-16Rollup merge of #79061 - jyn514:no-pub, r=GuillaumeGomezMara Bos-46/+46
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-46/+46
2020-11-15Rollup merge of #79041 - jyn514:inner-to-kind, r=petrochenkovJonas Schievink-30/+29
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-2/+2
2020-11-14Add tests and improve rendering of features on traitsWim Looman-29/+43
2020-11-14Rename ItemEnum -> ItemKind, inner -> kindJoshua Nelson-30/+29
2020-11-10Changed unwrap_or to unwrap_or_else in some places.Nicholas-Baron-1/+1
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-32/+36
2020-09-03Remove disambiguators from link textJoshua Nelson-2/+1