about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-22Use `IntoAsyncIterator` in `for await` loop desugaringEric Holk-1/+20
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-59/+162
2023-12-22Auto merge of #116821 - Nadrieril:fix-opaque-ice, r=compiler-errorsbors-33/+37
2023-12-22Auto merge of #119173 - compiler-errors:direct-coro-kind, r=TaKO8Kibors-4/+19
2023-12-22Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...bors-163/+166
2023-12-22Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errorsbors-688/+574
2023-12-21Rollup merge of #119176 - leohowell:fix-apple-watchos-target-name-error, r=lqdMatthias Krüger-1/+1
2023-12-21Rollup merge of #119154 - surechen:fix_119067, r=fmeaseMatthias Krüger-8/+9
2023-12-21Fix name error in aarch64_apple_watchos tier 3 targetLeo Howell-1/+1
2023-12-21Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiserbors-1/+1
2023-12-21Simple modification of diagnostic informationsurechen-8/+9
2023-12-21Encode CoroutineKind directlyMichael Goulet-4/+19
2023-12-20Rollup merge of #119168 - petrochenkov:feedvis4, r=compiler-errorsMatthias Krüger-2/+7
2023-12-20Rollup merge of #119167 - alef:patch-1, r=compiler-errorsMatthias Krüger-1/+1
2023-12-20Rollup merge of #119145 - aDotInTheVoid:variantdata-struct-struct, r=compiler...Matthias Krüger-28/+37
2023-12-20Rollup merge of #119141 - celinval:smir-instance-args, r=compiler-errorsMatthias Krüger-0/+15
2023-12-20Add method to get instance instantiation argumentsCelina G. Val-0/+15
2023-12-20Add `ItemKind::Ctor` to stable mirCelina G. Val-9/+14
2023-12-20Fix crash for `CrateItem::kind()` with constructorsCelina G. Val-5/+8
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-163/+166
2023-12-20resolve: Stop feeding visibilities for import list stemsVadim Petrochenkov-2/+7
2023-12-20E0761: module directory has .rs suffixalef-1/+1
2023-12-20Auto merge of #119166 - GuillaumeGomez:rollup-qfgj76w, r=GuillaumeGomezbors-40/+26
2023-12-20Rollup merge of #119155 - Zalathar:async-fn, r=compiler-errorsGuillaume Gomez-40/+26
2023-12-20Auto merge of #119136 - petrochenkov:feedvis3, r=WaffleLapkinbors-22/+23
2023-12-20Reveal opaque types in exhaustiveness checkingNadrieril-33/+37
2023-12-20Auto merge of #119134 - petrochenkov:feedvis2, r=compiler-errorsbors-2/+8
2023-12-20resolve: Eagerly feed closure visibilitiesVadim Petrochenkov-22/+23
2023-12-20Auto merge of #119156 - matthiaskrgr:rollup-482ow65, r=matthiaskrgrbors-146/+920
2023-12-20Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errorsMatthias Krüger-12/+3
2023-12-20Rollup merge of #119094 - celinval:smir-layout, r=compiler-errorsMatthias Krüger-21/+650
2023-12-20Rollup merge of #119089 - fmease:dont-ice-on-tilde-const-non-const-trait, r=f...Matthias Krüger-1/+1
2023-12-20Rollup merge of #119071 - lcnr:overflowo, r=compiler-errorsMatthias Krüger-103/+235
2023-12-20Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoeristerMatthias Krüger-2/+2
2023-12-20Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmeaseMatthias Krüger-7/+29
2023-12-20coverage: Check for `async fn` explicitly, without needing a heuristicZalathar-12/+11
2023-12-20coverage: Pass around `&ExtractedHirInfo` instead of individual fieldsZalathar-29/+16
2023-12-20Auto merge of #119118 - arttet:feature/fix-arm64e-targets, r=petrochenkovbors-10/+5
2023-12-20Auto merge of #119096 - compiler-errors:yeet-unnecessary-param-envs, r=lcnrbors-108/+48
2023-12-19Add additional tests and update existing testsEric Holk-1/+2
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-28/+37
2023-12-19Improve compiler error for c-strings in pre-2021Carter Hunt Fogelman-7/+29
2023-12-19Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasperbors-71/+65
2023-12-19Desugar for await loopsEric Holk-30/+100
2023-12-19Plumb awaitness of for loopsEric Holk-33/+65
2023-12-19resolve: Feed visibilities for unresolved trait impl itemsVadim Petrochenkov-2/+8
2023-12-19rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lostMartin Nordholts-2/+2
2023-12-19Auto merge of #119084 - aliemjay:perf-env-bounds, r=compiler-errorsbors-2/+12
2023-12-19Fix c_variadic flag and add opaque info to PassModeCelina G. Val-13/+23
2023-12-19Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errorsbors-473/+712