| Age | Commit message (Expand) | Author | Lines |
| 2022-02-04 | Rollup merge of #93593 - JulianKnodt:master, r=oli-obk | Matthias Krüger | -0/+31 |
| 2022-02-04 | Rollup merge of #92735 - GuillaumeGomez:crate-filter-url-param, r=jsha | Matthias Krüger | -0/+30 |
| 2022-02-03 | Add GUI test for crate filter URL parameter | Guillaume Gomez | -0/+30 |
| 2022-02-03 | Auto merge of #93621 - JohnTitor:rollup-1bcud0x, r=JohnTitor | bors | -0/+69 |
| 2022-02-03 | Fix ret > 1 bound if shadowed by const | kadmin | -0/+31 |
| 2022-02-03 | Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwco | Yuki Okushi | -0/+27 |
| 2022-02-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -0/+42 |
| 2022-02-03 | Auto merge of #92932 - ouz-a:master, r=oli-obk | bors | -0/+15 |
| 2022-02-03 | Auto merge of #93146 - workingjubilee:use-std-simd, r=Mark-Simulacrum | bors | -12/+37 |
| 2022-02-03 | Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472 | bors | -6/+6 |
| 2022-02-02 | Auto merge of #93101 - Mark-Simulacrum:library-backtrace, r=yaahc | bors | -0/+35 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -0/+35 |
| 2022-02-02 | Rollup merge of #93574 - compiler-errors:bad-let-suggestion, r=lcnr | Matthias Krüger | -0/+17 |
| 2022-02-02 | Rollup merge of #93571 - compiler-errors:better-where-suggestion, r=lcnr | Matthias Krüger | -0/+109 |
| 2022-02-02 | Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obk | Matthias Krüger | -0/+5 |
| 2022-02-02 | Rollup merge of #93221 - alyssaverkade:fix-93093, r=wesleywiser | Matthias Krüger | -0/+26 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -68/+193 |
| 2022-02-02 | better suggestion for duplicated `where` | Michael Goulet | -0/+109 |
| 2022-02-01 | don't suggest adding `let` due to expressions inside of `while` loop | Michael Goulet | -0/+17 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -0/+6 |
| 2022-02-02 | Rollup merge of #92788 - estebank:colon-colon, r=cjgillot | Matthias Krüger | -0/+60 |
| 2022-02-01 | Make rustc use `RUST_BACKTRACE=full` by default | Aaron Hill | -0/+27 |
| 2022-02-02 | Auto merge of #93466 - cjgillot:query-dead, r=nagisa | bors | -10/+10 |
| 2022-02-02 | Detect `::` -> `:` typo in type argument | Esteban Kuber | -0/+60 |
| 2022-02-01 | Auto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk | bors | -27/+111 |
| 2022-02-01 | Fix w/ comments | kadmin | -89/+189 |
| 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 | Make dead code check a query. | Camille GILLOT | -10/+10 |
| 2022-02-01 | Add test to ensure lifetime is not elided in type alias | Guillaume Gomez | -0/+5 |
| 2022-02-01 | fix for the issue #92464 | ouz-a | -0/+15 |
| 2022-02-01 | debuginfo: Make sure that type names for closure and generator environments a... | Michael Woerister | -68/+193 |
| 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 ValuePairs::Terms & Fix compile error | kadmin | -132/+100 |
| 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 | Improve wrapping on settings page | Jacob Hoffman-Andrews | -0/+6 |