File tree
11 files changed
+45
-16
lines changed- src
- libcore
- macros
- prelude
- librustc_query_system
- libstd
- prelude
- test/ui/feature-gates
11 files changed
+45
-16
lines changed+12-12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1747 | 1747 |
| |
1748 | 1748 |
| |
1749 | 1749 |
| |
1750 |
| - | |
| 1750 | + | |
1751 | 1751 |
| |
1752 | 1752 |
| |
1753 | 1753 |
| |
| |||
1866 | 1866 |
| |
1867 | 1867 |
| |
1868 | 1868 |
| |
1869 |
| - | |
| 1869 | + | |
1870 | 1870 |
| |
1871 |
| - | |
| 1871 | + | |
1872 | 1872 |
| |
1873 | 1873 |
| |
1874 | 1874 |
| |
| |||
2406 | 2406 |
| |
2407 | 2407 |
| |
2408 | 2408 |
| |
2409 |
| - | |
| 2409 | + | |
2410 | 2410 |
| |
2411 |
| - | |
| 2411 | + | |
2412 | 2412 |
| |
2413 | 2413 |
| |
2414 |
| - | |
| 2414 | + | |
2415 | 2415 |
| |
2416 | 2416 |
| |
2417 | 2417 |
| |
| |||
2431 | 2431 |
| |
2432 | 2432 |
| |
2433 | 2433 |
| |
2434 |
| - | |
| 2434 | + | |
2435 | 2435 |
| |
2436 |
| - | |
| 2436 | + | |
2437 | 2437 |
| |
2438 | 2438 |
| |
2439 | 2439 |
| |
| |||
3251 | 3251 |
| |
3252 | 3252 |
| |
3253 | 3253 |
| |
3254 |
| - | |
| 3254 | + | |
3255 | 3255 |
| |
3256 | 3256 |
| |
3257 | 3257 |
| |
| |||
3696 | 3696 |
| |
3697 | 3697 |
| |
3698 | 3698 |
| |
3699 |
| - | |
| 3699 | + | |
3700 | 3700 |
| |
3701 | 3701 |
| |
3702 | 3702 |
| |
| |||
3991 | 3991 |
| |
3992 | 3992 |
| |
3993 | 3993 |
| |
3994 |
| - | |
| 3994 | + | |
3995 | 3995 |
| |
3996 | 3996 |
| |
3997 | 3997 |
| |
| |||
4140 | 4140 |
| |
4141 | 4141 |
| |
4142 | 4142 |
| |
4143 |
| - | |
| 4143 | + | |
4144 | 4144 |
| |
4145 | 4145 |
| |
4146 | 4146 |
| |
|
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 | |
---|---|---|---|
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
| 526 | + | |
526 | 527 |
| |
527 | 528 |
| |
528 | 529 |
| |
|
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 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 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 |
|
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 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 |
| |
20 | 28 |
| |
21 | 29 |
|
0 commit comments