| Age | Commit message (Expand) | Author | Lines |
| 2022-01-17 | Rollup merge of #92937 - GuillaumeGomez:dot-separator, r=jsha | Matthias Krüger | -3/+7 |
| 2022-01-17 | Rollup merge of #92819 - euclio:atty, r=CraftSpider | Matthias Krüger | -41/+16 |
| 2022-01-17 | Rollup merge of #92799 - rust-lang:followup-from-92533, r=Aaron1011 | Matthias Krüger | -7/+3 |
| 2022-01-17 | Rollup merge of #92795 - jsha:link-to-top, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-01-16 | Rollup merge of #92792 - mdibaiee:92662/fix-intra-doc-generics, r=camelid | Matthias Krüger | -1/+12 |
| 2022-01-16 | Rollup merge of #92635 - camelid:yet-more-cleanup, r=Manishearth | Matthias Krüger | -157/+159 |
| 2022-01-16 | Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr | bors | -1/+1 |
| 2022-01-16 | Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -2/+4 |
| 2022-01-15 | Fix broken link | Noah Lev | -1/+1 |
| 2022-01-15 | Fix missing dot separator | Guillaume Gomez | -3/+7 |
| 2022-01-15 | Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelid | Matthias Krüger | -13/+11 |
| 2022-01-15 | initial revert | Ellen | -1/+1 |
| 2022-01-14 | Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomez | bors | -169/+255 |
| 2022-01-14 | Document and test `UrlPartsBuilder::push_fmt` | Noah Lev | -0/+23 |
| 2022-01-14 | Make `AVG_PART_LENGTH` a power of 2 | Noah Lev | -3/+10 |
| 2022-01-14 | Estimate path length instead of hardcoding 64 bytes | Noah Lev | -2/+10 |
| 2022-01-14 | Use UrlPartsBuilder and remove `join_with_slash` | Noah Lev | -36/+16 |
| 2022-01-14 | rustdoc: remove some unnecessary sigils. | Nicholas Nethercote | -1/+1 |
| 2022-01-14 | rustdoc: remove many unnecessary `.as_ref()` calls. | Nicholas Nethercote | -38/+29 |
| 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 | 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 | 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 |