| Age | Commit message (Expand) | Author | Lines |
| 2022-10-05 | rustdoc: remove unused CSS class `in-band` | Michael Howell | -3/+1 |
| 2022-09-16 | rustdoc: clean up CSS for All Items and All Crates lists | Michael Howell | -2/+2 |
| 2022-09-03 | more clippy::perf fixes | Matthias Krüger | -1/+1 |
| 2022-08-05 | rustdoc: use serde, which can escape strings more quickly | Michael Howell | -35/+15 |
| 2022-08-05 | rustdoc: reduce the number of intermediate Strings allocated | Michael Howell | -12/+21 |
| 2022-08-04 | rustdoc: use a more compact encoding for implementors/trait.*.js | Michael Howell | -17/+73 |
| 2022-08-02 | rustdoc: use a more compact encoding for source-files.js | Michael Howell | -13/+20 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -2/+0 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -1/+1 |
| 2022-06-07 | Update minifier version to 0.2.1 | Guillaume Gomez | -4/+6 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -5/+7 |
| 2022-05-17 | rustdoc: make search.js a module | Jacob Hoffman-Andrews | -1/+7 |
| 2022-05-14 | Remove theme picker button | Guillaume Gomez | -1/+0 |
| 2022-05-12 | rustdoc: remove weird, unused variable from source-files.js | Michael Howell | -1/+1 |
| 2022-05-05 | rustdoc: ensure HTML/JS side implementors don't have dups | Michael Howell | -3/+6 |
| 2022-04-21 | Remove .woff font files | Guillaume Gomez | -18/+9 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -1/+1 |
| 2022-01-14 | Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomez | bors | -1/+1 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -1/+1 |
| 2022-01-13 | Use the updated Rust logo and change it's format to SVG | Loïc BRANSTETT | -1/+1 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -8/+1 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -3/+3 |
| 2021-11-24 | Consistentize the system for image URLs in CSS. | Jacob Hoffman-Andrews | -28/+20 |
| 2021-11-24 | Move themes and version into rustdoc-vars | Jacob Hoffman-Andrews | -32/+2 |
| 2021-11-24 | Simplify rendering of stylesheet links into HTML | Jacob Hoffman-Andrews | -2/+2 |
| 2021-11-07 | rustdoc: Remove top-level wrappers for `ImplKind` methods | Noah Lev | -1/+1 |
| 2021-11-07 | rustdoc: Refactor `Impl.{synthetic,blanket_impl}` into enum | Noah Lev | -1/+1 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -6/+7 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -6/+7 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -0/+1 |
| 2021-10-27 | Rollup merge of #90232 - konan8205:master, r=GuillaumeGomez | Matthias Krüger | -3/+3 |
| 2021-10-26 | rustdoc: use ttf based font for cjk glyphs | Shinwoo Park | -3/+3 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -1/+1 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -0/+9 |
| 2021-10-12 | rustdoc: update noto sans kr | Shinwoo Park | -2/+3 |
| 2021-10-06 | Unversioned -> InvocationSpecific | Will Crichton | -1/+1 |
| 2021-10-06 | Fix lint error, change scrape-examples.js minify call | Will Crichton | -1/+6 |
| 2021-10-06 | Move JS into a standalone file | Will Crichton | -0/+4 |
| 2021-09-17 | Add rustdoc version into the help popup | Guillaume Gomez | -4/+12 |
| 2021-09-16 | Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomez | bors | -31/+39 |
| 2021-08-26 | Remove unnecessary copies when using parallel IO | Joshua Nelson | -31/+39 |
| 2021-08-22 | Move Cache from Context to SharedContext | Joshua Nelson | -5/+6 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -2/+2 |
| 2021-08-03 | Simplify usage of CSS background-image | Guillaume Gomez | -6/+41 |
| 2021-08-03 | Rustdoc accessibility: use an icon for the [-]/[+] controls | Michael Howell | -2/+5 |
| 2021-06-22 | Rollup merge of #86402 - tspiteri:source-woff2, r=jsha | Yuki Okushi | -0/+6 |
| 2021-06-20 | Use Tera templates for rustdoc. | Jacob Hoffman-Andrews | -1/+8 |
| 2021-06-17 | rustdoc: add optional woff2 versions of Source Serif and Source Code | Trevor Spiteri | -0/+6 |
| 2021-05-31 | Remove unneeded file to load sidebar items at crate level | Guillaume Gomez | -1/+0 |
| 2021-05-28 | Remove `--print unversioned-files` from rustdoc | Boris-Chengbiao Zhou | -1/+1 |