about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2022-02-27Correctly generate links in the sidebar for implsGuillaume Gomez-7/+10
2022-02-16Unify sidebar a bit more by generating a list using <ul> instead of <div> ele...Guillaume Gomez-121/+104
2022-02-10Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomezMatthias Krüger-64/+156
2022-02-09Title-case trait aliases section for consistencyNoah Lev-1/+1
2022-02-09Refactor sidebar printing codeNoah Lev-39/+45
2022-02-09Deduplicate item sectionsNoah Lev-10/+5
2022-02-09rustdoc: Create enum for sections holding itemsNoah Lev-30/+121
2022-02-09Unify headings indent and remove useless anchorGuillaume Gomez-1/+1
2022-02-04Rollup merge of #93576 - jsha:fix-rustdoc-html, r=GuillaumeGomezMatthias Krüger-35/+27
2022-02-02Emit valid HTML from rustdocJacob Hoffman-Andrews-35/+27
2022-02-02Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-31Improve wrapping on settings pageJacob Hoffman-Andrews-1/+1
2022-01-30Rollup merge of #93391 - notriddle:notriddle/remove-srclink-tooltip, r=jsha,G...Matthias Krüger-1/+1
2022-01-27rustdoc: remove tooltip from source linkMichael Howell-1/+1
2022-01-25Fix invalid extra dot after version if no sourceGuillaume Gomez-3/+4
2022-01-23rustdoc settings: use radio buttons for themeJacob Hoffman-Andrews-40/+35
2022-01-21rustdoc: Make some `pub` items crate-privateNoah Lev-1/+1
2022-01-20Rollup merge of #91694 - euclio:stability-improvements, r=GuillaumeGomezMatthias Krüger-36/+55
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-25/+6
2022-01-18Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomezMatthias Krüger-0/+6
2022-01-17Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-0/+6
2022-01-15Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelidMatthias Krüger-5/+3
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-3/+4
2022-01-14Link sidebar "location" heading to top of pageJacob Hoffman-Andrews-1/+1
2022-01-13librustdoc: Address some clippy lintspierwill-5/+3
2022-01-13rustdoc: decouple stability and const-stabilityAndy Russell-36/+55
2022-01-13Auto merge of #92526 - djc:rustdoc-askama, r=jshabors-1/+0
2022-01-12Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri...Matthias Krüger-1/+5
2022-01-10Add missing suffix for sidebar-items script pathGuillaume Gomez-1/+5
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-1/+0
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-5/+9
2022-01-08Remove useless collapse toggle on "all items" pageGuillaume Gomez-8/+0
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-5/+9
2021-12-31Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomezMatthias Krüger-1/+1
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-1/+1
2021-12-19Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgrbors-2/+2
2021-12-19Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obkbors-5/+5
2021-12-18Remove `collapsed` fieldJoshua Nelson-2/+2
2021-12-17Auto merge of #91812 - camelid:assoc-const-lazy, r=GuillaumeGomezbors-12/+4
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-4/+4
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-1/+1
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-1/+1
2021-12-11rustdoc: Remove unused `_default` parameterNoah Lev-12/+4
2021-12-11rustdoc: Pretty-print assoc const defaults on-demandNoah Lev-1/+1
2021-12-10Split CSS classes for "typedef" vs "associatedtype".Jacob Hoffman-Andrews-1/+1
2021-12-02Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelidbors-16/+33
2021-11-30Return ConstStability instead of &ConstStability in Item::const_stabilityGuillaume Gomez-2/+2
2021-11-30Improve code by replacing &str with Symbol in render_stability_since_rawGuillaume Gomez-11/+7
2021-11-30Fix display for "const" deref methods in rustdocGuillaume Gomez-9/+30