about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-03-12Remove unused `OwnerNode::ident` method.Nicholas Nethercote-10/+0
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-2469/+2912
2025-03-11Auto merge of #138350 - Kobzol:rollup-4kj94rq, r=Kobzolbors-316/+643
2025-03-11Rollup merge of #138335 - jieyouxu:fix-citool, r=marcoieniJakub Beránek-1/+1
2025-03-11Rollup merge of #138330 - nnethercote:rm-lints-rust-sections, r=jieyouxuJakub Beránek-7/+0
2025-03-11Rollup merge of #138315 - matthiaskrgr:nextback, r=fmeaseJakub Beránek-2/+2
2025-03-11Rollup merge of #138307 - Kobzol:citool-alias, r=marcoieniJakub Beránek-242/+361
2025-03-11Rollup merge of #138300 - RalfJung:unqualified-local-imports, r=jieyouxuJakub Beránek-1/+2
2025-03-11Rollup merge of #138288 - jyn514:crate-attr, r=NoratriebJakub Beránek-0/+124
2025-03-11Rollup merge of #138147 - daltenty:patch-1, r=jieyouxuJakub Beránek-1/+49
2025-03-11Rollup merge of #138063 - compiler-errors:improve-attr-unpretty, r=jdonszelmannJakub Beránek-52/+60
2025-03-11Rollup merge of #137967 - mustartt:fix-aix-test-hangs, r=workingjubileeJakub Beránek-7/+29
2025-03-11Rollup merge of #135987 - hkBst:patch-20, r=joboetJakub Beránek-3/+15
2025-03-11Auto merge of #137586 - nnethercote:SetImpliedBits, r=bjorn3bors-113/+120
2025-03-11Error on `define_opaques` entries without any opaques actually referencedOli Scherer-7/+17
2025-03-11Keep items around even if builtin macros on them fail to parseOli Scherer-11/+3
2025-03-11Test invalid `define_opaques` attributesOli Scherer-11/+121
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-2467/+2798
2025-03-11Auto merge of #135651 - arjunr2:master, r=davidtwcobors-20/+352
2025-03-11add more -Z crate-attr testsjyn-0/+108
2025-03-11Document -Z crate-attrjyn-0/+16
2025-03-11Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcmbors-80/+530
2025-03-11Fix post-merge workflow许杰友 Jieyou Xu (Joe)-1/+1
2025-03-10Target definition for `wasm32-wali-linux-musl` to support the Wasm LinuxArjun Ramesh-20/+352
2025-03-11Remove unnecessary `[lints.rust]` sections.Nicholas Nethercote-7/+0
2025-03-11Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgrbors-178/+436
2025-03-10Add powerpc64le maintainersDavid Tenty-1/+49
2025-03-10Auto merge of #138310 - matthiaskrgr:rollup-zvbpuei, r=matthiaskrgrbors-2279/+4967
2025-03-10use next_back() instead of last() on DoubleEndedIteratorMatthias Krüger-2/+2
2025-03-10Rollup merge of #138306 - jieyouxu:revert-workspace-lints, r=NoratriebMatthias Krüger-252/+90
2025-03-10Rollup merge of #138305 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-1880/+4676
2025-03-10Rollup merge of #138281 - saethlin:mergeable-doctests-stacksize, r=GuillaumeG...Matthias Krüger-9/+10
2025-03-10Rollup merge of #138278 - Bryanskiy:delegation-ice-1, r=petrochenkovMatthias Krüger-54/+37
2025-03-10Rollup merge of #138268 - Kobzol:fix-summary-nan, r=jieyouxuMatthias Krüger-3/+7
2025-03-10Rollup merge of #138223 - Kobzol:fix-post-merge, r=marcoieniMatthias Krüger-2/+8
2025-03-10Rollup merge of #138138 - compiler-errors:inline-asm-tainting, r=oli-obkMatthias Krüger-79/+109
2025-03-10Rollup merge of #137931 - xizheyin:issue-137421, r=jieyouxuMatthias Krüger-0/+30
2025-03-10Pass InferCtxt to InlineAsmCtxt to properly taint on errorMichael Goulet-79/+109
2025-03-10Delegation: fix ICE with invalid MethodCall generationBryanskiy-54/+37
2025-03-10Add remark for missing llvm-tools component re. rustc_private linker failures...xizheyin-0/+30
2025-03-10Ignore job duplicatesJakub Beránek-1/+5
2025-03-10Handle backticks in try job patternsJakub Beránek-13/+25
2025-03-10Modify try-job documentationJakub Beránek-5/+8
2025-03-10Allow using glob aliases for custom try jobsJakub Beránek-34/+116
2025-03-10Share implementation of expr_u{16,32,size}.Mara Bos-21/+8
2025-03-10Move job handling to a separate moduleJakub Beránek-230/+242
2025-03-10Make all keys explicit in citoolJakub Beránek-6/+12
2025-03-10Add #[track_caller] to from_usize.Mara Bos-0/+1
2025-03-10Remove unnecessary semicolon.Mara Bos-1/+1
2025-03-10Fix rust-analyzer for 16-bit fmt width and precision.Mara Bos-1/+1