| 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 | -6/+6 |
| 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 | -1/+1 |
| 2025-02-12 | Nuke `Buffer` abstraction from `librustdoc` 💣 | Yotam Ofek | -472/+613 |
| 2025-02-08 | Rustfmt | bjorn3 | -4/+5 |
| 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 | -8/+2 |
| 2025-02-05 | Auto merge of #136244 - yotamofek:pr/rustdoc-join-iter, r=GuillaumeGomez | bors | -31/+27 |
| 2025-02-04 | librustdoc: create a helper for separating elements of an iterator instead of... | Yotam Ofek | -31/+27 |
| 2025-01-30 | fix(rustdoc): always use a channel when linking to doc.rust-lang.org | Alexis (Poliorcetics) Bourget | -5/+5 |
| 2025-01-29 | rustdoc: use ThinVec for generic arg parts | Michael Howell | -1/+1 |
| 2025-01-29 | rustdoc: run css and html minifier at build instead of runtime | Michael Howell | -8/+2 |
| 2025-01-29 | Eliminate PatKind::Path | Oli Scherer | -10/+16 |
| 2025-01-23 | Auto merge of #135494 - yotamofek:rustdoc-fmt-from_fn, r=fmease | bors | -34/+31 |
| 2025-01-22 | rustdoc: use std's (unstable) `fmt::from_fn` instead of open-coding it | Yotam Ofek | -33/+30 |
| 2025-01-22 | rustdoc: pass around decoration info by ref | Yotam Ofek | -1/+1 |
| 2025-01-22 | rustdoc: Finalize dyn compatibility renaming | León Orell Valerian Liehr | -2/+1 |
| 2025-01-18 | Remove more CSS classes | Guillaume Gomez | -17/+8 |
| 2025-01-17 | Handle reexports items list a bit differently since they cannot have document... | Guillaume Gomez | -7/+5 |
| 2025-01-17 | Replace ul/li list with dl/dd/dt elements | Guillaume Gomez | -19/+11 |
| 2025-01-16 | Treat other items as functions for the purpose of type-based search | binarycat | -0/+27 |
| 2025-01-15 | Auto merge of #134353 - oli-obk:safe-target-feature-unsafe-by-default, r=wesl... | bors | -1/+1 |
| 2025-01-14 | Rollup merge of #135353 - lolbinarycat:rustdoc-disable-minification, r=notriddle | Jubilee | -1/+9 |
| 2025-01-14 | Rollup merge of #134216 - GuillaumeGomez:jump-to-def-pats, r=fmease | Matthias Krüger | -4/+29 |
| 2025-01-14 | Add hir::HeaderSafety to make follow up commits simpler | Oli Scherer | -1/+1 |
| 2025-01-11 | re-add --disable-minification to rustdoc | binarycat | -1/+9 |
| 2025-01-06 | Rollup merge of #135116 - camelid:sidebar-case, r=fmease | Jacob Pratt | -1/+1 |
| 2025-01-06 | rustdoc: Fix mismatched capitalization in sidebar | Noah Lev | -1/+1 |
| 2025-01-04 | turn hir::ItemKind::Fn into a named-field variant | Ralf Jung | -1/+1 |
| 2024-12-31 | Fix typos | ericlehong | -1/+1 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -1/+2 |
| 2024-12-25 | Improve rustdoc code | Guillaume Gomez | -3/+3 |
| 2024-12-20 | Rollup merge of #134321 - dtolnay:docassocconst, r=fmease | Jacob Pratt | -28/+63 |
| 2024-12-19 | Rename TyMethodItem -> RequiredMethodItem | David Tolnay | -5/+5 |
| 2024-12-19 | Rename TyAssocTypeItem -> RequiredAssocTypeItem | David Tolnay | -7/+9 |
| 2024-12-19 | Suppress `= _` on associated constants in impls | David Tolnay | -10/+40 |
| 2024-12-19 | Split AssocConstItem into ProvidedAssocConstItem and ImplAssocConstItem | David Tolnay | -3/+5 |
| 2024-12-19 | Rename TyAssocConstItem -> RequiredAssocConstItem | David Tolnay | -5/+6 |
| 2024-12-16 | rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures | Jonathan Dönszelmann | -2/+3 |
| 2024-12-15 | Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau | Stuart Cook | -4/+2 |
| 2024-12-14 | Add some convenience helper methods on `hir::Safety` | Oli Scherer | -4/+2 |
| 2024-12-14 | Rollup merge of #134231 - notriddle:notriddle/mismatched-path, r=GuillaumeGomez | Matthias Krüger | -0/+8 |
| 2024-12-12 | rustdoc-search: fix mismatched path when parent re-exported twice | Michael Howell | -0/+8 |
| 2024-12-12 | Rename `handle_call` into `infer_id` | Guillaume Gomez | -4/+4 |
| 2024-12-12 | fix self shadowed self compare | klensy | -1/+1 |