about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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
2025-07-22Reformat `std_detect`Jakub Beránek-182/+54
2025-07-22Allow platform-specific code in `std_detect`Jakub Beránek-0/+1
2025-07-22Make `std_detect` a direct dependency of `std`Jakub Beránek-16/+7
2025-07-22Move `std_detect` from `library/stdarch` to `library`Jakub Beránek-0/+0
2025-07-22Merge pull request #1881 from folkertdev/s390x-project-simdSayantan Chakraborty-4/+10
2025-07-22pass build.npm from bootstrap to tidy and use it for npm installbinarycat-4/+14
2025-07-22work around not being able to project out of SIMD values any moreFolkert de Vries-4/+10
2025-07-22bootstrap: Move musl-root fallback out of sanity checkJens Reidel-14/+18
2025-07-22Merge pull request #20280 from Kobzol/josh-syncLaurențiu Nicola-229/+42
2025-07-22Merge pull request #20282 from Kobzol/josh-sync-ciLaurențiu Nicola-0/+20
2025-07-22Add missing cast in gcc_checked_binopAntoni Boucher-0/+1
2025-07-22Remove failing UI testAntoni Boucher-1/+0
2025-07-22bootstrap: add package.json and package-lock.json to dist tarballbinarycat-0/+2
2025-07-22Add CI workflow for periodically performing josh pullsJakub Beránek-0/+20
2025-07-22Apply suggestions from code reviewJakub Beránek-4/+5
2025-07-22Add missing cast in gcc_checked_binopAntoni Boucher-0/+1
2025-07-22Add failing UI testsAntoni Boucher-0/+3
2025-07-22Add powerpc64le-unknown-linux-musl to CI rustc targetsJens Reidel-0/+1
2025-07-22Remove failing run-make testAntoni Boucher-1/+0
2025-07-22Remove failing UI testAntoni Boucher-1/+0
2025-07-22Fix sysroot compilation in release modeAntoni Boucher-4/+16
2025-07-22fix: `unused_async` FP on function with `todo!`yanglsh-23/+78
2025-07-22Auto merge of #144222 - Kobzol:stdarch-push, r=folkertdevbors-5042/+4642
2025-07-22Fix spelling mistakeAntoni Boucher-0/+1
2025-07-22Use a bitcast in Builder::ret to support non-native integersAntoni Boucher-2/+2
2025-07-22Fix compilation of overflow additionAntoni Boucher-1/+30
2025-07-22Fix failing UI testsAntoni Boucher-1/+1
2025-07-22miropt: move to edition 2024Marijn Schouten-1/+1
2025-07-22miropt: clippy fixesMarijn Schouten-12/+11