about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-06-21Merge pull request #20053 from ze/masterLaurențiu Nicola-1/+1
2025-06-21Check the MSRV for `unnecessary_debug_formatting`donkomura-1/+23
2025-06-21fix: Correct grammar in remove all unused imports assistZakaria Elkatani-1/+1
2025-06-21fix: `wildcard_enum_match_arm` suggests wrongly with raw identifiersyanglsh-6/+42
2025-06-21internal: Utilize `cargo check --compile-time-deps`Shoyu Vanilla-2/+24
2025-06-21Auto merge of #142814 - tgross35:rollup-fioob6s, r=tgross35bors-267/+8440
2025-06-21rustdoc_json: represent generic args consistently.Nicholas Nethercote-23/+21
2025-06-21Fix some comments.Nicholas Nethercote-3/+3
2025-06-21rustdoc_json: Fix handling of paths with no generic args.Nicholas Nethercote-2/+19
2025-06-21rustdoc_json: Add a test for some `GenericArgs` cases.Nicholas Nethercote-0/+20
2025-06-21rustdoc_json: Add static asserts for the size of important types.Nicholas Nethercote-0/+30
2025-06-20Rollup merge of #142765 - workingjubilee:more-abimap-docs, r=compiler-errorsTrevor Gross-0/+6
2025-06-20Rollup merge of #142756 - Daniel-Aaron-Bloom:const-clone, r=oli-obkTrevor Gross-2/+8
2025-06-20Rollup merge of #142716 - nnethercote:adjust-with_generic_param_rib, r=petroc...Trevor Gross-119/+77
2025-06-20Rollup merge of #142677 - GuillaumeGomez:check-format-version-update, r=KobzolTrevor Gross-2/+109
2025-06-20Rollup merge of #142571 - cjgillot:borrowed-classes, r=oli-obkTrevor Gross-27/+105
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-67/+161
2025-06-20Rollup merge of #142476 - dtolnay:attrbinop, r=fmeaseTrevor Gross-12/+58
2025-06-20Rollup merge of #142384 - celinval:chores-rayon-mv, r=oli-obkTrevor Gross-38/+7916
2025-06-20Fix typo in tests/ui/missing_const_for_fn/const_trait.rs (#15090)Timo-2/+2
2025-06-21formatjnyfah-1/+1
2025-06-21revert changesjnyfah-95/+10
2025-06-20Fix typo in tests/ui/missing_const_for_fn/const_trait.rsSamuel Moelius-2/+2
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-3/+2
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-757/+997
2025-06-20Fix false positive of `borrow_deref_ref` (#14967)Timo-4/+137
2025-06-20`Sugg`: do not parenthesize a double unary operator (#14983)Jason Newcomb-3/+23
2025-06-20[PERF] Don't spawn so many compilers (3/2) (19m -> 250k) (#15030)Timo-4/+150
2025-06-20Fix `manual_ok_err` suggests wrongly with references (#15053)Jason Newcomb-4/+108
2025-06-20Fix `branches_sharing_code` suggests misleadingly when in assignment (#15076)Jason Newcomb-3/+71
2025-06-20configure.py: fix edge casebinarycat-1/+1
2025-06-20lint Option::get_or_insert and Result::map_or tooklensy-44/+124
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