| Age | Commit message (Expand) | Author | Lines |
| 2025-03-07 | Remove highlighting of spans on `-Zteach` | Esteban Küber | -1/+0 |
| 2025-03-07 | Small code improvement in rustdoc hidden stripper | Guillaume Gomez | -10/+12 |
| 2025-03-07 | Rollup merge of #138111 - estebank:use-dfv, r=nnethercote | Matthias Krüger | -2/+2 |
| 2025-03-07 | Rollup merge of #138107 - yotamofek:pr/rustdoc/clippy, r=GuillaumeGomez | Matthias Krüger | -49/+45 |
| 2025-03-07 | Move `visit_id` calls. | Nicholas Nethercote | -1/+1 |
| 2025-03-07 | Auto merge of #138127 - compiler-errors:rollup-kcarqrz, r=compiler-errors | bors | -220/+203 |
| 2025-03-06 | Rollup merge of #137534 - xizheyin:issue-137342, r=GuillaumeGomez | Michael Goulet | -2/+20 |
| 2025-03-06 | Manual, post-`clippy --fix` cleanups | Yotam Ofek | -23/+18 |
| 2025-03-06 | Implement `Ord` by-hand instead of `PartialOrd` for `Link` | Yotam Ofek | -6/+12 |
| 2025-03-06 | `x clippy src/librustdoc --fix` | Yotam Ofek | -29/+24 |
| 2025-03-06 | `librustdoc`: flatten nested ifs | Yotam Ofek | -220/+203 |
| 2025-03-05 | Auto merge of #138031 - workingjubilee:rollup-5bsotpz, r=workingjubilee | bors | -45/+41 |
| 2025-03-04 | Rollup merge of #137981 - lolbinarycat:rustdoc-js-less-expect-error, r=notriddle | Jubilee | -45/+41 |
| 2025-03-04 | search.js: remove incorrect outdated comment | binarycat | -2/+0 |
| 2025-03-04 | search.js: give RawSearchIndexCrate.a an index signature | binarycat | -4/+2 |
| 2025-03-04 | search.js: allow empty result arrays | binarycat | -4/+3 |
| 2025-03-04 | search.js: give buildIndex a proper return type | binarycat | -2/+5 |
| 2025-03-04 | search.js: give local `where` a type | binarycat | -2/+1 |
| 2025-03-04 | give local mgens a type | binarycat | -2/+1 |
| 2025-03-04 | search.js: give pathSplitter a type signature | binarycat | -1/+5 |
| 2025-03-04 | search.js: second argument of convertNameToId is optional | binarycat | -2/+1 |
| 2025-03-04 | search.js: local variable `extra` is an array, annotate it as such. | binarycat | -2/+2 |
| 2025-03-04 | don't use double quotes | binarycat | -1/+1 |
| 2025-03-04 | fix whitespace | binarycat | -6/+6 |
| 2025-03-04 | Adapt `librustdoc` to 2024 edition lifetieme capture rules | Yotam Ofek | -420/+270 |
| 2025-03-04 | `librustdoc`: 2024 edition! 🎊 | Yotam Ofek | -17/+18 |
| 2025-03-04 | ParserQueryElement.typeFilter MAY be a string, OR number. | binarycat | -4/+2 |
| 2025-03-04 | rustdoc search: give buildTypeMapIndex a conditional return type | binarycat | -16/+10 |
| 2025-03-03 | rustdoc search: increase strictness of typechecking | binarycat | -6/+11 |
| 2025-03-04 | Auto merge of #137959 - matthiaskrgr:rollup-62vjvwr, r=matthiaskrgr | bors | -9/+4 |
| 2025-03-03 | Use default field values for `ErrorOutputType` | Esteban Küber | -2/+2 |
| 2025-03-04 | [rustdoc] hide item that is not marked as doc(inline) and whose src is doc(hi... | xizheyin | -2/+20 |
| 2025-03-03 | Rollup merge of #137684 - GuillaumeGomez:rustdoc-dep-info, r=notriddle | Matthias Krüger | -15/+49 |
| 2025-03-03 | Rename `ast::TokenKind::Not` as `ast::TokenKind::Bang`. | Nicholas Nethercote | -1/+1 |
| 2025-03-03 | Replace `ast::TokenKind::BinOp{,Eq}` and remove `BinOpToken`. | Nicholas Nethercote | -8/+3 |
| 2025-03-02 | Auto merge of #137425 - yotamofek:pr/rustdoc/return-impl-display-redux, r=Gui... | bors | -2274/+2476 |
| 2025-02-28 | Fully qualify `Result` in generated doctest code | Guillaume Gomez | -2/+2 |
| 2025-02-26 | Add rustdoc support for `--emit=dep-info[=path]` | Guillaume Gomez | -14/+48 |
| 2025-02-26 | Use helper function instead of reimplementing the logic to check if rustdoc s... | Guillaume Gomez | -1/+1 |
| 2025-02-26 | Rollup merge of #137609 - ColinPitrat:master, r=GuillaumeGomez | León Orell Valerian Liehr | -0/+21 |
| 2025-02-26 | Rollup merge of #137320 - tapanprakasht:fix-doc-version-stability, r=notriddle | León Orell Valerian Liehr | -0/+12 |
| 2025-02-25 | Update information about NanumBarunGothic | Colin Pitrat | -1/+11 |
| 2025-02-25 | Complete the list of resources used in rustdoc output | Colin Pitrat | -0/+11 |
| 2025-02-24 | Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obk | bors | -6/+10 |
| 2025-02-24 | Fix rustdoc and clippy | Jana Dönszelmann | -6/+10 |
| 2025-02-24 | Auto merge of #137511 - jhpratt:rollup-07whsax, r=jhpratt | bors | -61/+99 |
| 2025-02-24 | Rollup merge of #136991 - GuillaumeGomez:code-wrapping, r=notriddle | Jacob Pratt | -61/+99 |
| 2025-02-24 | Auto merge of #137285 - yotamofek:pr/rustdoc/pulldown-escaping, r=GuillaumeGomez | bors | -48/+4 |
| 2025-02-23 | fixed by differentiating glob export | Tapan Prakash | -0/+12 |
| 2025-02-23 | return `impl fmt::Display` in more places instead of writing to strings | Yotam Ofek | -2274/+2476 |