| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Rollup merge of #93061 - estebank:macr-suggestion, r=cjgillot | Matthias Krüger | -23/+68 |
| 2022-01-20 | Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakis | Matthias Krüger | -80/+413 |
| 2022-01-19 | Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser | Matthias Krüger | -0/+39 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -23/+68 |
| 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 | Respond to code review comments | Eric Holk | -4/+69 |
| 2022-01-18 | Safely handle partial drops | Eric Holk | -2/+83 |
| 2022-01-18 | Update async-fn-nonsend.rs | Eric Holk | -5/+43 |
| 2022-01-18 | Handle uninhabited return types | Eric Holk | -29/+3 |
| 2022-01-18 | Handle empty loops better | Eric Holk | -4/+12 |
| 2022-01-18 | Handle reinits in match guards | Eric Holk | -0/+25 |
| 2022-01-18 | Update stderr files | Eric Holk | -5/+5 |
| 2022-01-18 | Address code review comments | Eric Holk | -0/+21 |
| 2022-01-18 | Update async-fn-nonsend.stderr | Eric Holk | -29/+6 |
| 2022-01-18 | Handle more cases with conditionally initialized/dropped values | Eric Holk | -2/+42 |
| 2022-01-18 | Basic loop support | Eric Holk | -1/+1 |
| 2022-01-18 | Support reinitialization of variables | Eric Holk | -22/+81 |
| 2022-01-18 | Support conditional drops | Eric Holk | -0/+22 |
| 2022-01-18 | Attribute drop to parent expression of the consume point | Eric Holk | -8/+40 |
| 2022-01-18 | Make generator and async-await tests pass | Eric Holk | -3/+2 |
| 2022-01-18 | Track drops across multiple yields | Eric Holk | -0/+40 |
| 2022-01-18 | Track drop points in generator_interior | Eric Holk | -69/+7 |
| 2022-01-18 | Add test case for #57478 | Eric Holk | -0/+14 |
| 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 |