File tree
10 files changed
+24
-10
lines changed- compiler
- rustc_attr/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_middle/src/mir
- rustc_mir_transform/src
- rustc_span/src
- library/core/src
- slice
10 files changed
+24
-10
lines changedDiff for: compiler/rustc_attr/src/builtin.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
| 49 | + | |
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
|
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
| 51 | + | |
| 52 | + | |
50 | 53 |
| |
51 | 54 |
| |
52 | 55 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
546 | 546 |
| |
547 | 547 |
| |
548 | 548 |
| |
| 549 | + | |
| 550 | + | |
549 | 551 |
| |
550 | 552 |
| |
551 | 553 |
| |
|
Diff for: compiler/rustc_middle/src/mir/mono.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 |
| - | |
| 141 | + | |
142 | 142 |
| |
143 | 143 |
| |
144 | 144 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2101 | 2101 |
| |
2102 | 2102 |
| |
2103 | 2103 |
| |
| 2104 | + | |
2104 | 2105 |
| |
2105 | 2106 |
| |
2106 | 2107 |
| |
|
Diff for: library/core/src/option.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
958 | 958 |
| |
959 | 959 |
| |
960 | 960 |
| |
961 |
| - | |
| 961 | + | |
| 962 | + | |
962 | 963 |
| |
963 | 964 |
| |
964 | 965 |
| |
|
Diff for: library/core/src/result.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1091 | 1091 |
| |
1092 | 1092 |
| |
1093 | 1093 |
| |
1094 |
| - | |
| 1094 | + | |
| 1095 | + | |
1095 | 1096 |
| |
1096 | 1097 |
| |
1097 | 1098 |
| |
|
Diff for: library/core/src/slice/index.rs
+10-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
| |||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 |
| - | |
| 26 | + | |
| 27 | + | |
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| |||
455 | 457 |
| |
456 | 458 |
| |
457 | 459 |
| |
458 |
| - | |
| 460 | + | |
| 461 | + | |
459 | 462 |
| |
460 | 463 |
| |
461 | 464 |
| |
| |||
507 | 510 |
| |
508 | 511 |
| |
509 | 512 |
| |
510 |
| - | |
| 513 | + | |
| 514 | + | |
511 | 515 |
| |
512 | 516 |
| |
513 | 517 |
| |
| |||
545 | 549 |
| |
546 | 550 |
| |
547 | 551 |
| |
548 |
| - | |
| 552 | + | |
| 553 | + | |
549 | 554 |
| |
550 | 555 |
| |
551 | 556 |
| |
|
0 commit comments