| Age | Commit message (Expand) | Author | Lines |
| 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-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 |
| 2025-04-21 | Use correct annotation for CSS pseudo elements | Guillaume Gomez | -20/+20 |
| 2025-04-18 | Rollup merge of #139913 - fmease:rustdoc-fix-fn-param-handling, r=GuillaumeGomez | Matthias Krüger | -34/+32 |
| 2025-04-18 | Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmann | Matthias Krüger | -6/+6 |
| 2025-04-17 | Rollup merge of #139943 - fmease:rustdoc-ixcre-trait-aliases, r=GuillaumeGomez | Matthias Krüger | -2/+3 |
| 2025-04-17 | rustdoc/clean: Change terminology of items pertaining to (formal) fn params f... | León Orell Valerian Liehr | -34/+32 |
| 2025-04-17 | Support inlined cross-crate re-exported trait aliases | León Orell Valerian Liehr | -2/+3 |
| 2025-04-17 | Replace infallible `name_or_empty` methods with fallible `name` methods. | Nicholas Nethercote | -6/+6 |
| 2025-04-17 | Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomez | Matthias Krüger | -15/+23 |
| 2025-04-15 | Avoid using `kw::Empty` for param names in rustdoc. | Nicholas Nethercote | -8/+11 |
| 2025-04-15 | Avoid using `kw::Empty` when comparing names. | Nicholas Nethercote | -4/+7 |
| 2025-04-15 | Remove another `kw::Empty` use in rustdoc. | Nicholas Nethercote | -3/+5 |
| 2025-04-10 | lazify `render_assoc_items_inner` | Yotam Ofek | -37/+54 |
| 2025-04-10 | make `doc_impl_item` and `render_default_items` receive `impl fmt::Write` | Yotam Ofek | -126/+108 |
| 2025-04-10 | make `link_tooltip` return `impl fmt::Display` | Yotam Ofek | -26/+29 |
| 2025-04-10 | make `AllTypes::print` return `impl fmt::Display` | Yotam Ofek | -40/+36 |
| 2025-04-10 | Rollup merge of #139592 - camelid:doctest-md-opts, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-04-10 | Rollup merge of #138605 - xizheyin:issue-138567, r=GuillaumeGomez | Matthias Krüger | -20/+17 |
| 2025-04-09 | Rollup merge of #139488 - GuillaumeGomez:add-missing-gui-test, r=camelid | Matthias Krüger | -1/+1 |
| 2025-04-09 | rustdoc: Enable Markdown extensions when looking for doctests | Noah Lev | -1/+1 |
| 2025-04-09 | librustdoc: remove IndexItem::new, use previous fields constructor | xizheyin | -44/+12 |
| 2025-04-08 | Rollup merge of #139321 - GuillaumeGomez:update-rinja, r=notriddle,lolbinaryc... | Stuart Cook | -21/+21 |
| 2025-04-07 | Fix CSS | Guillaume Gomez | -1/+1 |
| 2025-04-06 | Update rinja version in `generate-copyright` | Guillaume Gomez | -2/+2 |
| 2025-04-05 | Rollup merge of #139274 - lolbinarycat:rustdoc-js-less-expect-error-part5, r=... | Stuart Cook | -46/+100 |
| 2025-04-03 | Update to new rinja version (askama) | Guillaume Gomez | -21/+21 |
| 2025-04-03 | Rollup merge of #139282 - lolbinarycat:rustdoc-settings-checkbox-noshrink, r=... | Matthias Krüger | -0/+3 |
| 2025-04-02 | rustdoc js: satisfy eslint | binarycat | -4/+4 |
| 2025-04-02 | rustdoc: make settings checkboxes always square | binarycat | -0/+3 |
| 2025-04-02 | settings.js: fix whitespace | binarycat | -1/+1 |
| 2025-04-02 | settings.js: add elemContainsTarget utility function | binarycat | -6/+15 |
| 2025-04-02 | main.js: make hideAllModals docs clearer | binarycat | -1/+1 |
| 2025-04-02 | settings.js: make top-level code typecheck | binarycat | -9/+13 |
| 2025-04-02 | settings.js: add some null checks to buildSettingsPage | binarycat | -2/+8 |
| 2025-04-02 | settings.js: refactor settingsBlurHandler | binarycat | -5/+14 |
| 2025-04-02 | settings.js: remove dead code for adding <hr> to settings page | binarycat | -5/+0 |
| 2025-04-02 | settings.js: add new rustdoc.Setting interface | binarycat | -17/+36 |
| 2025-04-02 | settings.js: begin typechecking migration | binarycat | -7/+19 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -1/+1 |
| 2025-04-02 | Rollup merge of #138913 - lolbinarycat:rustdoc-js-less-expect-error-part4, r=... | Stuart Cook | -82/+121 |
| 2025-04-02 | Move methods from `Map` to `TyCtxt`, part 5. | Nicholas Nethercote | -1/+1 |
| 2025-03-28 | Rollup merge of #138678 - durin42:rmeta-stability, r=fmease | Matthias Krüger | -1/+2 |
| 2025-03-27 | Remove and stabilize --enable-per-target-ignores | Eric Huss | -24/+10 |
| 2025-03-27 | search.js: revert usage of nonundef for now (not available under test) | binarycat | -2/+3 |