| Age | Commit message (Expand) | Author | Lines |
| 2022-01-19 | Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser | Matthias Krüger | -0/+39 |
| 2022-01-19 | Rollup merge of #92783 - FabianWolff:issue-92726, r=nikomatsakis | Matthias Krüger | -0/+33 |
| 2022-01-19 | Rollup merge of #88642 - c410-f3r:let_chains_2, r=matthewjasper | Matthias Krüger | -304/+463 |
| 2022-01-18 | Formally implement let chains | Caio | -304/+463 |
| 2022-01-18 | Rollup merge of #92780 - b-naber:postpone-const-eval-coherence, r=lcnr | Matthias Krüger | -4/+40 |
| 2022-01-18 | Rollup merge of #92425 - calebzulawski:simd-cast, r=workingjubilee | Matthias Krüger | -0/+69 |
| 2022-01-18 | Rollup merge of #91150 - dtolnay:qpath, r=davidtwco | Matthias Krüger | -1/+13 |
| 2022-01-18 | Rollup merge of #90782 - ricobbe:binutils-dlltool, r=michaelwoerister | Matthias Krüger | -60/+10 |
| 2022-01-18 | Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk | bors | -30/+138 |
| 2022-01-18 | Rollup merge of #92997 - woppopo:test92114, r=Mark-Simulacrum | Matthias Krüger | -3/+23 |
| 2022-01-18 | Rollup merge of #92701 - ehuss:even-more-attr-validation, r=matthewjasper | Matthias Krüger | -161/+327 |
| 2022-01-18 | Rollup merge of #92640 - compiler-errors:array-deref-on-newtype, r=lcnr | Matthias Krüger | -0/+44 |
| 2022-01-17 | Update with final comments | kadmin | -24/+5 |
| 2022-01-17 | Add term to ExistentialProjection | kadmin | -8/+118 |
| 2022-01-17 | Update term for use in more places | kadmin | -1/+1 |
| 2022-01-17 | Rollup merge of #92164 - WaffleLapkin:rustc_must_implement_one_of_attr, r=Aar... | Matthias Krüger | -0/+256 |
| 2022-01-17 | Use Term in ProjectionPredicate | kadmin | -38/+41 |
| 2022-01-17 | add eq constraints on associated constants | kadmin | -0/+14 |
| 2022-01-17 | add and update tests | b-naber | -4/+40 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -1535/+106 |
| 2022-01-17 | Add `~const` bound test for negative impls | woppopo | -3/+23 |
| 2022-01-17 | Auto merge of #92996 - matthiaskrgr:rollup-50wpzva, r=matthiaskrgr | bors | -54/+116 |
| 2022-01-17 | Rollup merge of #92876 - compiler-errors:fix-turbofish-lifetime-suggestion, r... | Matthias Krüger | -44/+85 |
| 2022-01-17 | Rollup merge of #92808 - compiler-errors:wrap-struct-shorthand-field-in-varia... | Matthias Krüger | -10/+31 |
| 2022-01-17 | Auto merge of #92473 - petrochenkov:ltrattr2, r=Aaron1011 | bors | -24/+12 |
| 2022-01-16 | Rollup merge of #92746 - estebank:question-mark-in-type, r=davidtwco | Matthias Krüger | -34/+68 |
| 2022-01-16 | Rollup merge of #92710 - jackh726:issue-92280, r=nikomatsakis | Matthias Krüger | -0/+73 |
| 2022-01-16 | Rollup merge of #92487 - dtolnay:traitalias, r=matthewjasper | Matthias Krüger | -1/+1 |
| 2022-01-15 | Add nll revision for issue-92096 test that passes | Jack Huey | -7/+9 |
| 2022-01-16 | Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc | bors | -0/+36 |
| 2022-01-15 | Use span of ignored impls for explanatory note | Fabian Wolff | -20/+25 |
| 2022-01-15 | Auto merge of #92441 - cjgillot:resolve-trait-impl-item, r=matthewjasper | bors | -251/+260 |
| 2022-01-15 | Rollup merge of #92892 - compiler-errors:const-param-env-for-const-block, r=f... | Matthias Krüger | -0/+38 |
| 2022-01-15 | Rollup merge of #92865 - jackh726:gats-outlives-no-static, r=nikomatsakis | Matthias Krüger | -0/+13 |
| 2022-01-14 | Don't use source-map when detecting struct field shorthand | Michael Goulet | -2/+2 |
| 2022-01-14 | Fix `try wrapping expression in variant` suggestion with struct field shorthand | Michael Goulet | -9/+30 |
| 2022-01-15 | Rollup merge of #92875 - BoxyUwU:infer_arg_opt_const_param_of, r=lcnr | Matthias Krüger | -11/+15 |
| 2022-01-15 | Rollup merge of #92191 - jackh726:issue-89352, r=nikomatsakis | Matthias Krüger | -8/+40 |
| 2022-01-14 | Do not fail evaluation in const blocks | Michael Goulet | -0/+38 |
| 2022-01-14 | Auto merge of #92883 - matthiaskrgr:rollup-uoudywx, r=matthiaskrgr | bors | -17/+69 |
| 2022-01-14 | Do not use `HashSet` for `#[rustc_must_implement_one_of]` | Maybe Waffle | -3/+3 |
| 2022-01-14 | Check for duplicate arguments in `#[rustc_must_implement_one_of]` | Maybe Waffle | -0/+53 |
| 2022-01-14 | Rollup merge of #92810 - compiler-errors:deduplicate-box-deref-suggestion, r=... | Matthias Krüger | -15/+27 |
| 2022-01-14 | Rollup merge of #92381 - ThePuzzlemaker:issue-92308, r=estebank | Matthias Krüger | -2/+42 |
| 2022-01-14 | Auto merge of #92781 - lambinoo:I-92755-no-mir-missing-reachable, r=petrochenkov | bors | -0/+27 |
| 2022-01-13 | Fix suggesting turbofish with lifetime arguments | Michael Goulet | -44/+85 |
| 2022-01-14 | Auto merge of #92844 - matthiaskrgr:rollup-z5wb6yi, r=matthiaskrgr | bors | -57/+3 |
| 2022-01-14 | fix: set struct/union/enum fields/variants as reachable when item is | Lamb | -0/+27 |
| 2022-01-14 | fix bug | Ellen | -11/+15 |
| 2022-01-14 | Parse `Ty?` as `Option<Ty>` and provide structured suggestion | Esteban Kuber | -34/+68 |