| Age | Commit message (Expand) | Author | Lines |
| 2022-08-24 | Auto merge of #96869 - sunfishcode:main, r=joshtriplett | bors | -1/+1 |
| 2022-08-13 | make clean::Item::span return option instead of dummy span | Michael Goulet | -4/+1 |
| 2022-06-29 | Replace `sort_modules_alphabetically` boolean with enum | Noah Lev | -7/+10 |
| 2022-06-23 | Don't test the rustdoc rendering context size on Windows. | Dan Gohman | -1/+1 |
| 2022-06-20 | Improve loading of crates.js and sidebar-items.js | Jacob Hoffman-Andrews | -5/+1 |
| 2022-05-28 | Improve settings page display with disabled javascript | Guillaume Gomez | -0/+5 |
| 2022-05-27 | Pass Context as a &mut to allow to remove RefCell fields | Guillaume Gomez | -38/+43 |
| 2022-05-24 | fix simple clippy lints | klensy | -4/+4 |
| 2022-05-21 | Remove `crate` visibility modifier in libs, tests | Jacob Pratt | -19/+19 |
| 2022-05-18 | Move some DOM generation into the HTML settings file directly | Guillaume Gomez | -3/+13 |
| 2022-05-11 | Add missing CSS file for settings page | Guillaume Gomez | -3/+5 |
| 2022-04-30 | Move settings into full JS | Guillaume Gomez | -13/+10 |
| 2022-04-16 | Rename `def_id` into `item_id` when the type is `ItemId` for readability | Guillaume Gomez | -1/+1 |
| 2022-03-27 | Add scrape examples help page | Will Crichton | -2/+17 |
| 2022-03-04 | librustdoc: adopt let else in more places | est31 | -4/+2 |
| 2022-02-22 | Prevent generation of infinite redirections | Guillaume Gomez | -26/+34 |
| 2022-02-14 | Fix macro reexports duplicates in the sidebar | Guillaume Gomez | -6/+11 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -10/+2 |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -10/+10 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -11/+1 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -1/+1 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -1/+1 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -2/+0 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -9/+1 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -1/+1 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -2/+2 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -1/+1 |
| 2021-12-23 | Rollup merge of #92146 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -6/+10 |
| 2021-12-19 | Auto merge of #92099 - matthiaskrgr:rollup-4gwv67m, r=matthiaskrgr | bors | -9/+0 |
| 2021-12-18 | Remove `collapsed` field | Joshua Nelson | -9/+0 |
| 2021-12-15 | Remove unnecessary sigils around `Symbol::as_str()` calls. | Nicholas Nethercote | -5/+5 |
| 2021-12-15 | Remove `SymbolStr`. | Nicholas Nethercote | -3/+3 |
| 2021-12-11 | Don't emit shared files when scraping dependencies | Will Crichton | -6/+10 |
| 2021-11-24 | Simplify rendering of stylesheet links into HTML | Jacob Hoffman-Andrews | -7/+11 |
| 2021-10-31 | Clean up now that visitors only need `&clean::Crate` | Noah Lev | -3/+3 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -4/+4 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -2/+7 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -3/+3 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -1/+1 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -2/+2 |
| 2021-10-29 | Remove the Rc wrapping of deref_id_map | Guillaume Gomez | -4/+4 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -2/+7 |
| 2021-10-25 | Fix clippy lints in librustdoc | Guillaume Gomez | -2/+2 |
| 2021-10-23 | Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 | Matthias Krüger | -8/+24 |
| 2021-10-08 | Move template initialization into its own file. | Jacob Hoffman-Andrews | -12/+2 |
| 2021-10-08 | Add template for print_item | Jacob Hoffman-Andrews | -2/+6 |
| 2021-10-08 | Move more scrape-examples logic from JS to rust | Will Crichton | -8/+18 |
| 2021-10-06 | Fix lint error, change scrape-examples.js minify call | Will Crichton | -1/+1 |
| 2021-10-06 | Move JS into a standalone file | Will Crichton | -0/+1 |
| 2021-10-06 | Incorporate jyn's feedback | Will Crichton | -0/+5 |