This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
11 files changed
+47
-18
lines changed- src
- libcore
- macros
- prelude
- librustc_query_system
- libstd
- prelude
- test/ui/feature-gates
11 files changed
+47
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1736 | 1736 | | |
1737 | 1737 | | |
1738 | 1738 | | |
1739 | | - | |
| 1739 | + | |
1740 | 1740 | | |
1741 | 1741 | | |
1742 | 1742 | | |
| |||
1855 | 1855 | | |
1856 | 1856 | | |
1857 | 1857 | | |
1858 | | - | |
| 1858 | + | |
1859 | 1859 | | |
1860 | | - | |
| 1860 | + | |
1861 | 1861 | | |
1862 | 1862 | | |
1863 | 1863 | | |
| |||
2395 | 2395 | | |
2396 | 2396 | | |
2397 | 2397 | | |
2398 | | - | |
| 2398 | + | |
2399 | 2399 | | |
2400 | | - | |
| 2400 | + | |
2401 | 2401 | | |
2402 | 2402 | | |
2403 | | - | |
| 2403 | + | |
2404 | 2404 | | |
2405 | 2405 | | |
2406 | 2406 | | |
| |||
2420 | 2420 | | |
2421 | 2421 | | |
2422 | 2422 | | |
2423 | | - | |
| 2423 | + | |
2424 | 2424 | | |
2425 | | - | |
| 2425 | + | |
2426 | 2426 | | |
2427 | 2427 | | |
2428 | 2428 | | |
| |||
3242 | 3242 | | |
3243 | 3243 | | |
3244 | 3244 | | |
3245 | | - | |
| 3245 | + | |
3246 | 3246 | | |
3247 | 3247 | | |
3248 | 3248 | | |
| |||
3691 | 3691 | | |
3692 | 3692 | | |
3693 | 3693 | | |
3694 | | - | |
| 3694 | + | |
3695 | 3695 | | |
3696 | 3696 | | |
3697 | 3697 | | |
| |||
3989 | 3989 | | |
3990 | 3990 | | |
3991 | 3991 | | |
3992 | | - | |
| 3992 | + | |
3993 | 3993 | | |
3994 | 3994 | | |
3995 | 3995 | | |
| |||
4138 | 4138 | | |
4139 | 4139 | | |
4140 | 4140 | | |
4141 | | - | |
| 4141 | + | |
4142 | 4142 | | |
4143 | 4143 | | |
4144 | 4144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1316 | 1316 | | |
1317 | 1317 | | |
1318 | 1318 | | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
1319 | 1327 | | |
1320 | 1328 | | |
1321 | 1329 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
| 527 | + | |
527 | 528 | | |
528 | 529 | | |
529 | 530 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
- .gitignore+3-1
- Cargo.toml+1
- crates/assert-instr-macro/src/lib.rs+1-1
- crates/core_arch/src/aarch64/mod.rs+3
- crates/core_arch/src/aarch64/neon/generated.rs+666
- crates/core_arch/src/aarch64/neon/mod.rs+525-2
- crates/core_arch/src/aarch64/test_support.rs+184
- crates/core_arch/src/acle/barrier/cp15.rs+3-3
- crates/core_arch/src/acle/hints.rs+2-2
- crates/core_arch/src/acle/registers/mod.rs+4-4
- crates/core_arch/src/arm/armclang.rs+2-2
- crates/core_arch/src/arm/mod.rs+4
- crates/core_arch/src/arm/neon.rs-1.7k
- crates/core_arch/src/arm/neon/generated.rs+4.5k
- crates/core_arch/src/arm/neon/mod.rs+4.0k
- crates/core_arch/src/arm/neon/table_lookup_tests.rs
- crates/core_arch/src/arm/test_support.rs+830
- crates/core_arch/src/lib.rs+1-1
- crates/core_arch/src/macros.rs+44
- crates/core_arch/src/x86/bt.rs+16-16
- crates/core_arch/src/x86/cpuid.rs+31-31
- crates/core_arch/src/x86/eflags.rs+4-4
- crates/core_arch/src/x86/xsave.rs+1-1
- crates/core_arch/src/x86_64/bt.rs+16-16
- crates/std_detect/src/detect/os/aarch64.rs+3-3
- crates/std_detect/src/lib.rs+1-1
- crates/stdarch-gen/Cargo.toml+9
- crates/stdarch-gen/README.md+11
- crates/stdarch-gen/neon.spec+469
- crates/stdarch-gen/src/main.rs+750
- crates/stdarch-test/src/lib.rs+6
- crates/stdarch-verify/src/lib.rs+3-1
| 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 | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
20 | 28 | | |
21 | 29 | | |
| 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