| Age | Commit message (Expand) | Author | Lines |
| 2022-02-01 | Auto merge of #93548 - matthiaskrgr:rollup-f7dkn3p, r=matthiaskrgr | bors | -15/+240 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -4/+91 |
| 2022-02-01 | Rollup merge of #92584 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+95 |
| 2022-02-01 | Rollup merge of #86374 - bossmc:enable-static-pie-for-gnu, r=nagisa | Matthias Krüger | -11/+54 |
| 2022-02-01 | Auto merge of #93284 - eholk:disable-drop-range-analysis, r=pnkfelix | bors | -0/+15 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+95 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -4/+91 |
| 2022-01-31 | Rollup merge of #93513 - dtolnay:linewidth, r=nagisa | Eric Huss | -7/+4 |
| 2022-01-31 | Rollup merge of #93019 - 5225225:uppercase-suffix, r=wesleywiser | Eric Huss | -0/+252 |
| 2022-01-31 | Rollup merge of #91343 - FabianWolff:issue-91328-as-deref, r=jackh726 | Eric Huss | -0/+104 |
| 2022-02-01 | Auto merge of #93386 - WaffleLapkin:rustc_must_implement_one_of_check_target,... | bors | -1/+27 |
| 2022-01-31 | Bless all pretty printer tests and ui tests | David Tolnay | -7/+4 |
| 2022-01-31 | Add match on `Vec<_>` to `ui/typeck/issue-91328.rs` test | Fabian Wolff | -1/+30 |
| 2022-01-31 | Fix suggestion to slice if scrutinee is a `Result` or `Option` | Fabian Wolff | -0/+75 |
| 2022-01-31 | Auto merge of #93348 - spastorino:fix-perf-overlap-mode2, r=nikomatsakis | bors | -12/+29 |
| 2022-01-31 | Write UI tests, tweak message | 5225225 | -0/+252 |
| 2022-01-31 | Move overlap_mode into trait level attribute + feature flag | Santiago Pastorino | -12/+29 |
| 2022-01-31 | Auto merge of #93498 - matthiaskrgr:rollup-k5shwrc, r=matthiaskrgr | bors | -231/+353 |
| 2022-01-31 | Rollup merge of #93461 - dtolnay:fmtyield, r=davidtwco | Matthias Krüger | -0/+33 |
| 2022-01-31 | Rollup merge of #93395 - camelid:reserved-sugg, r=davidtwco | Matthias Krüger | -130/+130 |
| 2022-01-31 | Rollup merge of #93214 - ibraheemdev:issue-93210, r=davidtwco | Matthias Krüger | -0/+43 |
| 2022-01-31 | Rollup merge of #93155 - dtolnay:blockindent, r=nagisa | Matthias Krüger | -231/+207 |
| 2022-01-31 | Rollup merge of #93039 - terrarier2111:fix-field-help, r=nagisa | Matthias Krüger | -0/+30 |
| 2022-01-31 | Rollup merge of #92918 - compiler-errors:gat-expr-lifetime-elision, r=jackh726 | Matthias Krüger | -0/+73 |
| 2022-01-30 | Restore a visual alignment mode for block comments | David Tolnay | -3/+3 |
| 2022-01-30 | Bless all pretty printer tests and ui tests | David Tolnay | -234/+210 |
| 2022-01-31 | Auto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum | bors | -21/+25 |
| 2022-01-30 | Mac calls | David Tolnay | -2/+12 |
| 2022-01-30 | Add regression test for issue 93274 | David Tolnay | -0/+23 |
| 2022-01-30 | Rollup merge of #93475 - GuillaumeGomez:theme-in-history, r=jsha | Eric Huss | -0/+25 |
| 2022-01-30 | Rollup merge of #93183 - jsha:mobile-nav-fixes, r=GuillaumeGomez | Eric Huss | -1/+10 |
| 2022-01-30 | Rollup merge of #92908 - dtolnay:rustdoc, r=GuillaumeGomez | Eric Huss | -7/+53 |
| 2022-01-30 | Add test to ensure that theme is applied correctly when going back in history | Guillaume Gomez | -0/+25 |
| 2022-01-29 | rustdoc: small fixes to mobile navigation | Jacob Hoffman-Andrews | -1/+10 |
| 2022-01-30 | Rollup merge of #93441 - notriddle:notriddle/collect-crate-doc-links-very-ear... | Matthias Krüger | -0/+30 |
| 2022-01-30 | Rollup merge of #93362 - compiler-errors:ice-gat-in-rpit, r=oli-obk | Matthias Krüger | -0/+20 |
| 2022-01-30 | Rollup merge of #93358 - compiler-errors:is-not-const, r=fee1-dead | Matthias Krüger | -0/+40 |
| 2022-01-29 | Auto merge of #93457 - matthiaskrgr:rollup-e43ry1l, r=matthiaskrgr | bors | -5/+229 |
| 2022-01-29 | Create `core::fmt::ArgumentV1` with generics instead of fn pointer | Gary Guo | -21/+25 |
| 2022-01-29 | Rollup merge of #93453 - GuillaumeGomez:theme-change-test, r=jsha | Matthias Krüger | -0/+16 |
| 2022-01-29 | Rollup merge of #93299 - GuillaumeGomez:dot-separator-no-source, r=jsha | Matthias Krüger | -0/+23 |
| 2022-01-29 | Rollup merge of #92274 - woppopo:const_deallocate, r=oli-obk | Matthias Krüger | -3/+186 |
| 2022-01-29 | Rollup merge of #88205 - danii:e0772, r=GuillaumeGomez | Matthias Krüger | -2/+4 |
| 2022-01-29 | Auto merge of #92312 - BGR360:needs-test, r=Mark-Simulacrum | bors | -0/+118 |
| 2022-01-29 | Document about some behaviors of `const_(de)allocate` and add some tests. | woppopo | -0/+33 |
| 2022-01-29 | Extend theme change GUI test | Guillaume Gomez | -0/+16 |
| 2022-01-28 | Add test for old ICE in #89066 | Ben Reeves | -0/+67 |
| 2022-01-28 | Add test for old ICE in #91594 | Ben Reeves | -0/+34 |
| 2022-01-28 | Add test for old ICE | Ben Reeves | -0/+17 |
| 2022-01-28 | Auto merge of #93427 - matthiaskrgr:rollup-esd3ixl, r=matthiaskrgr | bors | -0/+36 |