| Age | Commit message (Expand) | Author | Lines |
| 2022-01-15 | Rustdoc: remove ListAttributesIter and use impl Iterator instead | Jakub Beránek | -46/+19 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -251/+260 |
| 2022-01-15 | Rollup merge of #92892 - compiler-errors:const-param-env-for-const-block, r=f... | Matthias Krüger | -0/+38 |
| 2022-01-15 | Rollup merge of #92873 - eholk:async-symbol-names, r=tmandry | Matthias Krüger | -2/+2 |
| 2022-01-15 | Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakis | Matthias Krüger | -0/+13 |
| 2022-01-15 | Rollup merge of #92767 - arlosi:pdbenum, r=cuviper | Matthias Krüger | -0/+0 |
| 2022-01-15 | Auto merge of #92915 - matthiaskrgr:rollup-pxxk8jp, r=matthiaskrgr | bors | -32/+66 |
| 2022-01-15 | Rollup merge of #92875 - BoxyUwU:infer_arg_opt_const_param_of, r=lcnr | Matthias Krüger | -11/+15 |
| 2022-01-15 | Rollup merge of #92868 - pierwill:librustdoc-clippy, r=camelid | Matthias Krüger | -13/+11 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -8/+40 |
| 2022-01-15 | Auto merge of #92912 - calebcartwright:rustfmt-generated-files, r=Mark-Simula... | bors | -5/+25 |
| 2022-01-14 | fix(rustfmt): resolve generated file formatting issue | Caleb Cartwright | -5/+25 |
| 2022-01-14 | Do not fail evaluation in const blocks | Michael Goulet | -0/+38 |
| 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 | Auto merge of #92883 - matthiaskrgr:rollup-uoudywx, r=matthiaskrgr | bors | -1707/+3428 |
| 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-14 | Rollup merge of #92849 - flip1995:clippyup, r=Manishearth | Matthias Krüger | -1682/+3256 |
| 2022-01-14 | Rollup merge of #92818 - GuillaumeGomez:update-doc-cfg-doc, r=camelid | Matthias Krüger | -0/+33 |
| 2022-01-14 | Rollup merge of #92810 - compiler-errors:deduplicate-box-deref-suggestion, r=... | Matthias Krüger | -15/+27 |
| 2022-01-14 | Rollup merge of #92381 - ThePuzzlemaker:issue-92308, r=estebank | Matthias Krüger | -2/+42 |
| 2022-01-14 | Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkov | bors | -0/+27 |
| 2022-01-14 | Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgr | bors | -87/+134 |
| 2022-01-14 | fix: set struct/union/enum fields/variants as reachable when item is | Lamb | -0/+27 |
| 2022-01-14 | fix bug | Ellen | -11/+15 |
| 2022-01-13 | Fix non-MSVC test | Eric Holk | -1/+1 |
| 2022-01-13 | Generate more precise generator names | Eric Holk | -1/+1 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -13/+11 |
| 2022-01-13 | Update documentation for doc_cfg | Guillaume Gomez | -0/+33 |
| 2022-01-13 | Ignore static lifetimes for GATs outlives lint | Jack Huey | -0/+13 |
| 2022-01-13 | Fix and improve missing dot in the item heading | lolo.branstett@numericable.fr | -3/+3 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -30/+103 |
| 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 | Fix Clippy sync fallout | flip1995 | -3/+3 |
| 2022-01-13 | Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup | flip1995 | -1682/+3256 |
| 2022-01-13 | Rollup merge of #92807 - ehuss:update-cargo, r=ehuss | Matthias Krüger | -0/+0 |
| 2022-01-13 | Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomez | Matthias Krüger | -22/+85 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -1/+14 |
| 2022-01-13 | Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma... | Matthias Krüger | -57/+3 |
| 2022-01-13 | Rollup merge of #91687 - euclio:tuple-variant-field-section, r=GuillaumeGomez | Matthias Krüger | -7/+31 |
| 2022-01-13 | Rollup merge of #90001 - Fearyncess:master, r=alexcrichton | Matthias Krüger | -0/+1 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -121/+68 |