| Age | Commit message (Expand) | Author | Lines |
| 2021-03-26 | Rollup merge of #83055 - aDotInTheVoid:selective-strip-item-doc, r=jyn514 | Dylan DPC | -0/+2 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -1/+1 |
| 2021-03-24 | Store tcx and cache when they are used multiple times instead of calling func... | Guillaume Gomez | -58/+66 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -100/+126 |
| 2021-03-24 | Don't call `item` on modules for json renderer | Nixon Enraght-Moony | -0/+2 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -33/+27 |
| 2021-03-24 | Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpi... | Dylan DPC | -4/+4 |
| 2021-03-23 | Auto merge of #82994 - camelid:rename-source-to-span, r=jyn514 | bors | -6/+6 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -33/+27 |
| 2021-03-23 | Use &str instead of String | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Fix sidebar trait items sort | Guillaume Gomez | -3/+3 |
| 2021-03-23 | Rollup merge of #82732 - GuillaumeGomez:remove-theme-file, r=Nemo157 | Yuki Okushi | -56/+5 |
| 2021-03-23 | Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Yuki Okushi | -2/+3 |
| 2021-03-22 | Auto merge of #82855 - jyn514:no-temporaries, r=GuillaumeGomez | bors | -18/+26 |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -1/+1 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -6/+6 |
| 2021-03-10 | rustdoc: tweak the search index format | Michael Howell | -23/+54 |
| 2021-03-09 | Simplify some of the rendering code in the index | Michael Howell | -5/+1 |
| 2021-03-09 | Auto merge of #82356 - camelid:render-cleanup, r=GuillaumeGomez | bors | -43/+71 |
| 2021-03-07 | Avoid temporary allocations in `render_assoc_item` | Joshua Nelson | -18/+26 |
| 2021-03-07 | Update Source Code Pro and include italics | Trevor Spiteri | -2/+3 |
| 2021-03-07 | Rollup merge of #82803 - jyn514:unversioned-files, r=GuillaumeGomez | Yuki Okushi | -15/+25 |
| 2021-03-05 | Undo addition of boxes | Camelid | -7/+7 |
| 2021-03-05 | Don't unnecessarily clone some fields in `Context` | Camelid | -6/+15 |
| 2021-03-05 | Box some fields to reduce `Context` size | Camelid | -5/+5 |
| 2021-03-05 | Don't share `id_map` and `deref_id_map` | Camelid | -21/+20 |
| 2021-03-05 | rustdoc: Add static size assertion for `Context` | Camelid | -0/+4 |
| 2021-03-05 | rustdoc: Make a bunch of fields private | Camelid | -12/+18 |
| 2021-03-05 | rustdoc: Replace `Arc` around `SharedContext` with `Rc` | Camelid | -6/+5 |
| 2021-03-05 | rustdoc: Move most shared fields to `SharedContext` | Camelid | -37/+48 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -18/+22 |
| 2021-03-05 | Store `UNVERSIONED_FILES` in a data structure | Joshua Nelson | -15/+21 |
| 2021-03-05 | Remove theme.js file creation and move its code inside main.js | Guillaume Gomez | -56/+5 |
| 2021-03-05 | Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran... | Guillaume Gomez | -3/+3 |
| 2021-03-04 | Corrected imports for render tests and mod files | Nicholas-Baron | -3/+4 |
| 2021-03-04 | Moved `write_shared` to its own file | Nicholas-Baron | -535/+549 |
| 2021-03-04 | Moved the `make_item_keywords` function to `context.rs` as it is only used there | Nicholas-Baron | -5/+6 |
| 2021-03-04 | Moved `print_item` and helpers to a separate file | Nicholas-Baron | -1404/+1430 |
| 2021-03-04 | Moved Context and its impls to a separate file | Nicholas-Baron | -593/+618 |
| 2021-03-04 | Rollup merge of #82310 - jsha:rustdoc-search-onfocus, r=GuillaumeGomez | Yuki Okushi | -7/+10 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -10/+43 |
| 2021-03-02 | Load rustdoc's JS search index on-demand. | Jacob Hoffman-Andrews | -7/+10 |
| 2021-03-01 | Remove the dummy cache in `DocContext` | Joshua Nelson | -2/+1 |
| 2021-02-26 | Rollup merge of #82545 - jsha:woff2, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2021-02-26 | Embed woff2 files in rustdoc binary. | Jacob Hoffman-Andrews | -0/+2 |
| 2021-02-25 | Rollup merge of #82484 - bugadani:docfix, r=jyn514 | Aaron Hill | -1/+11 |
| 2021-02-24 | Add test | Dániel Buga | -0/+11 |
| 2021-02-24 | Remove duplicate string | Dániel Buga | -1/+0 |
| 2021-02-23 | Put clean::Trait extra information into a new struct to make it more coherent | Guillaume Gomez | -4/+4 |
| 2021-02-23 | Remove is_spotlight field from `Trait` | Guillaume Gomez | -4/+5 |