| Age | Commit message (Expand) | Author | Lines |
| 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 | -415/+265 |
| 2025-03-04 | `librustdoc`: 2024 edition! 🎊 | Yotam Ofek | -5/+5 |
| 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-03 | Rollup merge of #137684 - GuillaumeGomez:rustdoc-dep-info, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-03-02 | Auto merge of #137425 - yotamofek:pr/rustdoc/return-impl-display-redux, r=Gui... | bors | -2274/+2476 |
| 2025-02-26 | Use helper function instead of reimplementing the logic to check if rustdoc s... | Guillaume Gomez | -1/+1 |
| 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 #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/+3 |
| 2025-02-23 | return `impl fmt::Display` in more places instead of writing to strings | Yotam Ofek | -2274/+2476 |
| 2025-02-22 | Rename feature into `Word wrap source code` | Guillaume Gomez | -20/+20 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -1/+1 |
| 2025-02-20 | Rollup merge of #137106 - chenyukang:yukang-fix-sidebar-sort, r=notriddle | Matthias Krüger | -1/+17 |
| 2025-02-19 | librustdoc: Use `pulldown-cmark-escape` for HTML escaping | Yotam Ofek | -48/+3 |
| 2025-02-19 | Add custom sort for link in rustdoc | yukang | -1/+17 |
| 2025-02-18 | Rollup merge of #136599 - yotamofek:pr/rustdoc-more-joined, r=GuillaumeGomez | Matthias Krüger | -16/+12 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -5/+5 |
| 2025-02-17 | librustdoc: more usages of `Joined::joined` | Yotam Ofek | -16/+12 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -2/+2 |
| 2025-02-16 | Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=... | bors | -3/+67 |
| 2025-02-15 | rustdoc: improve refdef handling in the unresolved link lint | Michael Howell | -3/+67 |
| 2025-02-15 | Rollup merge of #137068 - tapanprakasht:fix-copy-item-path, r=aDotInTheVoid | Matthias Krüger | -1/+4 |
| 2025-02-15 | Rollup merge of #137055 - fmease:rustdoc-js-fix-input-placeholder-logic, r=no... | Matthias Krüger | -2/+3 |
| 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 | librustdoc: lazily format "read more" link in `document_short` | Yotam Ofek | -6/+15 |
| 2025-02-14 | librustdoc: lazily format some paths | Yotam Ofek | -25/+32 |
| 2025-02-14 | librustdoc: lazily format list of aliases in `render_impl_summary` | Yotam Ofek | -6/+6 |
| 2025-02-14 | librustdoc: make `item_path` formatting lazy | Yotam Ofek | -12/+17 |
| 2025-02-14 | librustdoc: make `notable_traits_button` formatting lazy | Yotam Ofek | -13/+15 |
| 2025-02-14 | librustdoc: make `assoc_href_attr` formatting lazy | Yotam Ofek | -11/+33 |
| 2025-02-14 | librustdoc: make `bounds` formatting lazy | Yotam Ofek | -23/+22 |
| 2025-02-14 | librustdoc: create `MaybeDisplay` helper for `Option<T: Display>` types | Yotam Ofek | -2/+2 |
| 2025-02-14 | Add new setting to wrap source code lines when too long | Guillaume Gomez | -61/+99 |