| Age | Commit message (Expand) | Author | Lines |
| 2022-01-18 | Move render_macro_matcher to own module | David Tolnay | -189/+194 |
| 2022-01-18 | Render more readable macro matchers in rustdoc | David Tolnay | -4/+139 |
| 2022-01-18 | Simplify and unify rustdoc sidebar styles | Jacob Hoffman-Andrews | -330/+174 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -31/+103 |
| 2022-01-18 | Rollup merge of #92947 - vacuus:rustdoc-core-visit-path, r=camelid | Matthias Krüger | -3/+3 |
| 2022-01-18 | Rollup merge of #92830 - jsha:style-cleanups, r=GuillaumeGomez | Matthias Krüger | -41/+21 |
| 2022-01-18 | Rollup merge of #92803 - jsha:hide-sidebar, r=GuillaumeGomez | Matthias Krüger | -0/+4 |
| 2022-01-18 | Rollup merge of #92629 - jsha:theme-picker-local-only-2, r=GuillaumeGomez | Matthias Krüger | -16/+53 |
| 2022-01-17 | Hide mobile sidebar on some clicks | Jacob Hoffman-Andrews | -0/+4 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -1/+1 |
| 2022-01-17 | Update w/ comments | kadmin | -4/+1 |
| 2022-01-17 | Update term for use in more places | kadmin | -34/+106 |
| 2022-01-17 | Rustdoc style cleanups | Jacob Hoffman-Andrews | -46/+21 |
| 2022-01-17 | Rollup merge of #92936 - vacuus:html-markdown-parse, r=GuillaumeGomez | Matthias Krüger | -3/+1 |
| 2022-01-17 | Rollup merge of #92801 - jsha:overflow-wrap, r=GuillaumeGomez | Matthias Krüger | -0/+16 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -8/+10 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -1/+2 |
| 2022-01-17 | Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot | bors | -15/+18 |
| 2022-01-17 | Correctly handle pure generics | Guillaume Gomez | -4/+6 |
| 2022-01-17 | fix #90187 | zredb | -15/+3 |
| 2022-01-17 | fix #90187: Replace all def_id_no_primitives with def_id | zredb | -2/+2 |
| 2022-01-17 | fix #90187 | zredb | -15/+30 |
| 2022-01-17 | fix #90187 | zredb | -17/+15 |
| 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 | Replace NestedVisitorMap with NestedFilter | Cameron Steffen | -15/+18 |
| 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 | Remove `collect` | Roc Yu | -3/+3 |
| 2022-01-15 | Return a LocalDefId in get_parent_item. | Camille GILLOT | -2/+4 |
| 2022-01-15 | Rustdoc: remove ListAttributesIter and use impl Iterator instead | Jakub Beránek | -46/+19 |
| 2022-01-15 | Fix broken link | Noah Lev | -1/+1 |
| 2022-01-15 | Fix missing dot separator | Guillaume Gomez | -3/+7 |
| 2022-01-15 | Remove `collect` | Roc Yu | -3/+1 |
| 2022-01-14 | Add support for "always theme" in setting | Jacob Hoffman-Andrews | -4/+41 |
| 2022-01-14 | Pick themes on settings page, not every page | Jacob Hoffman-Andrews | -12/+12 |
| 2022-01-14 | Enable wrapping words by default | Jacob Hoffman-Andrews | -0/+16 |
| 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 |