File tree
52 files changed
+676
-99
lines changed- compiler
- rustc_codegen_cranelift/example
- rustc_codegen_gcc/example
- rustc_lint_defs/src
- rustc_mir_transform
- src
- library
- alloctests/tests
- core/src
- char
- intrinsics
- num
- src/tools
- clippy/tests/ui
- crashes
- miri/tests
- fail/validity
- pass
- issues
- shims/x86
- tests/ui
- consts
- const-eval
- extra-const-ub
- issues
- lint
- transmute
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+676
-99
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
+2-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 14 | + | |
19 | 15 |
| |
20 | 16 |
| |
21 | 17 |
| |
|
Diff for: compiler/rustc_lint_defs/src/builtin.rs
+25
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
118 | 118 |
| |
119 | 119 |
| |
120 | 120 |
| |
| 121 | + | |
121 | 122 |
| |
122 | 123 |
| |
123 | 124 |
| |
| |||
4910 | 4911 |
| |
4911 | 4912 |
| |
4912 | 4913 |
| |
| 4914 | + | |
| 4915 | + | |
| 4916 | + | |
| 4917 | + | |
| 4918 | + | |
| 4919 | + | |
| 4920 | + | |
| 4921 | + | |
| 4922 | + | |
| 4923 | + | |
| 4924 | + | |
| 4925 | + | |
| 4926 | + | |
| 4927 | + | |
| 4928 | + | |
| 4929 | + | |
| 4930 | + | |
| 4931 | + | |
| 4932 | + | |
| 4933 | + | |
| 4934 | + | |
| 4935 | + | |
| 4936 | + | |
| 4937 | + | |
4913 | 4938 |
| |
4914 | 4939 |
| |
4915 | 4940 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| 87 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + |
+20
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
161 | 181 |
| |
162 | 182 |
| |
163 | 183 |
| |
|
Diff for: compiler/rustc_mir_transform/src/lib.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
| 128 | + | |
128 | 129 |
| |
129 | 130 |
| |
130 | 131 |
| |
| |||
391 | 392 |
| |
392 | 393 |
| |
393 | 394 |
| |
| 395 | + | |
394 | 396 |
| |
395 | 397 |
| |
396 | 398 |
| |
|
Diff for: library/alloctests/tests/fmt.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
| 4 | + | |
4 | 5 |
| |
5 | 6 |
| |
6 | 7 |
| |
|
Diff for: library/core/src/char/convert.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
| |||
221 | 222 |
| |
222 | 223 |
| |
223 | 224 |
| |
| 225 | + | |
224 | 226 |
| |
225 | 227 |
| |
226 | 228 |
| |
|
Diff for: library/core/src/intrinsics/mod.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1495 | 1495 |
| |
1496 | 1496 |
| |
1497 | 1497 |
| |
| 1498 | + | |
1498 | 1499 |
| |
1499 | 1500 |
| |
1500 | 1501 |
| |
|
Diff for: library/core/src/num/f128.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
898 | 898 |
| |
899 | 899 |
| |
900 | 900 |
| |
| 901 | + | |
901 | 902 |
| |
902 | 903 |
| |
903 | 904 |
| |
| |||
945 | 946 |
| |
946 | 947 |
| |
947 | 948 |
| |
| 949 | + | |
948 | 950 |
| |
949 | 951 |
| |
950 | 952 |
| |
|
Diff for: library/core/src/num/f16.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
886 | 886 |
| |
887 | 887 |
| |
888 | 888 |
| |
| 889 | + | |
889 | 890 |
| |
890 | 891 |
| |
891 | 892 |
| |
| |||
932 | 933 |
| |
933 | 934 |
| |
934 | 935 |
| |
| 936 | + | |
935 | 937 |
| |
936 | 938 |
| |
937 | 939 |
| |
|
Diff for: library/core/src/num/f32.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
705 | 705 |
| |
706 | 706 |
| |
707 | 707 |
| |
708 |
| - | |
709 |
| - | |
| 708 | + | |
710 | 709 |
| |
711 | 710 |
| |
712 | 711 |
| |
| |||
1091 | 1090 |
| |
1092 | 1091 |
| |
1093 | 1092 |
| |
| 1093 | + | |
1094 | 1094 |
| |
1095 | 1095 |
| |
1096 | 1096 |
| |
| |||
1136 | 1136 |
| |
1137 | 1137 |
| |
1138 | 1138 |
| |
| 1139 | + | |
1139 | 1140 |
| |
1140 | 1141 |
| |
1141 | 1142 |
| |
|
Diff for: library/core/src/num/f64.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
716 |
| - | |
717 |
| - | |
| 716 | + | |
718 | 717 |
| |
719 | 718 |
| |
720 | 719 |
| |
| |||
1089 | 1088 |
| |
1090 | 1089 |
| |
1091 | 1090 |
| |
| 1091 | + | |
1092 | 1092 |
| |
1093 | 1093 |
| |
1094 | 1094 |
| |
| |||
1135 | 1135 |
| |
1136 | 1136 |
| |
1137 | 1137 |
| |
| 1138 | + | |
1138 | 1139 |
| |
1139 | 1140 |
| |
1140 | 1141 |
| |
|
Diff for: library/core/src/num/int_macros.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3675 | 3675 |
| |
3676 | 3676 |
| |
3677 | 3677 |
| |
| 3678 | + | |
3678 | 3679 |
| |
3679 | 3680 |
| |
3680 | 3681 |
| |
| |||
3778 | 3779 |
| |
3779 | 3780 |
| |
3780 | 3781 |
| |
| 3782 | + | |
3781 | 3783 |
| |
3782 | 3784 |
| |
3783 | 3785 |
| |
|
Diff for: library/core/src/num/uint_macros.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3523 | 3523 |
| |
3524 | 3524 |
| |
3525 | 3525 |
| |
| 3526 | + | |
3526 | 3527 |
| |
3527 | 3528 |
| |
3528 | 3529 |
| |
| |||
3624 | 3625 |
| |
3625 | 3626 |
| |
3626 | 3627 |
| |
| 3628 | + | |
3627 | 3629 |
| |
3628 | 3630 |
| |
3629 | 3631 |
| |
|
Diff for: library/stdarch
- ci/build-std-detect.sh+6
- ci/docker/x86_64-unknown-linux-gnu-emulated/Dockerfile+4-3
- ci/docker/x86_64-unknown-linux-gnu-emulated/cpuid.def+23-13
- ci/dox.sh+3-1
- crates/core_arch/src/arm_shared/neon/generated.rs+19.5k-12.2k
- crates/core_arch/src/arm_shared/neon/mod.rs+2-7.1k
- crates/core_arch/src/core_arch_docs.md+4
- crates/core_arch/src/lib.rs+3-1
- crates/core_arch/src/macros.rs+1-1
- crates/core_arch/src/s390x/macros.rs+19
- crates/core_arch/src/s390x/vector.rs+4.4k-577
- crates/core_arch/src/simd.rs+53-10
- crates/core_arch/src/wasm32/simd128.rs+52-12
- crates/core_arch/src/x86/avx.rs+9-6
- crates/core_arch/src/x86/avx512f.rs+12-8
- crates/core_arch/src/x86/avx512fp16.rs+12-6
- crates/core_arch/src/x86/mod.rs+1-1
- crates/core_arch/src/x86/sse.rs+4-3
- crates/core_arch/src/x86/sse2.rs+8-6
- crates/core_arch/src/x86/sse42.rs+10-10
- crates/std_detect/README.md+6-3
- crates/std_detect/src/detect/arch/loongarch.rs+15
- crates/std_detect/src/detect/arch/riscv.rs+96-88
- crates/std_detect/src/detect/arch/x86.rs+30-7
- crates/std_detect/src/detect/macros.rs+1-1
- crates/std_detect/src/detect/os/linux/auxvec.rs+42-87
- crates/std_detect/src/detect/os/linux/loongarch.rs+13
- crates/std_detect/src/detect/os/linux/riscv.rs+1
- crates/std_detect/src/detect/os/windows/aarch64.rs+49-1
- crates/std_detect/src/detect/os/x86.rs+22-7
- crates/std_detect/tests/x86-specific.rs+11-1
- crates/stdarch-gen-arm/spec/neon/aarch64.spec.yml-34
- crates/stdarch-gen-arm/spec/neon/arm_shared.spec.yml+2.3k-1.4k
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
|
0 commit comments