about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2022-01-17Rustdoc style cleanupsJacob Hoffman-Andrews-46/+21
2022-01-17Rollup merge of #92936 - vacuus:html-markdown-parse, r=GuillaumeGomezMatthias Krüger-3/+1
2022-01-17Rollup merge of #92801 - jsha:overflow-wrap, r=GuillaumeGomezMatthias Krüger-0/+16
2022-01-17Auto merge of #90986 - camsteffen:nested-filter, r=cjgillotbors-4/+5
2022-01-17Correctly handle pure genericsGuillaume Gomez-4/+6
2022-01-17fix #90187: Replace all def_id_no_primitives with def_idzredb-1/+1
2022-01-17fix #90187zredb-6/+17
2022-01-17fix #90187zredb-13/+10
2022-01-17Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jshaMatthias Krüger-3/+7
2022-01-17Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomezMatthias Krüger-1/+1
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-4/+5
2022-01-15Fix missing dot separatorGuillaume Gomez-3/+7
2022-01-15Remove `collect`Roc Yu-3/+1
2022-01-14Add support for "always theme" in settingJacob Hoffman-Andrews-4/+41
2022-01-14Pick themes on settings page, not every pageJacob Hoffman-Andrews-11/+11
2022-01-14Enable wrapping words by defaultJacob Hoffman-Andrews-0/+16
2022-01-15Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelidMatthias Krüger-8/+6
2022-01-14Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomezbors-141/+234
2022-01-14Document and test `UrlPartsBuilder::push_fmt`Noah Lev-0/+23
2022-01-14Make `AVG_PART_LENGTH` a power of 2Noah Lev-3/+10
2022-01-14Estimate path length instead of hardcoding 64 bytesNoah Lev-2/+10
2022-01-14Use UrlPartsBuilder and remove `join_with_slash`Noah Lev-36/+16
2022-01-14rustdoc: remove some unnecessary sigils.Nicholas Nethercote-1/+1
2022-01-14rustdoc: remove many unnecessary `.as_ref()` calls.Nicholas Nethercote-38/+29
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-92/+176
2022-01-14Link sidebar "location" heading to top of pageJacob Hoffman-Andrews-1/+1
2022-01-14Rollup merge of #92854 - Urgau:better-rust-logo, r=GuillaumeGomezMatthias Krüger-3/+65
2022-01-13librustdoc: Address some clippy lintspierwill-8/+6
2022-01-13rustdoc: decouple stability and const-stabilityAndy Russell-36/+55
2022-01-13Regenerate the PNGs favicon with the updated Rust logoLoïc BRANSTETT-0/+0
2022-01-13Use the updated Rust logo and change it's format to SVGLoïc BRANSTETT-3/+65
2022-01-13Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomezMatthias Krüger-5/+14
2022-01-13Auto merge of #92526 - djc:rustdoc-askama, r=jshabors-270/+15
2022-01-12Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jshaMatthias Krüger-3/+3
2022-01-12Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri...Matthias Krüger-2/+6
2022-01-12Rollup merge of #92699 - camelid:private-fields, r=jshaMatthias Krüger-5/+3
2022-01-11rustdoc: do not emit tuple variant fields if none are documentedAndy Russell-5/+14
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-2/+2
2022-01-11Fix style for rust logoGuillaume Gomez-3/+3
2022-01-10Add missing suffix for sidebar-items script pathGuillaume Gomez-2/+6
2022-01-10Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...Dirkjan Ochtman-5/+0
2022-01-10Address feedbackDirkjan Ochtman-7/+3
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-260/+14
2022-01-10Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomezMatthias Krüger-52/+62
2022-01-09Display "private fields" instead of "fields omitted"Noah Lev-5/+3
2022-01-09Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jshaMatthias Krüger-8/+0
2022-01-09Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomezMatthias Krüger-28/+35
2022-01-08Remove useless collapse toggle on "all items" pageGuillaume Gomez-8/+0
2022-01-08Make source links look cleanerJacob Hoffman-Andrews-52/+62
2022-01-07Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=...Eric Huss-2/+6