| Age | Commit message (Expand) | Author | Lines |
| 2023-12-22 | Use `IntoAsyncIterator` in `for await` loop desugaring | Eric Holk | -1/+20 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -59/+162 |
| 2023-12-22 | Auto merge of #116821 - Nadrieril:fix-opaque-ice, r=compiler-errors | bors | -33/+37 |
| 2023-12-22 | Auto merge of #119173 - compiler-errors:direct-coro-kind, r=TaKO8Ki | bors | -4/+19 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -163/+166 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -688/+574 |
| 2023-12-21 | Rollup merge of #119176 - leohowell:fix-apple-watchos-target-name-error, r=lqd | Matthias Krüger | -1/+1 |
| 2023-12-21 | Rollup merge of #119154 - surechen:fix_119067, r=fmease | Matthias Krüger | -8/+9 |
| 2023-12-21 | Fix name error in aarch64_apple_watchos tier 3 target | Leo Howell | -1/+1 |
| 2023-12-21 | Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiser | bors | -1/+1 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -8/+9 |
| 2023-12-21 | Encode CoroutineKind directly | Michael Goulet | -4/+19 |
| 2023-12-20 | Rollup merge of #119168 - petrochenkov:feedvis4, r=compiler-errors | Matthias Krüger | -2/+7 |
| 2023-12-20 | Rollup merge of #119167 - alef:patch-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-12-20 | Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler... | Matthias Krüger | -28/+37 |
| 2023-12-20 | Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2023-12-20 | Add method to get instance instantiation arguments | Celina G. Val | -0/+15 |
| 2023-12-20 | Add `ItemKind::Ctor` to stable mir | Celina G. Val | -9/+14 |
| 2023-12-20 | Fix crash for `CrateItem::kind()` with constructors | Celina G. Val | -5/+8 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -163/+166 |
| 2023-12-20 | resolve: Stop feeding visibilities for import list stems | Vadim Petrochenkov | -2/+7 |
| 2023-12-20 | E0761: module directory has .rs suffix | alef | -1/+1 |
| 2023-12-20 | Auto merge of #119166 - GuillaumeGomez:rollup-qfgj76w, r=GuillaumeGomez | bors | -40/+26 |
| 2023-12-20 | Rollup merge of #119155 - Zalathar:async-fn, r=compiler-errors | Guillaume Gomez | -40/+26 |
| 2023-12-20 | Auto merge of #119136 - petrochenkov:feedvis3, r=WaffleLapkin | bors | -22/+23 |
| 2023-12-20 | Reveal opaque types in exhaustiveness checking | Nadrieril | -33/+37 |
| 2023-12-20 | Auto merge of #119134 - petrochenkov:feedvis2, r=compiler-errors | bors | -2/+8 |
| 2023-12-20 | resolve: Eagerly feed closure visibilities | Vadim Petrochenkov | -22/+23 |
| 2023-12-20 | Auto merge of #119156 - matthiaskrgr:rollup-482ow65, r=matthiaskrgr | bors | -146/+920 |
| 2023-12-20 | Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errors | Matthias Krüger | -12/+3 |
| 2023-12-20 | Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors | Matthias Krüger | -21/+650 |
| 2023-12-20 | Rollup merge of #119089 - fmease:dont-ice-on-tilde-const-non-const-trait, r=f... | Matthias Krüger | -1/+1 |
| 2023-12-20 | Rollup merge of #119071 - lcnr:overflowo, r=compiler-errors | Matthias Krüger | -103/+235 |
| 2023-12-20 | Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoerister | Matthias Krüger | -2/+2 |
| 2023-12-20 | Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmease | Matthias Krüger | -7/+29 |
| 2023-12-20 | coverage: Check for `async fn` explicitly, without needing a heuristic | Zalathar | -12/+11 |
| 2023-12-20 | coverage: Pass around `&ExtractedHirInfo` instead of individual fields | Zalathar | -29/+16 |
| 2023-12-20 | Auto merge of #119118 - arttet:feature/fix-arm64e-targets, r=petrochenkov | bors | -10/+5 |
| 2023-12-20 | Auto merge of #119096 - compiler-errors:yeet-unnecessary-param-envs, r=lcnr | bors | -108/+48 |
| 2023-12-19 | Add additional tests and update existing tests | Eric Holk | -1/+2 |
| 2023-12-20 | Give `VariantData::Struct` named fields, to clairfy `recovered`. | Alona Enraght-Moony | -28/+37 |
| 2023-12-19 | Improve compiler error for c-strings in pre-2021 | Carter Hunt Fogelman | -7/+29 |
| 2023-12-19 | Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasper | bors | -71/+65 |
| 2023-12-19 | Desugar for await loops | Eric Holk | -30/+100 |
| 2023-12-19 | Plumb awaitness of for loops | Eric Holk | -33/+65 |
| 2023-12-19 | resolve: Feed visibilities for unresolved trait impl items | Vadim Petrochenkov | -2/+8 |
| 2023-12-19 | rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lost | Martin Nordholts | -2/+2 |
| 2023-12-19 | Auto merge of #119084 - aliemjay:perf-env-bounds, r=compiler-errors | bors | -2/+12 |
| 2023-12-19 | Fix c_variadic flag and add opaque info to PassMode | Celina G. Val | -13/+23 |
| 2023-12-19 | Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errors | bors | -473/+712 |