about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-17tests: adjust 101082 test for LLVM 21 fixAugie Fackler-10/+2
2025-04-17Auto merge of #139926 - weihanglo:update-cargo, r=weihanglobors-1/+2
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-231/+939
2025-04-17Auto merge of #139938 - matthiaskrgr:rollup-19ddpus, r=matthiaskrgrbors-302/+265
2025-04-16Update cargoWeihang Lo-1/+2
2025-04-17Rollup merge of #139915 - RalfJung:intrinsic-imports, r=compiler-errorsMatthias Krüger-52/+4
2025-04-17Rollup merge of #139900 - lcnr:normalizes-to-where-bounds-unproductive, r=com...Matthias Krüger-8/+201
2025-04-17Rollup merge of #139894 - Kobzol:opt-dist-fixes, r=lqdMatthias Krüger-2/+4
2025-04-17Rollup merge of #139889 - spencer3035:clean-ui-tests-3-of-n, r=jieyouxuMatthias Krüger-12/+50
2025-04-17Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwcoMatthias Krüger-92/+283
2025-04-17Rollup merge of #139828 - compiler-errors:rigid-trait, r=lcnrMatthias Krüger-1/+41
2025-04-17Rollup merge of #139667 - 1c3t3a:remove-no-sanitize, r=m-ou-seMatthias Krüger-41/+0
2025-04-17Rollup merge of #139440 - a4lg:riscv-feature-addition-batch-2, r=AmanieuMatthias Krüger-2/+22
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-21/+334
2025-04-17Rollup merge of #139917 - folkertdev:fn-align-multiple, r=jdonszelmannMatthias Krüger-1/+21
2025-04-17Rollup merge of #139908 - Zalathar:no-ascription, r=jieyouxuMatthias Krüger-62/+1
2025-04-17Rollup merge of #139891 - pvdrz:add-dso-local, r=scottmcmMatthias Krüger-6/+6
2025-04-17Rollup merge of #139846 - nnethercote:kw-Empty-rustdoc, r=GuillaumeGomezMatthias Krüger-46/+63
2025-04-17Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwUMatthias Krüger-68/+68
2025-04-17Rollup merge of #139650 - Alexendoo:group-alias, r=davidtwcoMatthias Krüger-63/+42
2025-04-17Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwcoMatthias Krüger-8/+16
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-48/+48
2025-04-16Auto merge of #138011 - tnewsome-lynx:lynxos_178-nostd, r=davidtwcobors-2/+152
2025-04-16Don't require rigid alias's trait to holdMichael Goulet-1/+41
2025-04-16Add test for `extern` without explicit ABIObei Sideg-15/+287
2025-04-16Add hard error for `extern` without explicit ABIObei Sideg-6/+21
2025-04-16Auto merge of #139912 - matthiaskrgr:rollup-va0rqvk, r=matthiaskrgrbors-70/+391
2025-04-16Auto merge of #139914 - GuillaumeGomez:update-stdarch, r=Amanieubors-0/+0
2025-04-16Cleaned up base tests for `isize` and `usize` in `tests/ui/numbers-arithmetic`Spencer-12/+50
2025-04-16Update stdarch submoduleGuillaume Gomez-0/+0
2025-04-16replace some #[rustc_intrinsic] usage with use of the libcore declarationsRalf Jung-52/+4
2025-04-16Rollup merge of #139893 - reddevilmidzy:add-test, r=SparrowLiiMatthias Krüger-0/+5
2025-04-16Rollup merge of #139886 - nnethercote:graphviz_borrowck, r=compiler-errorsMatthias Krüger-12/+3
2025-04-16Rollup merge of #139884 - rustbot:docs-update, r=ehussMatthias Krüger-0/+10
2025-04-16Rollup merge of #139880 - compiler-errors:rpitit-nameless, r=nnethercoteMatthias Krüger-2/+22
2025-04-16Rollup merge of #139876 - blyxyas:write_type_sizes, r=nnethercoteMatthias Krüger-1/+1
2025-04-16Rollup merge of #139871 - GuillaumeGomez:async-gen-move, r=compiler-errorsMatthias Krüger-4/+126
2025-04-16Rollup merge of #139867 - WaffleLapkin:tidypaper, r=jieyouxuMatthias Krüger-16/+31
2025-04-16Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxuMatthias Krüger-1/+15
2025-04-16Rollup merge of #139647 - eholk:package-namespace, r=fmeaseMatthias Krüger-34/+178
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-62/+1
2025-04-16fix multiple `#[repr(align(N))]` on functionsFolkert de Vries-1/+21
2025-04-16stepping into impls for norm is unproductivelcnr-8/+201
2025-04-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-32/+42
2025-04-16Only delete the lld directory if it existsJakub Beránek-1/+3
2025-04-16Allow disabling `--llvm-shared` in opt-distJakub Beránek-1/+1
2025-04-15Include optional dso_local marker for functions in `enum-match.rs`Christian Poveda-6/+6
2025-04-16Auto merge of #139768 - compiler-errors:split-fold, r=lcnrbors-218/+402
2025-04-16rustc_target: Use "B" shorthand on the RISC-V Android targetTsukasa OI-1/+1
2025-04-16rustc_target: RISC-V: feature addition batch 2Tsukasa OI-1/+21