| Age | Commit message (Expand) | Author | Lines |
| 2025-03-10 | rustdoc.d.ts: add window.{register_implementors,pending_implementors} | binarycat | -3/+17 |
| 2025-03-10 | rustdoc.d.ts: window.SIDEBAR_ITEMS may exist. | binarycat | -1/+2 |
| 2025-03-10 | main.js: handle document.activeElement being null | binarycat | -2/+2 |
| 2025-03-10 | main.js(isDisplayed): coerce truthy values to boolean | binarycat | -3/+2 |
| 2025-03-10 | main.js: always refer to searchState through window.searchState | binarycat | -10/+5 |
| 2025-03-10 | main.js: handleEscape and handleShortcut accept KeyboardEvent | binarycat | -2/+6 |
| 2025-03-10 | main.js: give type signatures to a few helper functions | binarycat | -4/+8 |
| 2025-03-10 | main.js: don't set mouseMovedAfterSearch, as it is never read | binarycat | -1/+0 |
| 2025-03-10 | main.js: insertAfter needs non-root referenceNode | binarycat | -4/+1 |
| 2025-03-10 | Rollup merge of #138281 - saethlin:mergeable-doctests-stacksize, r=GuillaumeG... | Matthias Krüger | -9/+10 |
| 2025-03-10 | rustdoc: Gate unstable `doc(cfg())` predicates | clubby789 | -11/+12 |
| 2025-03-10 | make precise capturing args in rustdoc Json typed | morine0122 | -5/+54 |
| 2025-03-10 | Fix O(tests) stack usage in edition 2024 mergeable doctests | Ben Kimock | -9/+10 |
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -62/+150 |
| 2025-03-10 | doctests: fix merging on stable | Michael Howell | -1/+6 |
| 2025-03-08 | Rollup merge of #137757 - estebank:trim-spans, r=davidtwco | Jacob Pratt | -1/+0 |
| 2025-03-07 | Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk | Matthias Krüger | -1/+1 |
| 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 |