Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
32c6a8b
Merge ref 'caccb4d0368b' from rust-lang/rust
invalid-email-address Sep 25, 2025
1d353c6
Merge pull request #20740 from rust-lang/rustc-pull
lnicola Sep 25, 2025
2c1d293
Merge pull request #20735 from itsjunetime/fix_scip_salsa
ShoyuVanilla Sep 25, 2025
70b8226
Merge pull request #20738 from jackh726/next-trait-solver-next4
ShoyuVanilla Sep 25, 2025
b89e47d
Merge pull request #20742 from A4-Tacks/unused-raw-var
ShoyuVanilla Sep 26, 2025
1a96379
Merge pull request #20736 from A4-Tacks/fix-invert-if-let-chain
ShoyuVanilla Sep 26, 2025
ba946aa
Merge pull request #20598 from A4-Tacks/let-chain-sup-conv-to-guarded…
ShoyuVanilla Sep 26, 2025
01bb955
Merge pull request #20729 from A4-Tacks/const-param-kwd
ShoyuVanilla Sep 26, 2025
926ee57
Merge pull request #20604 from A4-Tacks/cfg-attr-comp
ShoyuVanilla Sep 26, 2025
0417547
Merge pull request #20611 from A4-Tacks/replace-arith-op-prec
ShoyuVanilla Sep 26, 2025
74523d2
Merge pull request #20599 from A4-Tacks/bang-de-morgan
ShoyuVanilla Sep 26, 2025
5163552
Merge pull request #19867 from Kivooeo/unsafegate
Veykril Sep 28, 2025
de9cc5f
Merge pull request #20745 from Oblarg/fix-negative-int-literals-in-ma…
ShoyuVanilla Sep 30, 2025
b2d0326
Merge pull request #20720 from ChayimFriedman2/no-rustup-auto-install
ShoyuVanilla Oct 2, 2025
e6e9cde
Merge pull request #19771 from A4-Tacks/gen-blanket-trait-impl
ShoyuVanilla Oct 7, 2025
a609d0b
Merge pull request #20705 from A4-Tacks/flip-range
Veykril Oct 26, 2025
7a76a25
Merge pull request #20712 from A4-Tacks/destruct-tuple-shorthand
Veykril Oct 26, 2025
c755845
Merge pull request #20589 from A4-Tacks/extract-mod-not-in-impl
Veykril Oct 26, 2025
72c185d
Merge ref 'c5dabe8cf798' from rust-lang/rust
invalid-email-address Nov 3, 2025
53e2531
Rollup merge of #146260 - Qelxiros:146179-sliceindex-wrappers, r=jhpratt
matthiaskrgr Nov 3, 2025
f415fd5
Rollup merge of #148402 - folkertdev:stdarch-sync-nov-2025, r=sayantn
matthiaskrgr Nov 3, 2025
2796343
Auto merge of #148425 - matthiaskrgr:rollup-pwibmxt, r=matthiaskrgr
bors Nov 3, 2025
7bc08cc
Auto merge of #147728 - Enselic:gdbt-check-typo, r=Zalathar
bors Nov 3, 2025
c952796
Auto merge of #148350 - scottmcm:slice-range-attributes, r=JonathanBr…
bors Nov 3, 2025
61054b8
Merge pull request #20960 from rust-lang/rustc-pull
lnicola Nov 4, 2025
5e4bbeb
Auto merge of #148471 - lnicola:sync-from-ra, r=lnicola
bors Nov 4, 2025
1952f35
Auto merge of #145314 - estebank:issue-135589-all, r=Nadrieril
bors Nov 4, 2025
6d36d3d
extract s390x `vector` and friends to their own rust feature
folkertdev Aug 20, 2025
5e5ea82
stabilize `stdarch_s390x_feature_detection`
folkertdev Aug 20, 2025
9758820
stabilize `s390x_target_feature_vector`
folkertdev Aug 20, 2025
627a1a3
Auto merge of #147641 - cjgillot:liveness-cache-strings, r=estebank
bors Nov 7, 2025
e7281d3
Auto merge of #147798 - Zalathar:uutils, r=jieyouxu
bors Nov 7, 2025
51e7694
Auto merge of #147029 - neuschaefer:memchr-2.7.6, r=marcoieni
bors Nov 7, 2025
daa930f
Rollup merge of #145656 - folkertdev:stabilize-s390x-vector, r=Amanieu
matthiaskrgr Nov 8, 2025
183e418
Rollup merge of #147024 - brad0:std_detect_openbsd_elf_aux_info, r=Ma…
matthiaskrgr Nov 8, 2025
e59842b
Rollup merge of #147534 - sayantn:simd-funnel-shifts, r=RalfJung
matthiaskrgr Nov 8, 2025
2487cca
Rollup merge of #147540 - bjoernager:slice-as-array, r=Amanieu
matthiaskrgr Nov 8, 2025
6548244
Rollup merge of #147686 - vrtgs:non-zero-isolate, r=joboet
matthiaskrgr Nov 8, 2025
fa86078
Rollup merge of #148230 - fmease:rustdoc-highlight-tweaks, r=Guillaum…
matthiaskrgr Nov 8, 2025
91fc11e
Rollup merge of #148555 - ehuss:rust-by-example-es, r=Kobzol
matthiaskrgr Nov 8, 2025
1bb1148
Rollup merge of #148556 - chenyukang:yukang-fix-148493-async-closure,…
matthiaskrgr Nov 8, 2025
3630ee7
Rollup merge of #148585 - GuillaumeGomez:improve-format-code, r=yotam…
matthiaskrgr Nov 8, 2025
8dc8fbe
Rollup merge of #148600 - folkertdev:pass-indirectly-reuse-attrs, r=J…
matthiaskrgr Nov 8, 2025
f7ca90b
Auto merge of #139558 - camelid:mgca-const-items, r=oli-obk,BoxyUwU
bors Nov 8, 2025
925a587
Auto merge of #148692 - matthiaskrgr:rollup-hryk71f, r=matthiaskrgr
bors Nov 9, 2025
da08074
Rollup merge of #128666 - pitaj:intrinsic-overflow_checks, r=BoxyUwU
Zalathar Nov 9, 2025
45054d7
Rollup merge of #146305 - Kivooeo:a-lot-of-references-in-self, r=Jona…
Zalathar Nov 9, 2025
5b05ad8
Rollup merge of #147179 - Walnut356:template_lookup, r=Mark-Simulacrum
Zalathar Nov 9, 2025
9398cb8
Rollup merge of #148079 - taj-p:master, r=Mark-Simulacrum
Zalathar Nov 9, 2025
ab871f5
Rollup merge of #148084 - the8472:prefixless-path-components-iter, r=…
Zalathar Nov 9, 2025
a4c5d83
Rollup merge of #148126 - hax0kartik:vx-fix-148125, r=Mark-Simulacrum
Zalathar Nov 9, 2025
8830b87
Rollup merge of #148204 - hkBst:patch-5, r=nnethercote
Zalathar Nov 9, 2025
f755894
Rollup merge of #148673 - fmease:del-dyn_star-remnant, r=JonathanBrouwer
Zalathar Nov 9, 2025
60bd03f
Auto merge of #148721 - Zalathar:rollup-398va3y, r=Zalathar
bors Nov 9, 2025
c8a1e7a
Auto merge of #148660 - fmease:cross-crate-cfg, r=GuillaumeGomez
bors Nov 9, 2025
f9e99a8
Auto merge of #148435 - ZhongyaoChen:promote-riscv64a23-to-tier2, r=j…
bors Nov 9, 2025
07d9723
Prepare for merging from rust-lang/rust
invalid-email-address Nov 10, 2025
d719fd9
Merge ref '8401398e1f14' from rust-lang/rust
invalid-email-address Nov 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions crates/core_arch/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
arm_target_feature,
mips_target_feature,
powerpc_target_feature,
s390x_target_feature,
loongarch_target_feature,
wasm_target_feature,
abi_unadjusted,
Expand Down Expand Up @@ -65,11 +64,7 @@
)]
#![cfg_attr(
test,
feature(
stdarch_arm_feature_detection,
stdarch_powerpc_feature_detection,
stdarch_s390x_feature_detection
)
feature(stdarch_arm_feature_detection, stdarch_powerpc_feature_detection,)
)]

#[cfg(test)]
Expand Down
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
73e6c9ebd9123154a196300ef58e30ec8928e74e
8401398e1f14a24670ee1a3203713dc2f0f8b3a8