Commit 75703c1
File tree
Expand file treeCollapse file tree
40 files changed
+1287
-170
lines changedFilter options
- compiler
- rustc_abi/src/layout
- rustc_driver_impl
- src
- rustc_feature
- src
- rustc_hir_typeck/src/method
- rustc_mir_build/src
- rustc_session/src
- rustc_target/src
- callconv
- spec/targets
- rustc_trait_selection/src/error_reporting/traits
- src/doc/unstable-book/src/language-features
- tests
- assembly
- run-make/unstable-feature-usage-metrics
- ui
- asm/x86_64
- closures
- confuse-field-and-method
- inline-const
- suggestions
Expand file treeCollapse file tree
40 files changed
+1287
-170
lines changed+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3685 | 3685 |
|
3686 | 3686 |
|
3687 | 3687 |
|
| 3688 | + |
| 3689 | + |
3688 | 3690 |
|
3689 | 3691 |
|
3690 | 3692 |
|
|
compiler/rustc_abi/src/layout/ty.rs
Copy file name to clipboardExpand all lines: compiler/rustc_abi/src/layout/ty.rs+18Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
212 | 230 |
|
213 | 231 |
|
214 | 232 |
|
|
compiler/rustc_driver_impl/messages.ftl
Copy file name to clipboardExpand all lines: compiler/rustc_driver_impl/messages.ftl+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
| 26 | + |
| 27 | + |
compiler/rustc_driver_impl/src/lib.rs
Copy file name to clipboardExpand all lines: compiler/rustc_driver_impl/src/lib.rs+23-1Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
54 | 55 |
|
55 | 56 |
|
56 | 57 |
|
| ||
103 | 104 |
|
104 | 105 |
|
105 | 106 |
|
106 |
| - |
| 107 | + |
107 | 108 |
|
108 | 109 |
|
109 | 110 |
|
| ||
431 | 432 |
|
432 | 433 |
|
433 | 434 |
|
| 435 | + |
| 436 | + |
| 437 | + |
| 438 | + |
434 | 439 |
|
435 | 440 |
|
436 | 441 |
|
| ||
475 | 480 |
|
476 | 481 |
|
477 | 482 |
|
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
| 491 | + |
| 492 | + |
| 493 | + |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
478 | 500 |
|
479 | 501 |
|
480 | 502 |
|
|
compiler/rustc_driver_impl/src/session_diagnostics.rs
Copy file name to clipboardExpand all lines: compiler/rustc_driver_impl/src/session_diagnostics.rs+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
1 | 3 |
|
2 | 4 |
|
3 | 5 |
|
| ||
93 | 95 |
|
94 | 96 |
|
95 | 97 |
|
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
compiler/rustc_feature/Cargo.toml
Copy file name to clipboardExpand all lines: compiler/rustc_feature/Cargo.toml+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| 10 | + |
| 11 | + |
10 | 12 |
|
compiler/rustc_feature/src/unstable.rs
Copy file name to clipboardExpand all lines: compiler/rustc_feature/src/unstable.rs+50Lines changed: 50 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
| ||
651 | 653 |
|
652 | 654 |
|
653 | 655 |
|
| 656 | + |
| 657 | + |
| 658 | + |
| 659 | + |
| 660 | + |
| 661 | + |
| 662 | + |
| 663 | + |
| 664 | + |
| 665 | + |
| 666 | + |
| 667 | + |
| 668 | + |
| 669 | + |
| 670 | + |
| 671 | + |
| 672 | + |
| 673 | + |
| 674 | + |
| 675 | + |
| 676 | + |
| 677 | + |
| 678 | + |
| 679 | + |
| 680 | + |
| 681 | + |
| 682 | + |
| 683 | + |
| 684 | + |
| 685 | + |
| 686 | + |
| 687 | + |
| 688 | + |
| 689 | + |
| 690 | + |
| 691 | + |
| 692 | + |
| 693 | + |
| 694 | + |
| 695 | + |
| 696 | + |
| 697 | + |
| 698 | + |
| 699 | + |
| 700 | + |
| 701 | + |
| 702 | + |
| 703 | + |
654 | 704 |
|
655 | 705 |
|
656 | 706 |
|
|
compiler/rustc_hir_typeck/src/method/suggest.rs
Copy file name to clipboardExpand all lines: compiler/rustc_hir_typeck/src/method/suggest.rs+8-47Lines changed: 8 additions & 47 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
| ||
45 | 46 |
|
46 | 47 |
|
47 | 48 |
|
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 | 49 |
|
93 | 50 |
|
94 | 51 |
|
| ||
2367 | 2324 |
|
2368 | 2325 |
|
2369 | 2326 |
|
2370 |
| - |
| 2327 | + |
| 2328 | + |
| 2329 | + |
| 2330 | + |
| 2331 | + |
2371 | 2332 |
|
2372 | 2333 |
|
2373 | 2334 |
|
2374 |
| - |
2375 |
| - |
| 2335 | + |
| 2336 | + |
2376 | 2337 |
|
2377 | 2338 |
|
2378 | 2339 |
|
|
compiler/rustc_mir_build/src/check_unsafety.rs
Copy file name to clipboardExpand all lines: compiler/rustc_mir_build/src/check_unsafety.rs+38-1Lines changed: 38 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
537 | 537 |
|
538 | 538 |
|
539 | 539 |
|
540 |
| - |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
| 544 | + |
| 545 | + |
| 546 | + |
541 | 547 |
|
| 548 | + |
| 549 | + |
| 550 | + |
| 551 | + |
| 552 | + |
| 553 | + |
| 554 | + |
| 555 | + |
| 556 | + |
| 557 | + |
| 558 | + |
| 559 | + |
| 560 | + |
| 561 | + |
| 562 | + |
| 563 | + |
| 564 | + |
| 565 | + |
| 566 | + |
| 567 | + |
| 568 | + |
| 569 | + |
| 570 | + |
| 571 | + |
| 572 | + |
| 573 | + |
| 574 | + |
| 575 | + |
| 576 | + |
| 577 | + |
| 578 | + |
542 | 579 |
|
543 | 580 |
|
544 | 581 |
|
|
compiler/rustc_session/src/config.rs
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/config.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1069 | 1069 |
|
1070 | 1070 |
|
1071 | 1071 |
|
1072 |
| - |
| 1072 | + |
1073 | 1073 |
|
1074 | 1074 |
|
1075 | 1075 |
|
|
compiler/rustc_session/src/options.rs
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/options.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1887 | 1887 |
|
1888 | 1888 |
|
1889 | 1889 |
|
1890 |
| - |
| 1890 | + |
1891 | 1891 |
|
1892 | 1892 |
|
1893 | 1893 |
|
|
compiler/rustc_target/src/callconv/s390x.rs
Copy file name to clipboardExpand all lines: compiler/rustc_target/src/callconv/s390x.rs+18-8Lines changed: 18 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
| 2 | + |
3 | 3 |
|
4 |
| - |
5 |
| - |
| 4 | + |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
10 | 14 |
|
11 | 15 |
|
12 | 16 |
|
| ||
32 | 36 |
|
33 | 37 |
|
34 | 38 |
|
35 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
36 | 46 |
|
37 | 47 |
|
38 | 48 |
|
39 | 49 |
|
40 | 50 |
|
41 |
| - |
| 51 | + |
42 | 52 |
|
43 | 53 |
|
44 | 54 |
|
45 | 55 |
|
46 | 56 |
|
47 |
| - |
| 57 | + |
48 | 58 |
|
49 | 59 |
|
50 | 60 |
|
|
compiler/rustc_target/src/spec/targets/s390x_unknown_linux_gnu.rs
Copy file name to clipboardExpand all lines: compiler/rustc_target/src/spec/targets/s390x_unknown_linux_gnu.rs-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 | 9 |
|
13 | 10 |
|
14 | 11 |
|
|
compiler/rustc_target/src/spec/targets/s390x_unknown_linux_musl.rs
Copy file name to clipboardExpand all lines: compiler/rustc_target/src/spec/targets/s390x_unknown_linux_musl.rs-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 | 9 |
|
13 | 10 |
|
14 | 11 |
|
|
0 commit comments