| Age | Commit message (Expand) | Author | Lines |
| 2022-01-14 | Rollup merge of #92840 - hafeoz:master, r=ehuss | Matthias Krüger | -5/+37 |
| 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 | -41/+38 |
| 2022-01-14 | Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-Simulacrum | Matthias Krüger | -9/+5 |
| 2022-01-14 | Rollup merge of #92381 - ThePuzzlemaker:issue-92308, r=estebank | Matthias Krüger | -3/+54 |
| 2022-01-14 | Rollup merge of #92045 - oli-obk:cleanup, r=petrochenkov | Matthias Krüger | -32/+36 |
| 2022-01-14 | Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkov | bors | -20/+91 |
| 2022-01-13 | Add Sync bound to allocator parameter in vec::IntoIter | Michael Goulet | -1/+1 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -61/+115 |
| 2022-01-14 | Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgr | bors | -355/+1513 |
| 2022-01-14 | fix: set struct/union/enum fields/variants as reachable when item is | Lamb | -20/+91 |
| 2022-01-14 | reduce indentaton | Ellen | -207/+201 |
| 2022-01-14 | fix bug | Ellen | -46/+51 |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -37/+125 |
| 2022-01-13 | Fix non-MSVC test | Eric Holk | -1/+1 |
| 2022-01-13 | Generate more precise generator names | Eric Holk | -3/+9 |
| 2022-01-13 | librustdoc: Address some clippy lints | pierwill | -13/+11 |
| 2022-01-13 | fix stability attribute for `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+3 |
| 2022-01-13 | rustdoc: add intra-doc trait impl test for extern types | Mahdi Dibaiee | -2/+23 |
| 2022-01-13 | rustdoc: fix intra-link for generic trait impls | Mahdi Dibaiee | -1/+31 |
| 2022-01-13 | Update documentation for doc_cfg | Guillaume Gomez | -0/+33 |
| 2022-01-13 | Ignore static lifetimes for GATs outlives lint | Jack Huey | -46/+61 |
| 2022-01-13 | Fix and improve missing dot in the item heading | lolo.branstett@numericable.fr | -3/+3 |
| 2022-01-13 | Remove `&mut` from `io::read_to_string` signature | Noah Lev | -2/+2 |
| 2022-01-13 | Auto merge of #89861 - nbdd0121:closure, r=wesleywiser | bors | -418/+323 |
| 2022-01-13 | rustdoc: remove hand-rolled isatty | Andy Russell | -41/+17 |
| 2022-01-13 | Remove `asm` feature from lints example | hafeoz | -1/+0 |
| 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 | Update Cargo.lock | flip1995 | -3/+6 |
| 2022-01-13 | Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup | flip1995 | -1682/+3256 |
| 2022-01-13 | Auto merge of #8272 - flip1995:rustup, r=flip1995 | bors | -93/+139 |
| 2022-01-13 | Bump nightly version -> 2022-01-13 | flip1995 | -1/+1 |
| 2022-01-13 | Bump Clippy Version -> 0.1.60 | flip1995 | -3/+3 |
| 2022-01-13 | Merge remote-tracking branch 'upstream/master' into rustup | flip1995 | -1691/+3278 |
| 2022-01-13 | Rollup merge of #92832 - ehuss:1.58-releases, r=Mark-Simulacrum | Matthias Krüger | -10/+0 |
| 2022-01-13 | Rollup merge of #92807 - ehuss:update-cargo, r=ehuss | Matthias Krüger | -9/+45 |
| 2022-01-13 | Rollup merge of #92334 - dtolnay:rustdocmatcher, r=camelid,GuillaumeGomez | Matthias Krüger | -22/+85 |
| 2022-01-13 | Rollup merge of #92277 - petrochenkov:cmrval2, r=jackh726 | Matthias Krüger | -98/+98 |
| 2022-01-13 | Rollup merge of #92142 - wesleywiser:fix_codecoverage_partitioning, r=tmandry | Matthias Krüger | -118/+103 |
| 2022-01-13 | Rollup merge of #92006 - oli-obk:welcome_opaque_types_into_the_fold, r=nikoma... | Matthias Krüger | -80/+61 |
| 2022-01-13 | Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-se | Matthias Krüger | -4/+1048 |
| 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 | -7/+42 |
| 2022-01-13 | Fix lints documents | hafeoz | -5/+38 |
| 2022-01-13 | Auto merge of #92553 - m-ou-se:thread-join-simplify, r=Mark-Simulacrum | bors | -9/+9 |
| 2022-01-13 | Auto merge of #92526 - djc:rustdoc-askama, r=jsha | bors | -148/+127 |
| 2022-01-12 | Update RELEASES for 1.58. | Eric Huss | -10/+0 |
| 2022-01-12 | Bless tests. | Camille GILLOT | -199/+216 |