about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2025-05-31Rollup merge of #141740 - nnethercote:hir-ItemKind-field-order, r=fee1-deadMatthias Krüger-10/+10
2025-05-30* Merge `Cfg::render_long_html` and `Cfg::render_long_plain` methods common codeGuillaume Gomez-13/+16
2025-05-30Auto merge of #141765 - matthiaskrgr:rollup-4hug83b, r=matthiaskrgrbors-50/+88
2025-05-30Rollup merge of #141746 - Urgau:rework-doc_cfg-checks, r=GuillaumeGomezMatthias Krüger-50/+88
2025-05-30Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelidbors-146/+140
2025-05-30Rollup merge of #141747 - lolbinarycat:rustdoc-cfg-138112, r=GuillaumeGomezMatthias Krüger-3/+12
2025-05-30Address review comments.Nicholas Nethercote-6/+6
2025-05-29rustdoc: display doc(cfg(false)) properlybinarycat-3/+12
2025-05-29Rework `#[doc(cfg(..))]` checks as distinct pass in rustdocUrgau-50/+88
2025-05-30Reorder fields in `hir::ItemKind` variants.Nicholas Nethercote-10/+10
2025-05-28Rollup merge of #141411 - lolbinarycat:rustdoc-link-proc-macro-91274, r=Guill...Trevor Gross-8/+28
2025-05-27Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,...Trevor Gross-21/+30
2025-05-27Rollup merge of #140894 - Urgau:check-cfg-rustdoc, r=GuillaumeGomezTrevor Gross-8/+45
2025-05-27scrape-examples.js: fix typoslolbinarycat-2/+2
2025-05-27rustdoc: linking to a local proc macro no longer warnsbinarycat-8/+28
2025-05-27Rename unpack to kindMichael Goulet-3/+3
2025-05-27Streamline `visibility_print_with_space`.Nicholas Nethercote-41/+37
2025-05-27Streamline `TypeAliasPart::get`.Nicholas Nethercote-17/+16
2025-05-26rustdoc: use custom `CfgMatchesLintEmitter` to make check-cfg workUrgau-8/+45
2025-05-26rustdoc: refactor Tooltip rendering logicbinarycat-43/+21
2025-05-26Avoid some unnecessary cloning.Nicholas Nethercote-12/+11
2025-05-26Make `{Type,Path}::generics` return iterators.Nicholas Nethercote-18/+11
2025-05-26Simplify `make_href`.Nicholas Nethercote-5/+5
2025-05-26Rename some methods.Nicholas Nethercote-25/+36
2025-05-26Refactor the end of `generate_item_def_id_path`.Nicholas Nethercote-6/+6
2025-05-26Simplify `make_href`.Nicholas Nethercote-3/+4
2025-05-26Avoid `Box` in `href_relative_parts`.Nicholas Nethercote-25/+20
2025-05-25Update to new APIGuillaume Gomez-2/+3
2025-05-25Improve codeGuillaume Gomez-49/+50
2025-05-25Tweak attribute rendering depending on wether or not it is a type aliasGuillaume Gomez-79/+172
2025-05-25Rename the `document_*` argument/field into `is_type_alias`Guillaume Gomez-12/+12
2025-05-25Split `Item::attributes` method into threeGuillaume Gomez-70/+81
2025-05-25Unify rendering of type aliases without ADT itemsGuillaume Gomez-137/+151
2025-05-25Rename `clean::Enum::variants` method into `non_stripped_variants`Guillaume Gomez-3/+3
2025-05-25Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomezJacob Pratt-1/+4
2025-05-24Rollup merge of #141487 - GuillaumeGomez:update-askama, r=notriddleGuillaume Gomez-2/+2
2025-05-24rustdoc: use descriptive tooltip if doctest is conditionally ignoredbinarycat-10/+41
2025-05-24Update `askama` version to `0.14.0` in librustdocGuillaume Gomez-2/+2
2025-05-24Auto merge of #141421 - nnethercote:TypeAliasPart-get, r=GuillaumeGomezbors-35/+36
2025-05-24Simplify things a little more.Nicholas Nethercote-6/+3
2025-05-24Move code inside the `else` in `TypeAliasPart::get`.Nicholas Nethercote-29/+33
2025-05-24Simplify the "is some" test in `TypeAliasPart::get`.Nicholas Nethercote-1/+1
2025-05-23Rollup merge of #141369 - yotamofek:pr/rustdoc/format_integer_with_underscore...Matthias Krüger-72/+25
2025-05-23Small cleanup for `qpath_to_string`Yotam Ofek-9/+2
2025-05-23Simplify `format_integer_with_underscore_sep`Yotam Ofek-63/+23
2025-05-23Rollup merge of #141126 - fmease:rev-rjson-priv-repr, r=aDotInTheVoidMatthias Krüger-15/+7
2025-05-23Rollup merge of #136400 - lolbinarycat:rustdoc-link-lint-135851, r=GuillaumeG...Matthias Krüger-4/+8
2025-05-22scrape-examples.js: add another nonnull() invokationbinarycat-1/+1
2025-05-22fix typobinarycat-4/+5
2025-05-22rustdoc JSON: Don't apply `#[repr]` privacy heuristicsLeón Orell Valerian Liehr-15/+7