about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-20Add an attribute-related parenthesization edge caseDavid Tolnay-0/+6
2025-06-20Insert parentheses around binary operation with attributeDavid Tolnay-12/+38
2025-06-20Add AST pretty-printer tests involving attr on binary operationDavid Tolnay-0/+9
2025-06-20fmtNia Espera-7/+6
2025-06-20Update src/shims/trace/parent.rsNia-4/+5
2025-06-20error reworkNia Espera-33/+17
2025-06-20Recover from semicolon field separatorCameron Steffen-24/+27
2025-06-20nonnullsNia Espera-22/+18
2025-06-20cfg ifNia Espera-4/+1
2025-06-20fix dumb mistakeNia Espera-1/+6
2025-06-20supervisor bits of ffi ptracingNia Espera-81/+606
2025-06-20Auto merge of #142795 - Kobzol:rollup-vvnnjno, r=Kobzolbors-261/+550
2025-06-20Port `#[may_dangle]` to the new attribute systemPavel Grigorenko-3/+33
2025-06-20Make some `use _` tests multi-editionEsteban Küber-13/+104
2025-06-20Use gen blocks in the compiler instead of from_coroutineMichael Goulet-154/+139
2025-06-20Collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaquesMichael Goulet-3/+11
2025-06-20integer docs: remove extraneous textTshepang Mbambo-455/+0
2025-06-20Merge pull request #716 from FractalFir/abi-cafeantoyo-2/+5
2025-06-20Rollup merge of #142769 - jdonszelmann:remove-useless-new-method, r=tgross35Jakub Beránek-9/+3
2025-06-20Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkovJakub Beránek-1/+1
2025-06-20Rollup merge of #142767 - nnethercote:symbol-cleanups, r=petrochenkovJakub Beránek-24/+29
2025-06-20Rollup merge of #142764 - ChaiTRex:ilog_10_to_ilog10, r=workingjubileeJakub Beránek-7/+7
2025-06-20Rollup merge of #142758 - jieyouxu:rustdoc-json-types, r=KobzolJakub Beránek-1/+1
2025-06-20Rollup merge of #142744 - tgross35:y21-mailmap, r=y21Jakub Beránek-0/+1
2025-06-20Rollup merge of #142743 - tshepang:rdg-push, r=jieyouxuJakub Beránek-96/+252
2025-06-20Rollup merge of #142736 - lolbinarycat:rustdoc-issue-template, r=GuillaumeGom...Jakub Beránek-0/+54
2025-06-20Rollup merge of #142720 - yotamofek:pr/rustdoc/ext-crate-cleanup, r=Guillaume...Jakub Beránek-71/+53
2025-06-20Rollup merge of #142715 - folkertdev:fn-align-corrections, r=jdonszelmannJakub Beránek-34/+36
2025-06-20Rollup merge of #142629 - Kobzol:bootstrap-tests-builder, r=jieyouxuJakub Beránek-19/+114
2025-06-20rust-analyzer: Rename LayoutS to LayoutData in commentsZachary S-1/+1
2025-06-20compiler: Rename LayoutS to LayoutData in commentsZachary S-8/+8
2025-06-20Factor out seen_comma variableCameron Steffen-15/+3
2025-06-20Rollup merge of #142755 - aDotInTheVoid:rdj-shattrs, r=GuillaumeGomezTrevor Gross-12/+1
2025-06-20Rollup merge of #142713 - tgross35:mbe-transcribe-refactor, r=petrochenkovTrevor Gross-363/+404
2025-06-20Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkovTrevor Gross-3/+2
2025-06-20Rollup merge of #142650 - camsteffen:refactor-translator, r=petrochenkovTrevor Gross-303/+221
2025-06-20Rollup merge of #142575 - oli-obk:sneaky-self-init, r=RalfJungTrevor Gross-1/+45
2025-06-20Rollup merge of #142497 - GuillaumeGomez:fix-random-search-failure, r=lolbina...Trevor Gross-37/+41
2025-06-20Rollup merge of #142495 - jdonszelmann:better-repr-template, r=oli-obkTrevor Gross-6/+7
2025-06-20Rollup merge of #142494 - jdonszelmann:missing-attr-parsing-docs, r=oli-obkTrevor Gross-0/+19
2025-06-20Rollup merge of #142491 - jdonszelmann:cold, r=oli-obkTrevor Gross-35/+99
2025-06-20Rollup merge of #142331 - deven:trim_prefix_suffix, r=AmanieuTrevor Gross-0/+160
2025-06-20Fixed some clippy warnings.michal kostrubiec-2/+5
2025-06-20Bless UI tests: do not print alternate implementors of `Step`Samuel Tardieu-10/+0
2025-06-20error on calls to ABIs that cannot be calledFolkert de Vries-209/+1359
2025-06-20Bump the version number to 1.90.0Josh Stone-1/+1
2025-06-20Switch `non_upper_case_globals` suggestions to being machine-applicableUrgau-2/+2
2025-06-20bootstrap.example.toml: add note explaining tomlbinarycat-0/+8
2025-06-20update configure.py to handle new bootstrap.example.tomlbinarycat-8/+25
2025-06-20add doc(alias("AsciiChar")) to core::ascii::Charbinarycat-0/+13