File tree
43 files changed
+759
-445
lines changed- compiler
- rustc_abi/src
- rustc_attr/src
- rustc_driver_impl/src
- rustc_interface
- src
- rustc_macros/src
- rustc_middle/src/middle
- rustc_query_impl/src
- rustc_query_system/src/dep_graph
- rustc_session/src
- rustc_trait_selection/src/traits/error_reporting
- rustc_ty_utils/src
- library/std/src/sys/windows
- c
- src
- doc/unstable-book/src/compiler-flags
- librustdoc
- html/render
- tools/clippy/clippy_utils/src
- tests/ui
- check-cfg
- layout
- privacy/sealed-traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
43 files changed
+759
-445
lines changedDiff for: Cargo.lock
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4054 | 4054 |
| |
4055 | 4055 |
| |
4056 | 4056 |
| |
4057 |
| - | |
4058 | 4057 |
| |
4059 | 4058 |
| |
4060 | 4059 |
| |
|
Diff for: compiler/rustc_abi/src/layout.rs
+5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
| 542 | + | |
542 | 543 |
| |
543 | 544 |
| |
544 | 545 |
| |
| |||
1103 | 1104 |
| |
1104 | 1105 |
| |
1105 | 1106 |
| |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
1106 | 1111 |
| |
1107 | 1112 |
| |
1108 | 1113 |
| |
|
Diff for: compiler/rustc_attr/src/builtin.rs
+13-28
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
| |||
24 | 23 |
| |
25 | 24 |
| |
26 | 25 |
| |
27 |
| - | |
28 |
| - | |
29 | 26 |
| |
30 | 27 |
| |
31 | 28 |
| |
| |||
153 | 150 |
| |
154 | 151 |
| |
155 | 152 |
| |
156 |
| - | |
| 153 | + | |
157 | 154 |
| |
158 | 155 |
| |
159 | 156 |
| |
| |||
382 | 379 |
| |
383 | 380 |
| |
384 | 381 |
| |
385 |
| - | |
| 382 | + | |
386 | 383 |
| |
387 | 384 |
| |
388 | 385 |
| |
| |||
567 | 564 |
| |
568 | 565 |
| |
569 | 566 |
| |
570 |
| - | |
571 |
| - | |
572 |
| - | |
573 |
| - | |
574 |
| - | |
575 |
| - | |
576 |
| - | |
577 |
| - | |
578 |
| - | |
579 |
| - | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
580 | 572 |
| |
581 |
| - | |
| 573 | + | |
582 | 574 |
| |
583 | 575 |
| |
584 | 576 |
| |
585 | 577 |
| |
586 | 578 |
| |
587 | 579 |
| |
588 |
| - | |
589 |
| - | |
590 |
| - | |
591 |
| - | |
592 |
| - | |
593 |
| - | |
594 |
| - | |
| 580 | + | |
595 | 581 |
| |
596 | 582 |
| |
597 | 583 |
| |
| |||
623 | 609 |
| |
624 | 610 |
| |
625 | 611 |
| |
626 |
| - | |
| 612 | + | |
627 | 613 |
| |
628 | 614 |
| |
629 | 615 |
| |
630 |
| - | |
631 | 616 |
| |
632 | 617 |
| |
633 | 618 |
| |
634 |
| - | |
| 619 | + | |
635 | 620 |
| |
636 |
| - | |
| 621 | + | |
637 | 622 |
| |
638 | 623 |
| |
639 | 624 |
| |
|
Diff for: compiler/rustc_attr/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
|
Diff for: compiler/rustc_interface/Cargo.toml
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
| 29 | + | |
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
|
0 commit comments