| Age | Commit message (Expand) | Author | Lines |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -8/+6 |
| 2022-01-13 | rustdoc: decouple stability and const-stability | Andy Russell | -36/+55 |
| 2022-01-13 | Regenerate the PNGs favicon with the updated Rust logo | Loïc BRANSTETT | -0/+0 |
| 2022-01-13 | Use the updated Rust logo and change it's format to SVG | Loïc BRANSTETT | -3/+65 |
| 2022-01-13 | Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomez | Matthias Krüger | -5/+14 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -270/+15 |
| 2022-01-12 | Rollup merge of #92764 - GuillaumeGomez:fix-rust-logo-style, r=jsha | Matthias Krüger | -3/+3 |
| 2022-01-12 | Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri... | Matthias Krüger | -2/+6 |
| 2022-01-12 | Rollup merge of #92699 - camelid:private-fields, r=jsha | Matthias Krüger | -5/+3 |
| 2022-01-11 | rustdoc: do not emit tuple variant fields if none are documented | Andy Russell | -5/+14 |
| 2022-01-11 | Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef` | Aaron Hill | -2/+2 |
| 2022-01-11 | Fix style for rust logo | Guillaume Gomez | -3/+3 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -2/+6 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -5/+0 |
| 2022-01-10 | Address feedback | Dirkjan Ochtman | -7/+3 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -260/+14 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -52/+62 |
| 2022-01-09 | Display "private fields" instead of "fields omitted" | Noah Lev | -5/+3 |
| 2022-01-09 | Rollup merge of #92673 - GuillaumeGomez:remove-all-items-toggle, r=jsha | Matthias Krüger | -8/+0 |
| 2022-01-09 | Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomez | Matthias Krüger | -28/+35 |
| 2022-01-08 | Remove useless collapse toggle on "all items" page | Guillaume Gomez | -8/+0 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -52/+62 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |
| 2022-01-06 | Create CSS class instead of using inline style for search results | Guillaume Gomez | -2/+6 |
| 2022-01-06 | Rollup merge of #92404 - GuillaumeGomez:src-font-size, r=jsha | Matthias Krüger | -13/+7 |
| 2022-01-06 | Rollup merge of #92058 - jsha:run-on-hover, r=GuillaumeGomez | Matthias Krüger | -1/+4 |
| 2022-01-05 | Simplify :target CSS selector | Guillaume Gomez | -12/+3 |
| 2022-01-05 | Move crate drop-down to search results page | Jacob Hoffman-Andrews | -28/+35 |
| 2022-01-05 | Fix font size for [src] links in headers | Guillaume Gomez | -1/+4 |
| 2022-01-05 | Make Run button visible on hover | Jacob Hoffman-Andrews | -1/+4 |
| 2022-01-02 | Set font size proportional to user's font size | Jacob Hoffman-Andrews | -53/+58 |
| 2021-12-31 | Rollup merge of #92440 - GuillaumeGomez:fix-mobile-toggles, r=jsha | Matthias Krüger | -0/+10 |
| 2021-12-31 | Rollup merge of #91480 - jsha:fewer-colors, r=GuillaumeGomez | Matthias Krüger | -61/+75 |
| 2021-12-31 | Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednet | bors | -8/+9 |
| 2021-12-30 | Fix display of toggles on mobile | Guillaume Gomez | -0/+10 |
| 2021-12-30 | Auto merge of #92377 - compiler-errors:rustdoc-lifetimes, r=camelid,jyn514 | bors | -5/+5 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -44/+40 |
| 2021-12-29 | Auto merge of #92283 - vacuus:print-generic-bounds, r=camelid,GuillaumeGomez | bors | -3/+1 |
| 2021-12-28 | remove in_band_lifetimes from librustdoc | Michael Goulet | -5/+5 |
| 2021-12-28 | Add regression test for #59502 | Noah Lev | -0/+2 |
| 2021-12-28 | Remove unused parameter | Noah Lev | -6/+5 |
| 2021-12-28 | Update pulldown-cmark version to 0.9 | Guillaume Gomez | -8/+9 |
| 2021-12-27 | Give clearer names to several search index functions | Noah Lev | -12/+24 |
| 2021-12-27 | Coalesce two arguments as `&Function` | Noah Lev | -6/+8 |
| 2021-12-27 | Make `search_index` functions private where possible | Noah Lev | -2/+2 |
| 2021-12-27 | Move `ExternalLocation` to `clean::types` | Noah Lev | -14/+6 |
| 2021-12-27 | rustdoc: Remove some unnecessary `cache` parameters | Noah Lev | -23/+12 |
| 2021-12-27 | Rename `rustdoc::html::render::cache` to `search_index` | Noah Lev | -3/+3 |
| 2021-12-25 | Remove unneeded call to `collect` | Roc Yu | -5/+6 |
| 2021-12-25 | Remove `String` allocation in loop | Roc Yu | -3/+1 |