summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-01-20Fix bugs; fix and add testsCamelid-20/+18
2021-01-20rustdoc: Render visibilities succinctlyCamelid-18/+25
2020-12-24rustdoc: Highlight edition-specific keywords correctly in code blocks, accoun...ThePuzzlemaker-0/+1
2020-12-23Auto merge of #80099 - jyn514:visibility-on-demand, r=GuillaumeGomezbors-30/+38
2020-12-23Auto merge of #80095 - jyn514:stability-on-demand, r=GuillaumeGomezbors-36/+54
2020-12-18Auto merge of #80154 - GuillaumeGomez:str-to-symbol, r=jyn514bors-2/+2
2020-12-18Remove `DefPath` from `Visibility` and calculate it on demandJoshua Nelson-31/+43
2020-12-18Calculate stability, const_stability, and deprecation on-demandJoshua Nelson-36/+54
2020-12-18Continue String to Symbol conversion in rustdocGuillaume Gomez-2/+2
2020-12-18Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomezbors-48/+77
2020-12-18Auto merge of #80119 - GuillaumeGomez:str-to-symbol, r=jyn514bors-13/+13
2020-12-17Continue String to Symbol conversion in rustdocGuillaume Gomez-13/+13
2020-12-17Make it compileJoshua Nelson-47/+75
2020-12-17[tmp] Pass `TyCtxt` through to the render backendJoshua Nelson-2/+3
2020-12-17Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomezGuillaume Gomez-13/+17
2020-12-17Auto merge of #80091 - GuillaumeGomez:str-to-symbol, r=jyn514bors-1/+1
2020-12-16Replace String with Symbol where possibleGuillaume Gomez-1/+1
2020-12-16Allow `since="TBD"` for rustc_deprecatedbstrie-1/+5
2020-12-16Auto merge of #80041 - jyn514:shrink-item, r=GuillaumeGomezbors-6/+13
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