about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-01-20Rollup merge of #135776 - bjorn3:sync_cg_clif-2025-01-20, r=bjorn3Matthias Krüger-5/+12
2025-01-20Rollup merge of #135333 - vayunbiyani:test-environment, r=RalfJungMatthias Krüger-0/+1
2025-01-20Rollup merge of #135330 - bjorn3:respect_sysroot_in_version_printing, r=lqdMatthias Krüger-19/+31
2025-01-20Auto merge of #135769 - jieyouxu:rollup-3h384pz, r=jieyouxubors-24/+15
2025-01-20Respect --target in get_backend_from_raw_matchesbjorn3-9/+15
2025-01-20Merge commit '728bc27f32c05ac8a9b5eb33fd101e479072984f' into sync_cg_clif-202...bjorn3-5/+12
2025-01-20Auto merge of #135643 - khuey:135332, r=jieyouxubors-52/+35
2025-01-20Updated several files to use rust intrinsic macros instead of the legacy exte...vayunbiyani-0/+1
2025-01-20Rollup merge of #135676 - yotamofek:resolve-cleanups, r=BoxyUwU许杰友 Jieyou Xu (Joe)-24/+15
2025-01-20Auto merge of #135754 - jieyouxu:rollup-j4q1hpr, r=jieyouxubors-113/+218
2025-01-20rustc_resolve: use structured fields in tracesYotam Ofek-24/+15
2025-01-20Rollup merge of #135310 - estebank:issue-135289, r=Nadrieril许杰友 Jieyou Xu (Joe)-8/+1
2025-01-20Rollup merge of #135237 - dianne:match-2024-cleanup, r=Nadrieril许杰友 Jieyou Xu (Joe)-74/+146
2025-01-20Rollup merge of #134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii许杰友 Jieyou Xu (Joe)-42/+9
2025-01-20Rollup merge of #135747 - ehuss:filename-quote, r=SparrowLii许杰友 Jieyou Xu (Joe)-6/+6
2025-01-20Rollup merge of #135738 - yotamofek:map_or_true-compiler, r=compiler-errors许杰友 Jieyou Xu (Joe)-69/+67
2025-01-20Rollup merge of #135700 - estebank:priv-field-dfv, r=wesleywiser许杰友 Jieyou Xu (Joe)-38/+145
2025-01-19elaborate/clarify the comments on `InheritedRefMatchRule`'s variantsdianne-8/+9
2025-01-19Add debug-assertions for assumptions about enabled typing rulesdianne-0/+2
2025-01-19Add comments explaining inherited references dianne-1/+5
2025-01-19Rename FileName::QuoteExpansion to CfgSpecEric Huss-6/+6
2025-01-19Manual cleanup of some `is_{or_none|some_and}` usagesYotam Ofek-8/+12
2025-01-19Run `clippy --fix` for `unnecessary_map_or` lintYotam Ofek-67/+61
2025-01-19fully de-stabilize all custom inner attributesRalf Jung-42/+9
2025-01-19When LLVM's location discriminator value limit is exceeded, emit locations wi...Kyle Huey-52/+35
2025-01-19Rollup merge of #135716 - Zalathar:usage-no-args, r=lqdGuillaume Gomez-10/+1
2025-01-19Rollup merge of #134858 - estebank:issue-81370, r=NoratriebGuillaume Gomez-7/+54
2025-01-19Auto merge of #135709 - lqd:bring-back-len, r=compiler-errorsbors-151/+224
2025-01-19Auto merge of #135715 - matthiaskrgr:rollup-9a18sxj, r=matthiaskrgrbors-131/+161
2025-01-19Don't skip argument parsing when running `rustc` with no argumentsZalathar-10/+1
2025-01-19Rollup merge of #135708 - compiler-errors:compiler-nits, r=lqdMatthias Krüger-14/+17
2025-01-19Rollup merge of #135705 - compiler-errors:lint, r=estebankMatthias Krüger-109/+119
2025-01-19Rollup merge of #135703 - estebank:empty-dfv, r=compiler-errorsMatthias Krüger-8/+25
2025-01-19Rollup merge of #135697 - compiler-errors:poly-trait-ref, r=lqdMatthias Krüger-125/+116
2025-01-19Rollup merge of #135680 - Zalathar:counters-cleanup, r=compiler-errorsMatthias Krüger-197/+136
2025-01-19Rollup merge of #135663 - frank-king:fix/135614, r=compiler-errorsMatthias Krüger-3/+3
2025-01-18Revert "Auto merge of #133734 - scottmcm:lower-indexing-to-ptrmetadata, r=dav...Rémy Rakic-121/+37
2025-01-18Revert "Rollup merge of #134371 - scottmcm:fix-134352, r=oli-obk"Rémy Rakic-25/+7
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-13/+188
2025-01-18Fix commentMichael Goulet-2/+1
2025-01-18Use par_body_owners in coroutine checkMichael Goulet-9/+13
2025-01-18Rename typeck_with_fallbackMichael Goulet-3/+3
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-109/+119
2025-01-18Provide suggestion for `#![feature(default_field_values)]`Esteban Küber-2/+20
2025-01-18Deduplicate logicEsteban Küber-14/+8
2025-01-18Structured suggestion for "missing `feature` intrinsic"Esteban Küber-2/+19
2025-01-18Structured suggestion for "missing `feature` in unstable fn call"Esteban Küber-3/+21
2025-01-18Disallow `A { .. }` if `A` has no fieldsEsteban Küber-8/+25
2025-01-18Emit a single privacy error for multiple fields on the same struct expressionEsteban Küber-51/+125
2025-01-18Get rid of `ToPolyTraitRef`Michael Goulet-125/+116