| Age | Commit message (Expand) | Author | Lines |
| 2025-05-30 | Auto merge of #141573 - nnethercote:rustdoc-alloc-cleanups, r=camelid | bors | -132/+132 |
| 2025-05-30 | Address review comments. | Nicholas Nethercote | -6/+6 |
| 2025-05-27 | Rollup merge of #141517 - lolbinarycat:rustdoc-doctest-tooltip-ignore-141092,... | Trevor Gross | -21/+30 |
| 2025-05-27 | Streamline `visibility_print_with_space`. | Nicholas Nethercote | -41/+37 |
| 2025-05-27 | Streamline `TypeAliasPart::get`. | Nicholas Nethercote | -17/+16 |
| 2025-05-26 | rustdoc: refactor Tooltip rendering logic | binarycat | -43/+21 |
| 2025-05-26 | Avoid some unnecessary cloning. | Nicholas Nethercote | -11/+10 |
| 2025-05-26 | Make `{Type,Path}::generics` return iterators. | Nicholas Nethercote | -5/+4 |
| 2025-05-26 | Simplify `make_href`. | Nicholas Nethercote | -5/+5 |
| 2025-05-26 | Rename some methods. | Nicholas Nethercote | -25/+36 |
| 2025-05-26 | Refactor the end of `generate_item_def_id_path`. | Nicholas Nethercote | -6/+6 |
| 2025-05-26 | Simplify `make_href`. | Nicholas Nethercote | -3/+4 |
| 2025-05-26 | Avoid `Box` in `href_relative_parts`. | Nicholas Nethercote | -25/+20 |
| 2025-05-25 | Update to new API | Guillaume Gomez | -1/+2 |
| 2025-05-25 | Improve code | Guillaume Gomez | -44/+44 |
| 2025-05-25 | Tweak attribute rendering depending on wether or not it is a type alias | Guillaume Gomez | -18/+104 |
| 2025-05-25 | Rename the `document_*` argument/field into `is_type_alias` | Guillaume Gomez | -12/+12 |
| 2025-05-25 | Split `Item::attributes` method into three | Guillaume Gomez | -2/+2 |
| 2025-05-25 | Unify rendering of type aliases without ADT items | Guillaume Gomez | -137/+138 |
| 2025-05-25 | Rename `clean::Enum::variants` method into `non_stripped_variants` | Guillaume Gomez | -2/+2 |
| 2025-05-25 | Rollup merge of #139831 - lolbinarycat:rustdoc-mobile-sidebar, r=GuillaumeGomez | Jacob Pratt | -1/+4 |
| 2025-05-24 | Rollup merge of #141487 - GuillaumeGomez:update-askama, r=notriddle | Guillaume Gomez | -1/+1 |
| 2025-05-24 | rustdoc: use descriptive tooltip if doctest is conditionally ignored | binarycat | -10/+41 |
| 2025-05-24 | Update `askama` version to `0.14.0` in librustdoc | Guillaume Gomez | -1/+1 |
| 2025-05-24 | Simplify things a little more. | Nicholas Nethercote | -6/+3 |
| 2025-05-24 | Move code inside the `else` in `TypeAliasPart::get`. | Nicholas Nethercote | -29/+33 |
| 2025-05-24 | Simplify the "is some" test in `TypeAliasPart::get`. | Nicholas Nethercote | -1/+1 |
| 2025-05-22 | Collect and use `#![doc(test(attr(..)))]` at module level too | Urgau | -1/+0 |
| 2025-05-22 | Auto merge of #140527 - GuillaumeGomez:doctest-main-fn, r=notriddle | bors | -1/+5 |
| 2025-05-22 | Rollup merge of #140868 - SpecificProtagonist:rustdoc-trait-impl-code-link, r... | Matthias Krüger | -1/+3 |
| 2025-05-20 | Get rid of unnecessary `BufDisplay` abstraction | Yotam Ofek | -28/+6 |
| 2025-05-20 | Replace some `unwrap`s with `?`s where possible | Yotam Ofek | -2/+2 |
| 2025-05-20 | Make some fns return `fmt::Result` to get rid of a few `unwrap`s | Yotam Ofek | -27/+33 |
| 2025-05-19 | Rollup merge of #140874 - mejrs:rads, r=WaffleLapkin | Stuart Cook | -2/+2 |
| 2025-05-18 | Remove rustc_attr_data_structures re-export from rustc_attr_parsing | mejrs | -2/+2 |
| 2025-05-17 | Make some `match`es slightly more ergonomic in `librustdoc` | Yotam Ofek | -45/+36 |
| 2025-05-16 | rustdoc: on mobile, make the sidebar full width and linewrap | binarycat | -1/+4 |
| 2025-05-10 | rustdoc: Fix links in trait impl docs | SpecificProtagonist | -1/+3 |
| 2025-05-09 | rustdoc: use a different style of grip track | Michael Howell | -39/+19 |
| 2025-05-09 | rustdoc: add tooltip to resize track | Michael Howell | -1/+1 |
| 2025-05-09 | rustdoc: add a handle that makes sidebar resizing more obvious | Michael Howell | -7/+53 |
| 2025-05-06 | Rollup merge of #140135 - GuillaumeGomez:sidebars-image, r=rustdoc | Guillaume Gomez | -21/+22 |
| 2025-05-05 | Implement RFC 3503: frontmatters | Deadbeef | -2/+4 |
| 2025-05-02 | Create a builder for DocTestBuilder type | Guillaume Gomez | -4/+6 |
| 2025-05-02 | Emit a warning if the doctest `main` function will not be run | Guillaume Gomez | -2/+4 |
| 2025-04-25 | Rollup merge of #140248 - GuillaumeGomez:fix-impl-block-items-indent, r=notri... | Matthias Krüger | -12/+19 |
| 2025-04-25 | Rollup merge of #137096 - ehuss:stabilize-doctest-xcompile, r=fmease | Matthias Krüger | -24/+10 |
| 2025-04-24 | Fix indent of impl docs | Guillaume Gomez | -1/+4 |
| 2025-04-24 | Make impl item info come before doc | Guillaume Gomez | -11/+15 |
| 2025-04-23 | Unify sidebar buttons to use the same image | Guillaume Gomez | -21/+22 |