| Age | Commit message (Expand) | Author | Lines |
| 2022-01-14 | rustdoc: avoid many `Symbol` to `String` conversions. | Nicholas Nethercote | -120/+197 |
| 2022-01-14 | Link sidebar "location" heading to top of page | Jacob Hoffman-Andrews | -1/+1 |
| 2022-01-14 | Rollup merge of #92864 - Urgau:fix-missing-source-dot, r=jsha | Matthias Krüger | -3/+3 |
| 2022-01-14 | Rollup merge of #92854 - Urgau:better-rust-logo, r=GuillaumeGomez | Matthias Krüger | -5/+67 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -13/+11 |
| 2022-01-13 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -1/+12 |
| 2022-01-13 | Fix and improve missing dot in the item heading | lolo.branstett@numericable.fr | -3/+3 |
| 2022-01-13 | Move FIXME to if statement | Rune Tynan | -4/+4 |
| 2022-01-13 | Update comment to make it a FIXME | Rune Tynan | -2/+4 |
| 2022-01-13 | inline ItemId method, clarify comments a bit | Rune Tynan | -11/+10 |
| 2022-01-13 | Fix errors on blanket impls by ignoring the children of their generated imple... | Rune Tynan | -1/+13 |
| 2022-01-13 | rustdoc: decouple stability and const-stability | Andy Russell | -36/+55 |
| 2022-01-13 | rustdoc: remove hand-rolled isatty | Andy Russell | -41/+16 |
| 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 | -5/+67 |
| 2022-01-13 | Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomez | Matthias Krüger | -6/+55 |
| 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 | -121/+68 |
| 2022-01-12 | Remove intermediate `collect` | Roc Yu | -5/+5 |
| 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 | Remove some unnecessary uses of `FieldDef::ident` | Noah Lev | -7/+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 | -6/+6 |
| 2022-01-11 | Fix style for rust logo | Guillaume Gomez | -3/+3 |
| 2022-01-10 | Update some comments post the side channel removal | Noah Lev | -5/+2 |
| 2022-01-10 | Extract functions for two closures | Noah Lev | -73/+107 |
| 2022-01-10 | Update comment and make code clearer | Noah Lev | -5/+4 |
| 2022-01-10 | Remove unnecessary conditional for suggesting disambiguator | Noah Lev | -4/+1 |
| 2022-01-10 | Use Res instead of Disambiguator for `resolved` in `report_mismatch` | Noah Lev | -65/+50 |
| 2022-01-10 | Remove hack that is no longer necessary | Noah Lev | -11/+1 |
| 2022-01-11 | Auto merge of #92601 - camelid:more-intra-doc-cleanup, r=Manishearth | bors | -142/+148 |
| 2022-01-10 | Add missing suffix for sidebar-items script path | Guillaume Gomez | -2/+6 |
| 2022-01-10 | Update rayon and rustc-rayon | Josh Stone | -1/+1 |
| 2022-01-10 | Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f... | Dirkjan Ochtman | -10/+0 |
| 2022-01-10 | Address feedback | Dirkjan Ochtman | -13/+7 |
| 2022-01-10 | Migrate rustdoc from Tera to Askama | Dirkjan Ochtman | -108/+71 |
| 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 | Auto merge of #92690 - matthiaskrgr:rollup-rw0oz05, r=matthiaskrgr | bors | -286/+313 |
| 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 #92608 - petrochenkov:doctrscope3, r=CraftSpider | Matthias Krüger | -250/+278 |
| 2022-01-09 | Rollup merge of #92490 - jsha:crates-in-results, r=GuillaumeGomez | Matthias Krüger | -28/+35 |
| 2022-01-09 | rustc_middle: Rename `Export` to `ModChild` and add some comments | Vadim Petrochenkov | -1/+1 |
| 2022-01-09 | rustc_metadata: Rename `item_children(_untracked)` to `module_children(_untra... | Vadim Petrochenkov | -4/+4 |
| 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-08 | Auto merge of #91305 - camelid:rm-cond, r=GuillaumeGomez | bors | -3/+0 |
| 2022-01-07 | Rollup merge of #92610 - GuillaumeGomez:css-class-instead-of-inline-style, r=... | Eric Huss | -2/+6 |