| Age | Commit message (Expand) | Author | Lines |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -53/+94 |
| 2022-02-02 | Rollup merge of #93560 - steffahn:a_typo, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-02-02 | Rollup merge of #93559 - danielframpton:link-args-typo, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-02 | Rollup merge of #92788 - estebank:colon-colon, r=cjgillot | Matthias Krüger | -1/+42 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -23/+52 |
| 2022-02-02 | Detect `::` -> `:` typo in type argument | Esteban Kuber | -1/+42 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -154/+268 |
| 2022-02-01 | Fix two incorrect "it's" | Frank Steffahn | -2/+2 |
| 2022-02-01 | Add missing | between print options | Daniel Frampton | -1/+1 |
| 2022-02-01 | Fix w/ comments | kadmin | -110/+92 |
| 2022-02-01 | Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr | bors | -165/+526 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -18/+5 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -28/+303 |
| 2022-02-01 | Rollup merge of #92584 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -79/+195 |
| 2022-02-01 | Rollup merge of #92021 - woodenarrow:br_single_fp_element, r=Mark-Simulacrum | Matthias Krüger | -40/+22 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-02-01 | Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelix | bors | -12/+18 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -23/+52 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -18/+5 |
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments a... | Michael Woerister | -53/+94 |
| 2022-02-01 | review + rebase | lcnr | -5/+6 |
| 2022-02-01 | rustfmt is broken, manually reduce line length | lcnr | -2/+7 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -77/+187 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -3/+268 |
| 2022-02-01 | update `FutureIncompatibilityReason` | lcnr | -25/+35 |
| 2022-02-01 | Auto merge of #93534 - ehuss:rollup-9ecozo9, r=ehuss | bors | -18/+71 |
| 2022-01-31 | Rollup merge of #93513 - dtolnay:linewidth, r=nagisa | Eric Huss | -7/+9 |
| 2022-01-31 | Rollup merge of #93456 - bjorn3:remove_unnecessary_unsafe, r=michaelwoerister | Eric Huss | -4/+3 |
| 2022-01-31 | Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiser | Eric Huss | -0/+25 |
| 2022-01-31 | Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726 | Eric Huss | -7/+34 |
| 2022-02-01 | Auto merge of #93259 - eddyb:diagbld-scalar-pair, r=jackh726 | bors | -155/+87 |
| 2022-02-01 | Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,... | bors | -0/+23 |
| 2022-01-31 | Auto merge of #93381 - tmiasko:is-self-recursive, r=ecstatic-morse | bors | -4/+10 |
| 2022-01-31 | Add FIXME comment | Fabian Wolff | -0/+3 |
| 2022-01-31 | Allow any line to have at least 60 chars | David Tolnay | -1/+4 |
| 2022-01-31 | Extract constant MARGIN out of Printer struct | David Tolnay | -7/+6 |
| 2022-01-31 | Add ValuePairs::Terms & Fix compile error | kadmin | -49/+43 |
| 2022-01-31 | Fix suggestion to slice if scrutinee is a `Result` or `Option` | Fabian Wolff | -7/+31 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -63/+82 |
| 2022-01-31 | Write UI tests, tweak message | 5225225 | -3/+2 |
| 2022-01-31 | Remove two unnecessary transmutes from opaque Encoder and Decoder | bjorn3 | -4/+3 |
| 2022-01-31 | Do not store overlap_mode, just pass it down on insert | Santiago Pastorino | -16/+6 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -63/+92 |
| 2022-01-31 | Auto merge of #93373 - spastorino:def_id_to_hir_id_refactor, r=oli-obk | bors | -95/+116 |
| 2022-01-31 | Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgr | bors | -70/+155 |
| 2022-01-31 | Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwco | Matthias Krüger | -4/+51 |
| 2022-01-31 | Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwco | Matthias Krüger | -4/+4 |
| 2022-01-31 | Rollup merge of #93214 - ibraheemdev:issue-93210, r=davidtwco | Matthias Krüger | -9/+32 |
| 2022-01-31 | Rollup merge of #93155 - dtolnay:blockindent, r=nagisa | Matthias Krüger | -32/+69 |
| 2022-01-31 | Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisa | Matthias Krüger | -9/+19 |