| Age | Commit message (Expand) | Author | Lines |
| 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-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 | -3/+5 |
| 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 | -3/+5 |
| 2025-02-12 | Nuke `Buffer` abstraction from `librustdoc` 💣 | Yotam Ofek | -648/+709 |
| 2025-02-11 | Remove quotes around href in code line numbers | Guillaume Gomez | -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-08 | Rustfmt | bjorn3 | -29/+38 |
| 2025-02-06 | Auto merge of #136265 - notriddle:notriddle/clean-up, r=fmease | bors | -1/+1 |
| 2025-02-05 | Auto merge of #136253 - notriddle:notriddle/aot-minify, r=GuillaumeGomez | bors | -26/+12 |
| 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 | -186/+132 |
| 2025-02-04 | librustdoc: create a helper for separating elements of an iterator instead of... | Yotam Ofek | -186/+132 |
| 2025-02-04 | Auto merge of #136525 - matthiaskrgr:rollup-m8kqlek, r=matthiaskrgr | bors | -20/+21 |
| 2025-02-04 | Rollup merge of #134807 - poliorcetics:ab/push-skpynvsmwkll, r=camelid | Matthias Krüger | -20/+21 |
| 2025-02-03 | rustdoc: clean up a bunch of ts-expected-error declarations in main | Michael Howell | -148/+156 |
| 2025-02-01 | Omit argument names from function pointers that do not have argument names | David Tolnay | -1/+3 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -20/+21 |
| 2025-01-30 | Rollup merge of #133636 - GuillaumeGomez:sans-serif, r=rustdoc | Matthias Krüger | -4/+70 |
| 2025-01-29 | rustdoc: use ThinVec for generic arg parts | Michael Howell | -1/+1 |
| 2025-01-29 | Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU | bors | -10/+16 |
| 2025-01-29 | rustdoc: run css and html minifier at build instead of runtime | Michael Howell | -26/+12 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -10/+16 |
| 2025-01-29 | Add SemiBold for SourceSerif4 | Guillaume Gomez | -3/+12 |
| 2025-01-29 | Add italic for newly added sans serif fonts | Guillaume Gomez | -3/+21 |
| 2025-01-29 | Add new setting allowing to switch to sans serif fonts | Guillaume Gomez | -2/+41 |
| 2025-01-27 | rustdoc: add nobuild typescript checking to our JS | Michael Howell | -680/+1655 |
| 2025-01-27 | Add `TooGeneric` variant to `LayoutError` and emit `Unknown` one | FedericoBruzzone | -5/+11 |
| 2025-01-25 | Remove extra whitespace from rustdoc breadcrumbs for copypasting | Kornel | -8/+5 |
| 2025-01-24 | Rollup merge of #135998 - GuillaumeGomez:fix-trait-items-mobile-indent, r=not... | Matthias Krüger | -3/+7 |
| 2025-01-24 | Fix indent of trait items on mobile | Guillaume Gomez | -3/+7 |
| 2025-01-23 | Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmease | bors | -100/+81 |
| 2025-01-22 | rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it | Yotam Ofek | -91/+72 |
| 2025-01-22 | rustdoc: pass around decoration info by ref | Yotam Ofek | -9/+9 |
| 2025-01-22 | rustdoc: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -2/+1 |
| 2025-01-19 | Remove unused `item-row` CSS class | Guillaume Gomez | -1/+1 |
| 2025-01-18 | Remove more CSS classes | Guillaume Gomez | -28/+19 |
| 2025-01-17 | Handle reexports items list a bit differently since they cannot have document... | Guillaume Gomez | -8/+6 |
| 2025-01-17 | Replace ul/li list with dl/dd/dt elements | Guillaume Gomez | -33/+29 |