about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-12-20Rollup merge of #119135 - celinval:smir-small-changes, r=compiler-errorsMatthias Krüger-2/+94
2023-12-20Add method to get instance instantiation argumentsCelina G. Val-0/+15
2023-12-20Add `ItemKind::Ctor` to stable mirCelina G. Val-11/+22
2023-12-20Add a small test for the case that was crashingCelina G. Val-0/+78
2023-12-20Fix crash for `CrateItem::kind()` with constructorsCelina G. Val-5/+8
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-200/+194
2023-12-20Auto merge of #119037 - RalfJung:repr-c-abi-mismatch, r=scottmcmbors-2/+33
2023-12-20resolve: Stop feeding visibilities for import list stemsVadim Petrochenkov-2/+21
2023-12-20E0761: module directory has .rs suffixalef-1/+1
2023-12-20Auto merge of #119166 - GuillaumeGomez:rollup-qfgj76w, r=GuillaumeGomezbors-41/+150
2023-12-20Rollup merge of #119159 - petrochenkov:llvmup, r=nikicGuillaume Gomez-0/+0
2023-12-20Rollup merge of #119155 - Zalathar:async-fn, r=compiler-errorsGuillaume Gomez-40/+130
2023-12-20Rollup merge of #119115 - GuillaumeGomez:env-docs, r=NilstriebGuillaume Gomez-1/+20
2023-12-20Add link to explanations about dep-info filesGuillaume Gomez-1/+2
2023-12-20Auto merge of #119136 - petrochenkov:feedvis3, r=WaffleLapkinbors-22/+23
2023-12-20Update LLVM submoduleVadim Petrochenkov-0/+0
2023-12-20Reveal opaque types in exhaustiveness checkingNadrieril-42/+76
2023-12-20Add testsNadrieril-0/+217
2023-12-20Auto merge of #119134 - petrochenkov:feedvis2, r=compiler-errorsbors-2/+45
2023-12-20resolve: Eagerly feed closure visibilitiesVadim Petrochenkov-22/+23
2023-12-20Auto merge of #119156 - matthiaskrgr:rollup-482ow65, r=matthiaskrgrbors-267/+1419
2023-12-20Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errorsMatthias Krüger-12/+3
2023-12-20Rollup merge of #119102 - chrisnc:arm-none-eabi-docs, r=wesleywiserMatthias Krüger-106/+176
2023-12-20Rollup merge of #119094 - celinval:smir-layout, r=compiler-errorsMatthias Krüger-25/+796
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-104/+269
2023-12-20Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoeristerMatthias Krüger-12/+16
2023-12-20Rollup merge of #118691 - chfogelman:improve-cstr-error, r=fmeaseMatthias Krüger-7/+158
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-20coverage: Add a test for `async` blocksZalathar-0/+104
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-20Auto merge of #106790 - the8472:rawvec-niche, r=scottmcmbors-31/+86
2023-12-19Add additional tests and update existing testsEric Holk-2/+111
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-40/+51
2023-12-19Fix a release note typoJosh Stone-1/+1
2023-12-19Move exhaustive usize matching to langJosh Stone-1/+1
2023-12-19Fix a release note typoJosh Stone-1/+1
2023-12-19Add release notes for 1.75.0Josh Stone-0/+125
2023-12-19Improve compiler error for c-strings in pre-2021Carter Hunt Fogelman-7/+158
2023-12-19update natvis to match changed RawVec structureThe 8472-4/+4
2023-12-19Auto merge of #119112 - Nadrieril:remove-target_blocks-hack, r=matthewjasperbors-92/+86
2023-12-19Desugar for await loopsEric Holk-30/+125
2023-12-19Plumb awaitness of for loopsEric Holk-53/+137
2023-12-19resolve: Feed visibilities for unresolved trait impl itemsVadim Petrochenkov-2/+45
2023-12-19rustc_codegen_ssa: Don't let `IncorrectCguReuseType` errors get lostMartin Nordholts-12/+16
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-17/+53
2023-12-19Auto merge of #118842 - Nadrieril:librarify-further, r=compiler-errorsbors-473/+720