| Age | Commit message (Expand) | Author | Lines |
| 2022-02-02 | Make a span more useful | Oli Scherer | -12/+5 |
| 2022-02-02 | Guess head span of async blocks | Oli Scherer | -16/+5 |
| 2022-02-02 | undo a useless change | Oli Scherer | -3/+4 |
| 2022-02-02 | Hide further opaque type errors if items that could constrain the opaque type... | Oli Scherer | -123/+34 |
| 2022-02-02 | Add some tests to show what happens when you compare two opaque types that ar... | Oli Scherer | -0/+64 |
| 2022-02-02 | Update an outdated test explanation | Oli Scherer | -2/+2 |
| 2022-02-02 | Test recursive TAIT declarations | Oli Scherer | -0/+80 |
| 2022-02-02 | Eagerly merge hidden types. | Oli Scherer | -44/+80 |
| 2022-02-02 | Stop generating inference vars for nested impl trait and let type equality ha... | Oli Scherer | -34/+70 |
| 2022-02-02 | Register member constraints on the final merged hidden type | Oli Scherer | -52/+33 |
| 2022-02-02 | bless | Oli Scherer | -5/+5 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -1395/+1571 |
| 2022-02-02 | Add a convenient way to inject rustc flags somewhere late in the bootstrap pi... | Oli Scherer | -0/+6 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -68/+193 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -8/+16 |
| 2022-02-02 | Rollup merge of #92788 - estebank:colon-colon, r=cjgillot | Matthias Krüger | -0/+60 |
| 2022-02-02 | Rollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write, r=GuillaumeGomez | Matthias Krüger | -2/+18 |
| 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 | -73/+292 |
| 2022-02-01 | Rollup merge of #93290 - lcnr:same_type, r=jackh726 | Matthias Krüger | -32/+25 |
| 2022-02-01 | Rollup merge of #93267 - lcnr:auto-trait-lint, r=nikomatsakis | Matthias Krüger | -30/+118 |
| 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 | librustdoc: render: use render_into instead of creating a temp string | Muhammad Falak R Wani | -2/+1 |
| 2022-02-01 | librustdoc: inline and forward all methods for `impl Write for Buffer` | Muhammad Falak R Wani | -0/+11 |
| 2022-02-01 | librustdoc: impl core::fmt::Write for rustdoc::html::render::Buffer | Muhammad Falak R Wani | -0/+6 |
| 2022-02-01 | Make dead code check a query. | Camille GILLOT | -10/+10 |
| 2022-02-01 | remove `TyS::same_type` | lcnr | -32/+25 |
| 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 | silence lint in clippy | lcnr | -26/+27 |
| 2022-02-01 | implement lint for suspicious auto trait impls | lcnr | -4/+91 |
| 2022-02-01 | Auto merge of #93534 - ehuss:rollup-9ecozo9, r=ehuss | bors | -13/+366 |
| 2022-01-31 | Rollup merge of #93533 - ehuss:update-cargo, r=ehuss | Eric Huss | -0/+0 |
| 2022-02-01 | Update cargo | Eric Huss | -0/+0 |
| 2022-01-31 | Rollup merge of #93532 - ehuss:update-books, r=ehuss | Eric Huss | -0/+0 |
| 2022-02-01 | Update books | Eric Huss | -0/+0 |
| 2022-01-31 | Rollup merge of #93513 - dtolnay:linewidth, r=nagisa | Eric Huss | -7/+4 |
| 2022-01-31 | Rollup merge of #93492 - Mark-Simulacrum:shorter-failure-output, r=ehuss | Eric Huss | -6/+6 |
| 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 #93259 - eddyb:diagbld-scalar-pair, r=jackh726 | bors | -1/+1 |
| 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 |