about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2025-05-30Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelidbors-132/+132
2025-05-30Address review comments.Nicholas Nethercote-6/+6
2025-05-27Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,...Trevor Gross-21/+30
2025-05-27Streamline `visibility_print_with_space`.Nicholas Nethercote-41/+37
2025-05-27Streamline `TypeAliasPart::get`.Nicholas Nethercote-17/+16
2025-05-26rustdoc: refactor Tooltip rendering logicbinarycat-43/+21
2025-05-26Avoid some unnecessary cloning.Nicholas Nethercote-11/+10
2025-05-26Make `{Type,Path}::generics` return iterators.Nicholas Nethercote-5/+4
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-1/+2
2025-05-25Improve codeGuillaume Gomez-44/+44
2025-05-25Tweak attribute rendering depending on wether or not it is a type aliasGuillaume Gomez-18/+104
2025-05-25Rename the `document_*` argument/field into `is_type_alias`Guillaume Gomez-12/+12
2025-05-25Split `Item::attributes` method into threeGuillaume Gomez-2/+2
2025-05-25Unify rendering of type aliases without ADT itemsGuillaume Gomez-137/+138
2025-05-25Rename `clean::Enum::variants` method into `non_stripped_variants`Guillaume Gomez-2/+2
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-1/+1
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-1/+1
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-22Collect and use `#![doc(test(attr(..)))]` at module level tooUrgau-1/+0
2025-05-22Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddlebors-1/+5
2025-05-22Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r...Matthias Krüger-1/+3
2025-05-20Get rid of unnecessary `BufDisplay` abstractionYotam Ofek-28/+6
2025-05-20Replace some `unwrap`s with `?`s where possibleYotam Ofek-2/+2
2025-05-20Make some fns return `fmt::Result` to get rid of a few `unwrap`sYotam Ofek-27/+33
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-2/+2
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-2/+2
2025-05-17Make some `match`es slightly more ergonomic in `librustdoc`Yotam Ofek-45/+36
2025-05-16rustdoc: on mobile, make the sidebar full width and linewrapbinarycat-1/+4
2025-05-10rustdoc: Fix links in trait impl docsSpecificProtagonist-1/+3
2025-05-09rustdoc: use a different style of grip trackMichael Howell-39/+19
2025-05-09rustdoc: add tooltip to resize trackMichael Howell-1/+1
2025-05-09rustdoc: add a handle that makes sidebar resizing more obviousMichael Howell-7/+53
2025-05-06Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdocGuillaume Gomez-21/+22
2025-05-05Implement RFC 3503: frontmattersDeadbeef-2/+4
2025-05-02Create a builder for DocTestBuilder typeGuillaume Gomez-4/+6
2025-05-02Emit a warning if the doctest `main` function will not be runGuillaume Gomez-2/+4
2025-04-25Rollup merge of #140248 - GuillaumeGomez:fix-impl-block-items-indent, r=notri...Matthias Krüger-12/+19
2025-04-25Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmeaseMatthias Krüger-24/+10
2025-04-24Fix indent of impl docsGuillaume Gomez-1/+4
2025-04-24Make impl item info come before docGuillaume Gomez-11/+15
2025-04-23Unify sidebar buttons to use the same imageGuillaume Gomez-21/+22