about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-06-23Rollup merge of #142923 - folkertdev:min-function-alignment-no-attributes, r=...Jubilee-6/+4
2025-06-23Rollup merge of #142873 - Urgau:issue-139830, r=BoxyUwUJubilee-1/+3
2025-06-23Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercoteJubilee-4/+50
2025-06-23fix `-Zmin-function-alignment` without attributesFolkert de Vries-6/+4
2025-06-23unsupported_calling_conventions: print which ABI this is aboutRalf Jung-1/+3
2025-06-23Clarify note in rustc_ast_lowering still appliesJubilee Young-2/+3
2025-06-23compiler: Remove unsupported_fn_ptr_calling_conventions lintJubilee Young-31/+7
2025-06-23hir_analysis: Avoid repeating unsupported ABI errorsJubilee Young-8/+2
2025-06-23compiler: plug unsupported ABI leakage from the ASTJubilee Young-4/+24
2025-06-23Rollup merge of #142892 - jdonszelmann:fix-142891, r=oli-obkJana Dönszelmann-1/+9
2025-06-23move naked checks out of check_attr.rsJana Dönszelmann-172/+189
2025-06-23make warnings methods on cx so it's easier to emit them elsewhere tooJana Dönszelmann-8/+28
2025-06-23rewrite #[naked] parserJana Dönszelmann-16/+44
2025-06-23fix 142891Jana Dönszelmann-1/+9
2025-06-23Add codegen timing sectionJakub Beránek-4/+50
2025-06-23Rollup merge of #142854 - folkertdev:centralize-min-function-alignment, r=wor...Matthias Krüger-17/+10
2025-06-23Rollup merge of #142823 - JonathanBrouwer:no_mangle_parser, r=jdonszelmannMatthias Krüger-44/+86
2025-06-22Port `#[no_mangle]` to new attribute parsing infrastructureJonathan Brouwer-44/+86
2025-06-22Auto merge of #142508 - Mark-Simulacrum:skip-noop-drop-glue, r=fee1-deadbors-2/+10
2025-06-22Auto merge of #142878 - GuillaumeGomez:rollup-53dohob, r=GuillaumeGomezbors-133/+203
2025-06-22Rollup merge of #142874 - marxin:cranelift-typo-fix, r=bjorn3Guillaume Gomez-2/+2
2025-06-22Rollup merge of #142868 - klensy:dc, r=oli-obkGuillaume Gomez-4/+0
2025-06-22Rollup merge of #142856 - cjgillot:inline-serialize, r=petrochenkovGuillaume Gomez-0/+4
2025-06-22Rollup merge of #142798 - camsteffen:recover-semi, r=compiler-errorsGuillaume Gomez-30/+21
2025-06-22Rollup merge of #142780 - JonathanBrouwer:must_use_new_attr, r=jdonszelmannGuillaume Gomez-7/+73
2025-06-22Rollup merge of #142740 - ada4a:is-destruct-assignment-desugaring, r=fee1-deadGuillaume Gomez-13/+12
2025-06-22Rollup merge of #142594 - mejrs:new_desugaring, r=chenyukangGuillaume Gomez-9/+59
2025-06-22Rollup merge of #142593 - blyxyas:improve-docs-itty-bitty-change, r=compiler-...Guillaume Gomez-0/+9
2025-06-22Rollup merge of #142458 - oli-obk:dyn-incompat, r=compiler-errorsGuillaume Gomez-68/+23
2025-06-22Don't suggest changing a method inside a expansionUrgau-1/+3
2025-06-22cranelift: fix target feature name type: "fxsr"Martin Liska-2/+2
2025-06-22Auto merge of #142706 - fee1-dead-contrib:push-zsznlqyrzsqo, r=oli-obkbors-723/+464
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-7/+73
2025-06-22Turn a comment that looks like a docstring into a docstringAda Alakbarova-13/+12
2025-06-22remove allow(dead_code) leftovers from serial/parallel compilerklensy-4/+0
2025-06-22Auto merge of #142864 - jhpratt:rollup-mf0yq8o, r=jhprattbors-196/+275
2025-06-22Implement DesugaringKind::FormatLiteralmejrs-9/+59
2025-06-22Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmannJacob Pratt-119/+124
2025-06-22Rollup merge of #142617 - lcnr:search_graph-3, r=compiler-errorsJacob Pratt-73/+122
2025-06-22Rollup merge of #142600 - GrigorenkoPV:attributes/rustc_pub_transparent, r=jd...Jacob Pratt-4/+29
2025-06-22Auto merge of #142675 - tmiasko:preserve-cache, r=oli-obkbors-1/+1
2025-06-21Add a few inline directives in rustc_serialize.Camille GILLOT-0/+4
2025-06-21Skip collecting no-op DropGlue in vtablesMark Rousskov-2/+10
2025-06-22centralize `-Zmin-function-alignment` logicFolkert de Vries-17/+10
2025-06-21Auto merge of #142546 - cjgillot:reachable-jump, r=compiler-errorsbors-1/+1
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-4/+29
2025-06-21All HIR attributes are outerDavid Tolnay-108/+89
2025-06-21Remove style() from AttributeExt traitDavid Tolnay-23/+11
2025-06-21Add AttributeExt::doc_resolution_scopeDavid Tolnay-1/+37
2025-06-21Rollup merge of #142698 - tgross35:concat-byte-cstr-diag, r=petrochenkovJana Dönszelmann-10/+41