| Age | Commit message (Expand) | Author | Lines |
| 2025-03-04 | `librustdoc`: 2024 edition! 🎊 | Yotam Ofek | -1/+1 |
| 2025-02-19 | librustdoc: Use `pulldown-cmark-escape` for HTML escaping | Yotam Ofek | -0/+1 |
| 2025-02-17 | Update `minifier-rs` version to `0.3.5` | Guillaume Gomez | -1/+1 |
| 2025-02-09 | Rollup merge of #136694 - GuillaumeGomez:update-minifier, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-02-07 | Update minifier version to `0.3.4` | Guillaume Gomez | -1/+1 |
| 2025-01-29 | rustdoc: run css and html minifier at build instead of runtime | Michael Howell | -0/+1 |
| 2024-11-10 | Update minifer version to `0.3.2` | Guillaume Gomez | -1/+1 |
| 2024-10-19 | rustdoc: hash assets at rustdoc build time | Michael Howell | -1/+4 |
| 2024-10-19 | rustdoc: Switch from FxHash to sha256 for static file hashing. | Alona Enraght-Moony | -0/+1 |
| 2024-08-24 | Update minifier to 0.3.1 | Guillaume Gomez | -1/+1 |
| 2024-08-04 | Update rinja version to 0.3.0 | Guillaume Gomez | -1/+1 |
| 2024-07-29 | rustdoc: word wrap CamelCase in the item list table | Michael Howell | -0/+1 |
| 2024-07-23 | Replace askama with rinja | Guillaume Gomez | -1/+1 |
| 2024-07-01 | rustdoc: add usable lint for pulldown-cmark-0.11 parsing changes | Michael Howell | -0/+1 |
| 2024-04-28 | Remove direct dependencies on lazy_static, once_cell and byteorder | George Bateman | -2/+0 |
| 2024-04-02 | Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2024-03-30 | bump tracing-tree to 0.3 | klensy | -1/+1 |
| 2024-03-21 | rustdoc-search: compressed bitmap to sort, then load desc | Michael Howell | -0/+2 |
| 2024-03-08 | bump itertools to 0.12 | klensy | -1/+1 |
| 2023-11-22 | Update itertools to 0.11. | Nicholas Nethercote | -1/+1 |
| 2023-11-01 | Update minifier-rs version to 0.3.0 | Guillaume Gomez | -1/+1 |
| 2023-10-22 | rustdoc: use JS to inline target type impl docs into alias | Michael Howell | -0/+1 |
| 2023-10-14 | Update minifier version to 0.2.3 | Guillaume Gomez | -1/+1 |
| 2023-03-14 | rustdoc: DocFS: Replace rayon with threadpool and enable it for all targets | Guillaume Gomez | -3/+1 |
| 2023-03-06 | Update askama version to 0.12 | Guillaume Gomez | -1/+1 |
| 2023-02-21 | Use `ThinVec` in various AST types. | Nicholas Nethercote | -1/+0 |
| 2023-02-21 | Upgrade `thin-vec` from 0.2.9 to 0.2.12. | Nicholas Nethercote | -1/+1 |
| 2023-02-10 | Resolve documentation links in rustc and store the results in metadata | Vadim Petrochenkov | -1/+0 |
| 2022-11-29 | update cpufeatures, swap difference to dissimilar | klensy | -1/+1 |
| 2022-11-19 | Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholk | Matthias Krüger | -1/+0 |
| 2022-11-02 | rustdoc: use ThinVec for cleaned generics | Michael Howell | -1/+1 |
| 2022-10-16 | Use IsTerminal in librustdoc | Josh Triplett | -1/+0 |
| 2022-08-29 | Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`. | Nicholas Nethercote | -6/+7 |
| 2022-08-16 | Update minifier version to 0.2.2 | Guillaume Gomez | -1/+1 |
| 2022-07-26 | Update pulldown-cmark version | Guillaume Gomez | -1/+1 |
| 2022-06-27 | Update `smallvec` to 1.8.1. | Nicholas Nethercote | -1/+1 |
| 2022-06-07 | Update minifier version to 0.2.1 | Guillaume Gomez | -1/+1 |
| 2022-05-24 | Update minifier-rs version to 0.1.0 | Guillaume Gomez | -1/+1 |
| 2022-05-06 | rustdoc: don't build `rayon` for non-windows targets | klensy | -1/+3 |
| 2022-04-21 | rustdoc: Optimize IdMap | Jakub Beránek | -0/+1 |
| 2022-03-07 | Update minifier version | Guillaume Gomez | -1/+1 |
| 2022-03-04 | Update `itertools` | pierwill | -1/+1 |
| 2022-02-07 | cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars... | klensy | -1/+1 |
| 2022-01-26 | Update minifier crate version to 0.0.42 | Guillaume Gomez | -1/+1 |
| 2022-01-19 | Move back templates into html folder | Guillaume Gomez | -1/+1 |
| 2022-01-17 | Rollup merge of #92819 - euclio:atty, r=CraftSpider | Matthias Krüger | -0/+1 |
| 2022-01-16 | Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-01-13 | rustdoc: remove hand-rolled isatty | Andy Russell | -0/+1 |
| 2022-01-10 | Update rayon and rustc-rayon | Josh Stone | -1/+1 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -1/+1 |