about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-23Update uitest stderrsJonathan Brouwer-85/+274
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-65/+206
2025-07-23Fix tests/codegen-llvm/const-vector.rs test failure on riscv64Caiweiran-0/+2
2025-07-23Fix tests/assembly-llvm/dwarf-mixed-versions-lto.rs test failure on riscv64Caiweiran-3/+4
2025-07-23Hint that choose_pivot returns index in boundsKornel-10/+10
2025-07-23Merge pull request #1882 from klensy/depsFolkert de Vries-64/+23
2025-07-23Auto merge of #143412 - Kobzol:std-detect-in-stdlib, r=Amanieubors-817/+377
2025-07-23ci: Add native PowerPC64LE and s390x jobsTrevor Gross-0/+22
2025-07-23bump serde_with. Weird that it works without std feature, butklensy-39/+23
2025-07-23remove unused depsklensy-25/+0
2025-07-23Merge pull request #4479 from RalfJung/ci-win-armRalf Jung-8/+20
2025-07-23Remove Josh code from `miri-script`Jakub Beránek-336/+6
2025-07-23Update josh sync documentationJakub Beránek-13/+10
2025-07-23Init josh-sync config fileJakub Beránek-0/+2
2025-07-23No longer need `alloca`s for consuming `Result<!, i32>` and similarScott McMurray-64/+110
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-1/+6
2025-07-23atomicrmw on pointers: move integer-pointer cast hacks into backendRalf Jung-176/+243
2025-07-23properly use caller-side panic location for some GenericArgs methodsRalf Jung-5/+12
2025-07-23CI: add windows-arm runnerRalf Jung-8/+20
2025-07-23std: net: uefi: Add support to query connection dataAyush Singh-15/+81
2025-07-23Change rename self to parameter use `Self` typeA4-Tacks-29/+48
2025-07-23Auto merge of #143897 - cjgillot:derive-walk, r=petrochenkovbors-1676/+1220
2025-07-23Merge pull request #20281 from ChayimFriedman2/parse-hrtb-constShoyu Vanilla (Flint)-352/+463
2025-07-23[rustdoc] Display unsafe attrs with edition 2024 `unsafe()` wrappers.Predrag Gruevski-14/+46
2025-07-23Don't suggest assoc ty bound on non-angle-bracketed problematic assoc ty bindingLeón Orell Valerian Liehr-5/+36
2025-07-23add links to collectionsgewitternacht-0/+5
2025-07-22rustc_resolve: get rid of unused rustdoc::span_of_fragments_with_expansionbinarycat-13/+4
2025-07-23Don't special-case llvm.* as nounwindAlisa Sireneva-10/+15
2025-07-23remove trailing whitespacegewitternacht-1/+1
2025-07-22Unquerify extern_mod_stmt_cnum.Camille GILLOT-6/+6
2025-07-22impl items are never unnamablebinarycat-2/+8
2025-07-22rustdoc: actually never link to unnamable typesbinarycat-7/+18
2025-07-22fix regression testbinarycat-3/+7
2025-07-22rustdoc: never try to link to unnamable typesbinarycat-1/+9
2025-07-22add regression test for RUST-143222binarycat-0/+24
2025-07-23Make lints work with `allow_internal_unstable`Jules Bertholet-0/+1
2025-07-22document assumptions about `Clone` and `Eq` traitsgewitternacht-0/+24
2025-07-22rustdoc: avoid allocating a temp String for aliases in search indexbinarycat-3/+16
2025-07-22Auto merge of #144249 - GuillaumeGomez:asm-tests, r=jieyouxubors-56/+83
2025-07-22Merge pull request #1880 from folkertdev/remove-lazy-static-depFolkert de Vries-10/+2
2025-07-22Embed auxv files directly into the test binaryJakub Beránek-12/+10
2025-07-22Improve error messages of auxv loadingJakub Beránek-10/+17
2025-07-22Remove licenses from std-detectJakub Beránek-226/+0
2025-07-22Bless bootstrap testsJakub Beránek-11/+11
2025-07-22Remove `std_detect` from stdarch's CIJakub Beránek-71/+2
2025-07-22Remove `std_detect` from stdarch examplesJakub Beránek-30/+18
2025-07-22Fix warningJakub Beránek-0/+10
2025-07-22Move tests around to appease `tidy`Jakub Beránek-262/+258
2025-07-22remove `lazy_static` dependency from `intrinsic-test`Folkert de Vries-10/+2
2025-07-22Update stdarch READMEJakub Beránek-9/+1