| Age | Commit message (Expand) | Author | Lines |
| 2025-03-24 | search.js: fix signature of pushText | binarycat | -9/+5 |
| 2025-03-24 | search.js: refactor transformResults | binarycat | -14/+27 |
| 2025-03-24 | search.js: remove another Map.has() and @ts-expect-error | binarycat | -3/+3 |
| 2025-03-24 | search.js(query parser): rethrow error if it isn't a string array | binarycat | -3/+7 |
| 2025-03-24 | search.js: add undef2null and eliminate more @ts-expect-error | binarycat | -10/+21 |
| 2025-03-24 | search.js: refactor handling of rawPaths in buildIndex | binarycat | -20/+22 |
| 2025-03-24 | search.js: improve typechecking by avoiding Map.has | binarycat | -13/+8 |
| 2025-03-24 | rustdoc js: add nonundef and use it to remove a ts-expect-error | binarycat | -5/+28 |
| 2025-03-14 | rustdoc js: add nonnull helper and typecheck src-script.js | binarycat | -9/+70 |
| 2025-03-10 | main.js: remove searchState from globals. | binarycat | -1/+1 |
| 2025-03-10 | main.js: typecheck things related to window.register_type_impls | binarycat | -8/+10 |
| 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-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 | 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-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 | Rollup merge of #136991 - GuillaumeGomez:code-wrapping, r=notriddle | Jacob Pratt | -61/+99 |
| 2025-02-22 | Rename feature into `Word wrap source code` | Guillaume Gomez | -20/+20 |
| 2025-02-15 | Rollup merge of #137068 - tapanprakasht:fix-copy-item-path, r=aDotInTheVoid | Matthias Krüger | -1/+4 |
| 2025-02-15 | fix(rustdoc): Fixed `Copy Item Path` in rust doc | Tapan Prakash | -1/+4 |
| 2025-02-15 | rustdoc: Properly restore search input placeholder | León Orell Valerian Liehr | -2/+3 |
| 2025-02-14 | Add new setting to wrap source code lines when too long | Guillaume Gomez | -61/+99 |
| 2025-02-12 | rustdoc: use better, consistent SVG icons for scraped examples | Michael Howell | -5/+50 |
| 2025-02-11 | Correctly handle `user-select: none` | Guillaume Gomez | -0/+5 |
| 2025-02-10 | Move line numbers into the `<code>` directly | Guillaume Gomez | -28/+48 |
| 2025-02-05 | Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmease | León Orell Valerian Liehr | -148/+156 |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -12/+13 |
| 2025-02-03 | rustdoc: clean up a bunch of ts-expected-error declarations in main | Michael Howell | -148/+156 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -12/+13 |