about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-07-27Allow more MIR SROAScott McMurray-28/+8
2025-07-27Auto merge of #144434 - nnethercote:preintern-ty-bounds, r=compiler-errorsbors-9/+38
2025-07-27Ensure correct aligement of rustc_hir::Lifetime on platforms with lower defau...FractalFir-0/+5
2025-07-27Auto merge of #144425 - nnethercote:avoid-new_adt-new_fn_def, r=compiler-errorsbors-4/+12
2025-07-27check_static_item: explain should_check_for_sync choicesRalf Jung-3/+9
2025-07-27Auto merge of #143884 - LorrensP-2158466:resolve-split-define, r=petrochenkovbors-57/+100
2025-07-27coverage: Clarify that getting a PGO name also makes a function "used"Zalathar-4/+7
2025-07-27coverage: Infer `instances_used` from `pgo_func_name_var_map`Zalathar-18/+21
2025-07-27fix(debuginfo): disable overflow check forgodzie44-2/+2
2025-07-27split up define into define_extern and define_localLorrensP-2158466-57/+100
2025-07-27Auto merge of #144528 - matthiaskrgr:rollup-felcjc1, r=matthiaskrgrbors-27/+51
2025-07-27Rollup merge of #144455 - TDecking:ctlz-cttz, r=SparrowLiiMatthias Krüger-19/+9
2025-07-27Rollup merge of #144385 - xizheyin:macro-hygiene, r=petrochenkovMatthias Krüger-0/+17
2025-07-27Rollup merge of #144226 - cjgillot:known-panics-panics, r=oli-obkMatthias Krüger-8/+25
2025-07-27Auto merge of #144347 - scottmcm:ssa-enums-v0, r=WaffleLapkinbors-64/+79
2025-07-26Rollup merge of #144480 - Zalathar:revert-empty-span, r=ZalatharJacob Pratt-40/+26
2025-07-26Rollup merge of #144429 - Gelbpunkt:outline-atomics-aarch64-musl, r=AmanieuJacob Pratt-1/+1
2025-07-26Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obkJacob Pratt-4/+17
2025-07-26Rollup merge of #144383 - ZuseZ4:disable-f128-on-amdgcn, r=oli-obkJacob Pratt-0/+2
2025-07-26Auto merge of #143860 - scottmcm:transmute-always-rvalue, r=WaffleLapkinbors-96/+66
2025-07-26Do not check Sync during type_of.Camille GILLOT-4/+7
2025-07-26Perform check_private_in_public by module.Camille GILLOT-5/+10
2025-07-26Remove now un-used codeJonathan Brouwer-167/+0
2025-07-26Use the new attributes throughout the codebaseJonathan Brouwer-35/+60
2025-07-26Parsers for the attributesJonathan Brouwer-0/+147
2025-07-26Implement check_attrJonathan Brouwer-10/+17
2025-07-26Add attributes to AttributeKindJonathan Brouwer-0/+16
2025-07-26Auto merge of #143500 - compiler-errors:characterize-less, r=lcnrbors-4/+9
2025-07-26Remove support for -Zcombine-cgubjorn3-91/+6
2025-07-26Rollup merge of #144468 - petrochenkov:resolution, r=lqd,SparrowLiiMatthias Krüger-61/+66
2025-07-26Rollup merge of #144462 - Kobzol:pretty-print-self-profile-args, r=RalfJungMatthias Krüger-0/+6
2025-07-26Rollup merge of #144448 - camsteffen:defaultness-impl-trait-only, r=compiler-...Matthias Krüger-4/+7
2025-07-26Rollup merge of #144421 - JonathanBrouwer:cleanup-malformed-list, r=oli-obkMatthias Krüger-61/+5
2025-07-26Rollup merge of #144376 - estebank:issue-143795, r=lcnrMatthias Krüger-0/+1
2025-07-26Rollup merge of #144331 - jplatte:matches-allow-non_exhaustive_omitted_patter...Matthias Krüger-0/+1
2025-07-26Auto merge of #144490 - tgross35:rollup-ps0utme, r=tgross35bors-16/+97
2025-07-26Rollup merge of #144431 - Gelbpunkt:f128-math-musl, r=petrochenkov,tgross35Trevor Gross-0/+3
2025-07-26Rollup merge of #144412 - camsteffen:localkey-cell-refactors, r=petrochenkovTrevor Gross-9/+9
2025-07-26Rollup merge of #143698 - benschulz:unused-parens-2, r=lcnr,compiler-errorsTrevor Gross-1/+9
2025-07-26Rollup merge of #143585 - folkertdev:loop-match-suggest-const-block, r=oli-obkTrevor Gross-4/+65
2025-07-26Rollup merge of #140871 - Amanieu:naked-asm-label, r=compiler-errorsTrevor Gross-2/+11
2025-07-26Rollup merge of #144352 - heiher:llvm-22, r=dianqkTrevor Gross-1/+1
2025-07-26Rollup merge of #144201 - estebank:suggest-clone, r=SparrowLiiTrevor Gross-0/+52
2025-07-26Rollup merge of #144171 - Nadrieril:exhaustive-witnesses, r=davidtwcoTrevor Gross-21/+161
2025-07-25Improve and regularize comment placement in doc codeJosh Triplett-16/+23
2025-07-26Disable has_reliable_f128_math on musl targetsJens Reidel-0/+3
2025-07-25Skip formatting for some compiler documentation codeJosh Triplett-2/+5
2025-07-26Auto merge of #139597 - Kobzol:lint-skip, r=BoxyUwUbors-4/+13
2025-07-26Revert "coverage: Enlarge empty spans during MIR instrumentation, not codegen"Zalathar-40/+26
2025-07-26Don't lint against named labels in `naked_asm!`Amanieu d'Antras-2/+11