about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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
2022-01-06Create CSS class instead of using inline style for search resultsGuillaume Gomez-2/+6
2022-01-06Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jshaMatthias Krüger-13/+7
2022-01-06Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomezMatthias Krüger-1/+4
2022-01-05Simplify :target CSS selectorGuillaume Gomez-12/+3
2022-01-05Move crate drop-down to search results pageJacob Hoffman-Andrews-28/+35
2022-01-05Fix font size for [src] links in headersGuillaume Gomez-1/+4
2022-01-05Make Run button visible on hoverJacob Hoffman-Andrews-1/+4
2022-01-02Set font size proportional to user's font sizeJacob Hoffman-Andrews-53/+58
2021-12-31Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jshaMatthias Krüger-0/+10
2021-12-31Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomezMatthias Krüger-61/+75
2021-12-31Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednetbors-8/+9
2021-12-30Fix display of toggles on mobileGuillaume Gomez-0/+10
2021-12-30Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514bors-5/+5
2021-12-29Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomezMatthias Krüger-44/+40
2021-12-29Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomezbors-3/+1
2021-12-28remove in_band_lifetimes from librustdocMichael Goulet-5/+5
2021-12-28Add regression test for #59502Noah Lev-0/+2
2021-12-28Remove unused parameterNoah Lev-6/+5
2021-12-28Update pulldown-cmark version to 0.9Guillaume Gomez-8/+9
2021-12-27Give clearer names to several search index functionsNoah Lev-12/+24
2021-12-27Coalesce two arguments as `&Function`Noah Lev-6/+8
2021-12-27Make `search_index` functions private where possibleNoah Lev-2/+2
2021-12-27Move `ExternalLocation` to `clean::types`Noah Lev-14/+6
2021-12-27rustdoc: Remove some unnecessary `cache` parametersNoah Lev-23/+12
2021-12-27Rename `rustdoc::html::render::cache` to `search_index`Noah Lev-3/+3
2021-12-25Remove unneeded call to `collect`Roc Yu-5/+6
2021-12-25Remove `String` allocation in loopRoc Yu-3/+1