about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2023-03-10Render doc sidebar using Askamaclubby789-644/+579
2023-03-10Migrate `document_item_info` to templatesclubby789-43/+54
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-5/+28
2023-03-09rustdoc: handle generics better when matching notable traitsMichael Howell-2/+2
2023-03-09Rollup merge of #108929 - eltociear:patch-20, r=GuillaumeGomezMatthias Krüger-3/+3
2023-03-09Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum...Matthias Krüger-2/+26
2023-03-09Fix typo in span_map.rsIkko Eltociear Ashimine-3/+3
2023-03-08Rollup merge of #108686 - notriddle:notriddle/jank-all, r=jshaMatthias Krüger-3/+1
2023-03-08Only load one CSS theme by defaultMichael Howell-2/+26
2023-03-07rustdoc: fix type search when more than one `where` clause appliesMichael Howell-1/+1
2023-03-07rustdoc: fix type search index for `fn<T>() -> &T where T: Trait`Michael Howell-1/+6
2023-03-04Rollup merge of #108734 - clubby789:rustdoc-layout-uninhabited, r=GuillaumeGomezMatthias Krüger-0/+6
2023-03-04rustdoc: include link on all.html location headerMichael Howell-3/+1
2023-03-04rustdoc: function signature search with traits in `where` clauseMichael Howell-21/+13
2023-03-04rustdoc: Note in a type's layout/size if it is uninhabitedclubby789-0/+6
2023-02-19Rollup merge of #107783 - notriddle:notriddle/item-table-ul, r=GuillaumeGomezDylan DPC-10/+10
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2023-02-15Rollup merge of #108076 - GuillaumeGomez:more-let-chain, r=notriddleMatthias Krüger-35/+31
2023-02-15Use more let chainGuillaume Gomez-35/+31
2023-02-15Rollup merge of #107163 - mikebenfield:parameters-pr, r=TaKO8KiDylan DPC-2/+2
2023-02-13rustdoc: use a string with one-character codes for search index typesMichael Howell-1/+10
2023-02-13Rollup merge of #107340 - notriddle:notriddle/simplify-doctest-tooltip, r=Gui...Matthias Krüger-1/+1
2023-02-12Rollup merge of #107934 - notriddle:notriddle/intra-doc-link-meta-description...Matthias Krüger-1/+4
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-1/+4
2023-02-11Rollup merge of #107864 - notriddle:notriddle/rustdoc-write-stutter, r=Guilla...Matthias Krüger-15/+12
2023-02-11Rollup merge of #107490 - notriddle:notriddle/rm-sidebar-tooltip, r=Guillaume...Dylan DPC-9/+3
2023-02-10Rollup merge of #107852 - notriddle:notriddle/rm-tab, r=GuillaumeGomezMatthias Krüger-7/+5
2023-02-09rustdoc: clean up `write!` calls with less stutteringMichael Howell-15/+12
2023-02-09Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomezDylan DPC-23/+52
2023-02-09rustdoc: remove unused fn parameter `tab`Michael Howell-7/+5
2023-02-07rustdoc: simplify DOM for `.item-table`Michael Howell-10/+10
2023-02-04rustdoc: trait bound formattingRoland Strasser-10/+10
2023-02-03rustdoc: use the same URL escape rules for fragments as for examplesMichael Howell-23/+52
2023-02-03Rollup merge of #107615 - notriddle:notriddle/nbsp, r=GuillaumeGomezMichael Goulet-2/+2
2023-02-03Replace nbsp in all rustdoc code blocksMichael Howell-2/+2
2023-02-02Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors-1/+1
2023-01-31rustdoc: stop making unstable items transparentMichael Howell-14/+5
2023-01-31rustdoc: remove inconsistently-present sidebar tooltipsMichael Howell-9/+3
2023-01-31Rollup merge of #107482 - notriddle:notriddle/keywords, r=jshaYuki Okushi-12/+2
2023-01-30rustdoc: remove meta keywords from HTMLMichael Howell-12/+2
2023-01-30rustdoc: remove unnecessary wrapper div.item-decl from HTMLMichael Howell-312/+272
2023-01-28rustdoc: remove unused class `has-srclink`Michael Howell-17/+5
2023-01-27rustdoc: merge doctest tooltip with notable traits tooltipMichael Howell-1/+1
2023-01-27Improve code readabilityGuillaume Gomez-1/+1
2023-01-27Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil...Yuki Okushi-2/+2
2023-01-26rustdoc: remove mostly-unused CSS classes import/module-itemMichael Howell-2/+2
2023-01-23rustdoc: make item links consistently use `title="{shortty} {path}"`Michael Howell-1/+1
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-10/+10
2023-01-21Remove some superfluous type parameters from layout.rs.Michael Benfield-2/+2