about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-01Do not suggest borrow that is already there in fully-qualified callEsteban Küber-0/+9
2025-07-01Auto merge of #143013 - bjorn3:split_exported_symbols, r=oli-obkbors-33/+82
2025-07-01Auto merge of #142921 - JonathanBrouwer:rustc_attributes_parser, r=oli-obkbors-56/+108
2025-07-01Auto merge of #143267 - matthiaskrgr:rollup-suvzar6, r=matthiaskrgrbors-114/+115
2025-07-01Rollup merge of #143264 - Muscraft:fix-suggestion-filename, r=compiler-errorsMatthias Krüger-1/+3
2025-07-01Rollup merge of #143263 - ComputerDruid:linkify_CodeSuggestion, r=compiler-er...Matthias Krüger-2/+2
2025-07-01Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche...Matthias Krüger-63/+73
2025-07-01Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obkMatthias Krüger-39/+1
2025-07-01Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju...Matthias Krüger-9/+28
2025-07-01Rollup merge of #143125 - tgross35:aarch64-neon-llvm19-f16, r=cuviperMatthias Krüger-0/+8
2025-07-01Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkovbors-243/+419
2025-06-30fix: Emit suggestion filename if primary diagnostic span is dummyScott Schafer-1/+3
2025-06-30linkify CodeSuggestion in doc commentsDan Johnson-2/+2
2025-06-30Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgrbors-45/+78
2025-06-30mbe: Move `MetaVarExprConcatElem` closer to where it is usedTrevor Gross-14/+14
2025-06-30mbe: Factor `concat` metavariable handling outTrevor Gross-40/+45
2025-06-30mbe: Shorten `MetaVarExpr` -> `Mve` in structural diagnosticsTrevor Gross-13/+18
2025-06-30Rollup merge of #143228 - nnethercote:macro-stats-build-scripts, r=KobzolMatthias Krüger-1/+11
2025-06-30Rollup merge of #143223 - nnethercote:improve-macro-stats-printing, r=petroch...Matthias Krüger-6/+16
2025-06-30Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obkMatthias Krüger-37/+48
2025-06-30Rollup merge of #143019 - danielframpton:codegen-backend-parse, r=bjorn3Matthias Krüger-1/+3
2025-06-30Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu...bors-171/+131
2025-06-30Remove unused `descr` methodsGuillaume Gomez-28/+0
2025-06-30Replace `ItemCtxt::report_placeholder_type_error` `match` with a call to `TyC...Guillaume Gomez-11/+1
2025-06-30Ensure -V --verbose processes both codegen_backend and codegen-backendDaniel Frampton-1/+3
2025-06-30Disable f16 on Aarch64 without neon for llvm < 20.1.1Trevor Gross-0/+8
2025-06-30Auto merge of #143233 - dianqk:rollup-lcx3278, r=dianqkbors-698/+642
2025-06-30Merge commit '4b5c44b14166083eef8d71f15f5ea1f53fc976a0' into subtree-update_c...Guillaume Gomez-171/+131
2025-06-30Rollup merge of #143196 - Periodic1911:link_section, r=oli-obkdianqk-16/+54
2025-06-30Rollup merge of #143190 - dianqk:new-method, r=oli-obkdianqk-537/+473
2025-06-30Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obkdianqk-25/+8
2025-06-30Rollup merge of #143066 - compiler-errors:let-chain-solver, r=lcnrdianqk-120/+107
2025-06-30Introduce `ByteSymbol`.Nicholas Nethercote-243/+419
2025-06-30Require either wrapping nullary intrinsincs in const blocks or explicitly dec...Oli Scherer-1/+22
2025-06-30Remove the nullary intrinsic const eval logic and treat them like other intri...Oli Scherer-119/+73
2025-06-30Stop backends from needing to support nullary intrinsicsOli Scherer-29/+24
2025-06-30Handle build scripts better in `-Zmacro-stats` output.Nicholas Nethercote-1/+11
2025-06-30Improve macro-stats printing.Nicholas Nethercote-6/+16
2025-06-30Auto merge of #142941 - compiler-errors:shallow-bail, r=lcnrbors-19/+70
2025-06-29Auto merge of #142802 - compiler-errors:dedup-analyses, r=lcnrbors-3/+11
2025-06-29inherit `#[align]` from trait method prototypesFolkert de Vries-9/+28
2025-06-29Port #[link_section] to the new attribute parsing infrastructureAnne Stijns-16/+54
2025-06-29mir: Use the `new` method for `BasicBlockData`dianqk-209/+180
2025-06-29mir: Add a `new` method to `statement`dianqk-330/+295
2025-06-29Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLiiGuillaume Gomez-4/+6
2025-06-29Rollup merge of #142078 - sayantn:more-intrinsics, r=workingjubileeGuillaume Gomez-3/+27
2025-06-29Auto merge of #143173 - matthiaskrgr:rollup-ieu5k05, r=matthiaskrgrbors-67/+121
2025-06-29Rollup merge of #143171 - fmease:fix-span-of-maybe-const-mod, r=compiler-errorsMatthias Krüger-1/+1
2025-06-29Rollup merge of #143169 - yotamofek:pr/unneeded-features, r=compiler-errorsMatthias Krüger-7/+0
2025-06-29Rollup merge of #143138 - JonathanBrouwer:link_name_parser, r=jdonszelmannMatthias Krüger-24/+67