| Age | Commit message (Expand) | Author | Lines |
| 2025-02-20 | Rollup merge of #137106 - chenyukang:yukang-fix-sidebar-sort, r=notriddle | Matthias Krüger | -1/+17 |
| 2025-02-19 | Add custom sort for link in rustdoc | yukang | -1/+17 |
| 2025-02-19 | Rollup merge of #137177 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-02-18 | Rollup merge of #136599 - yotamofek:pr/rustdoc-more-joined, r=GuillaumeGomez | Matthias Krüger | -51/+70 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -17/+15 |
| 2025-02-17 | librustdoc: more usages of `Joined::joined` | Yotam Ofek | -43/+61 |
| 2025-02-17 | coalesce match patterns with identical bodies | Yotam Ofek | -5/+6 |
| 2025-02-17 | use `Iterator::zip` instead of enumerating+indexing | Yotam Ofek | -3/+3 |
| 2025-02-17 | Update `minifier-rs` version to `0.3.5` | Guillaume Gomez | -1/+1 |
| 2025-02-17 | Remove `TyCtxt::hir_krate`. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -12/+12 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -23/+20 |
| 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 | -4/+22 |
| 2025-02-13 | Rollup merge of #136950 - notriddle:notriddle/svg-example-buttons, r=Guillaum... | Jubilee | -5/+50 |
| 2025-02-12 | Rollup merge of #136927 - GuillaumeGomez:add-missing-hashtag-escape, r=notriddle | Jacob Pratt | -4/+12 |
| 2025-02-12 | rustdoc: use better, consistent SVG icons for scraped examples | Michael Howell | -5/+50 |
| 2025-02-12 | Correctly escape hashtags when running `invalid_rust_codeblocks` lint | Guillaume Gomez | -4/+12 |
| 2025-02-12 | Nuke `Buffer` abstraction from `librustdoc` 💣 | Yotam Ofek | -648/+710 |
| 2025-02-12 | Rollup merge of #136829 - GuillaumeGomez:move-line-numbers-into-code, r=notri... | Guillaume Gomez | -71/+178 |
| 2025-02-11 | Remove quotes around href in code line numbers | Guillaume Gomez | -1/+1 |
| 2025-02-11 | Rollup merge of #135285 - tbu-:pr_fix_typo4, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2025-02-11 | Correctly handle `user-select: none` | Guillaume Gomez | -0/+5 |
| 2025-02-11 | Update rustdoc tests | Guillaume Gomez | -5/+5 |
| 2025-02-10 | Move line numbers into the `<code>` directly | Guillaume Gomez | -66/+168 |
| 2025-02-09 | Rollup merge of #136694 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-02-08 | Rustfmt | bjorn3 | -93/+121 |
| 2025-02-07 | Update minifier version to `0.3.4` | Guillaume Gomez | -1/+1 |
| 2025-02-06 | Auto merge of #136471 - safinaskar:parallel, r=SparrowLii | bors | -14/+15 |
| 2025-02-06 | Auto merge of #136265 - notriddle:notriddle/clean-up, r=fmease | bors | -17/+15 |
| 2025-02-05 | Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez | bors | -32/+35 |
| 2025-02-05 | Auto merge of #136564 - fmease:rollup-qcjjcm7, r=fmease | bors | -148/+156 |
| 2025-02-05 | Rollup merge of #136263 - notriddle:notriddle/typescript2, r=fmease | León Orell Valerian Liehr | -148/+156 |
| 2025-02-05 | Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomez | bors | -205/+202 |
| 2025-02-04 | librustdoc: create a helper for separating elements of an iterator instead of... | Yotam Ofek | -205/+202 |
| 2025-02-04 | Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgr | bors | -28/+29 |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -28/+29 |
| 2025-02-03 | Rollup merge of #136411 - dtolnay:fnptr, r=notriddle | Matthias Krüger | -6/+20 |