about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-44/+23
2024-03-14print ghostsManish Goregaokar-0/+6
2024-03-14Rollup merge of #119676 - notriddle:notriddle/rustdoc-search-hof, r=Guillaume...Matthias Krüger-115/+229
2024-03-12rustdoc: do not preload fonts when browsing locallyElijah Riggs-0/+2
2024-03-11rustdoc-search: add search query syntax `Fn(T) -> U`Michael Howell-48/+65
2024-03-11rustdoc: use `const` for the special type name idsMichael Howell-25/+11
2024-03-11rustdoc: clean up search.js by removing empty sort caseMichael Howell-5/+0
2024-03-11rustdoc-search: parse and search with ML-style HOFMichael Howell-45/+161
2024-03-09rustdoc-search: depth limit `T<U>` -> `U` unboxingMichael Howell-31/+108
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-03-01Correctly generate item info of trait itemsGuillaume Gomez-13/+14
2024-02-29Rollup merge of #121689 - GuillaumeGomez:rustdoc-highlighting-whitespace, r=n...Matthias Krüger-1/+2
2024-02-28Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwcobors-2/+2
2024-02-28Add regression test for inclusion of whitespace characters in rustdoc highlig...Guillaume Gomez-1/+1
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-2/+2
2024-02-27Prevent inclusion of whitespace character after macro_rules identGuillaume Gomez-0/+1
2024-02-27Fix link generation for locate foreign macro in jump to definition featureGuillaume Gomez-1/+1
2024-02-26Rollup merge of #121590 - GuillaumeGomez:rustdoc-js-changed, r=notriddleGuillaume Gomez-3/+11
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-5/+0
2024-02-25Correctly handle if rustdoc JS script hash changedGuillaume Gomez-3/+11
2024-02-24Rustdoc: include crate name in links for local primitivesGurinder Singh-2/+7
2024-02-18Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui...León Orell Valerian Liehr-281/+173
2024-02-18Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddleLeón Orell Valerian Liehr-7/+2
2024-02-17Fix non_local_definitions lint in rustdocUrgau-5/+0
2024-02-16rustdoc: fix and refactor HTML rendering a bitLeón Orell Valerian Liehr-281/+173
2024-02-15add extra indent spaces for rust-playground linkyukang-2/+5
2024-02-09Unify item relative path computation in one functionGuillaume Gomez-24/+2
2024-02-09Correctly generate path for non-local items in source code pagesGuillaume Gomez-52/+140
2024-02-07hir: Remove `fn opt_hir_id` and `fn opt_span`Vadim Petrochenkov-2/+2
2024-02-05Rollup merge of #120641 - klensy:copypaste-me, r=notriddleMatthias Krüger-10/+21
2024-02-04rustdoc: trait.impl, type.impl: sort impls to make it not depend on serializa...klensy-10/+21
2024-01-31rustdoc: Correctly handle long crate names on mobileGuillaume Gomez-7/+2
2024-01-30Rollup merge of #117906 - GuillaumeGomez:improve-crate-name-hover, r=fmease,n...Guillaume Gomez-4/+2
2024-01-30Rollup merge of #120250 - chadnorvell:rustdoc-xss, r=notriddleGuillaume Gomez-1/+9
2024-01-29Improve display of crate name when hoveredGuillaume Gomez-4/+2
2024-01-29rustdoc: Prevent JS injection from localStorageChad Norvell-1/+9
2024-01-24Bump `askama` versionclubby789-7/+7
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-2/+2
2024-01-22Rollup merge of #119746 - notriddle:notriddle/resize-close-modals, r=fmeaseMatthias Krüger-0/+1
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-83/+139
2024-01-10Shorten some error invocations.Nicholas Nethercote-2/+1
2024-01-09Rollup merge of #119756 - notriddle:notriddle/reuse-map, r=GuillaumeGomezGuillaume Gomez-20/+91
2024-01-08rustdoc-search: intern function search typesMichael Howell-17/+72
2024-01-08Rustdoc and Clippy stop misusing Key for Ty -> (adt) DefIdMichael Goulet-2/+1
2024-01-08rustdoc-search: reuse empty map/array in function signaturesMichael Howell-5/+21
2024-01-08rustdoc: hide modals when resizing the sidebarMichael Howell-0/+1
2024-01-06Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomezMatthias Krüger-29/+74
2024-01-05Rollup merge of #119468 - notriddle:notriddle/compression, r=GuillaumeGomezMichael Goulet-139/+250
2024-01-05Add notes about the serialization formatMichael Howell-7/+26
2024-01-05Rollup merge of #119586 - GuillaumeGomez:jump-to-def-static-methods, r=notriddleMichael Goulet-20/+32