about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-49/+13
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-0/+2
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-3/+3
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-0/+2
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-29/+4
2024-03-28Make local_crate_source_file return a RealFileNameUrgau-1/+1
2024-03-22rustdoc-search: address nitsMichael Howell-1/+1
2024-03-17some minor code simplificationsMatthias Krüger-2/+2
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-29/+4
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-4/+3
2024-03-15less symbols interner locksklensy-3/+4
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-4/+3
2024-03-01Correctly generate item info of trait itemsGuillaume Gomez-10/+8
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-3/+17
2024-01-05Add notes about the serialization formatMichael Howell-6/+25
2024-01-04Clean up serialization code nitsMichael Howell-10/+9
2023-12-31rustdoc-search: tighter encoding for `f` indexMichael Howell-49/+97
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-10remove redundant importssurechen-1/+0
2023-12-05Generate section headings all from one placeGuillaume Gomez-3/+17
2023-12-05Remove mention of rust to make the error message generic.Harold Dost-1/+1
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-10/+5
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-1/+1
2023-11-29Always display stability version even if it's the same as the containing itemGuillaume Gomez-49/+13
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-1/+16
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-3/+2
2023-11-19rustdoc-search: add support for associated typesMichael Howell-5/+34
2023-11-15Re-format code with new rustfmtMark Rousskov-2/+6
2023-10-30Descriptive variant name deprecation versions outside the standard libraryDavid Tolnay-1/+1
2023-10-30Represent absence of 'since' attribute as a variant of DeprecatedSinceDavid Tolnay-4/+4
2023-10-30Add a DeprecatedSince::Err variant for versions that fail to parseDavid Tolnay-9/+10
2023-10-30Move deprecation_in_effect to inherent method on DeprecationDavid Tolnay-2/+1
2023-10-29Store version of `deprecated` attribute in structured formDavid Tolnay-8/+5
2023-10-29Rename Since -> StableSince in preparation for a DeprecatedSinceDavid Tolnay-11/+11
2023-10-28Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errorsJubilee-2/+3
2023-10-27Auto merge of #116471 - notriddle:notriddle/js-trait-alias, r=GuillaumeGomezbors-16/+9
2023-10-26Parse rustc version at compile timeDavid Tolnay-2/+3
2023-10-24Expose a non-Symbol way to access current rustc version stringDavid Tolnay-2/+2
2023-10-24Handle structured stable attribute 'since' version in rustdocDavid Tolnay-9/+22
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-1/+0
2023-10-22Revert "rustdoc: list matching impls on type aliases"Michael Howell-42/+4
2023-10-22Revert "Add note about lazy_type_alias"Michael Howell-2/+2
2023-10-22Revert "rustdoc: factor all-impls-for-item out into its own method"Michael Howell-8/+40
2023-10-14Rollup merge of #115439 - fmease:rustdoc-priv-repr-transparent-heuristic, r=G...Matthias Krüger-8/+8
2023-10-11Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmeasebors-0/+1
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-0/+1
2023-09-21rustdoc-search: add impl disambiguator to duplicate assoc itemsMichael Howell-13/+28
2023-09-19Rollup merge of #112725 - notriddle:notriddle/advanced-search, r=GuillaumeGomezGuillaume Gomez-4/+15
2023-09-18rustdoc: hide repr(transparent) if it isn't part of the public ABILeón Orell Valerian Liehr-8/+8
2023-09-17Don't emit an error if the `custom_code_classes_in_docs` feature is disabled ...Guillaume Gomez-2/+7