File tree
121 files changed
+571
-621
lines changed- compiler
- rustc_borrowck/src
- diagnostics
- rustc_hir_typeck/src
- rustc_infer/src/infer
- opaque_types
- region_constraints
- rustc_lint
- src
- rustc_lint_defs/src
- rustc_middle/src/ty
- rustc_mir_build/src
- builder
- coverageinfo
- custom
- parse
- expr
- matches
- thir
- cx
- rustc_passes
- src
- rustc_span/src
- rustc_trait_selection/src
- error_reporting/infer
- nice_region_error
- errors
- library/std/src
- src
- bootstrap/src/core/builder
- doc/rustdoc/src
- tests
- rustdoc
- rustdoc-gui
- src/test_docs
- rustdoc-json
- rustdoc-ui
- ui
- borrowck
- drop
- editions
- error-emitter
- internal-lints
- intrinsics
- iterators
- never_type
- pattern/rfc-3627-match-ergonomics-2024
- rfcs/rfc-2396-target_feature-11
- rust-2024
- unsafe-attributes
- unsafe-extern-blocks
- rustdoc
- stats
- structs-enums
- unsafe
- unsafe_op_in_unsafe_fn
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+571
-621
lines changedDiff for: Cargo.lock
-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4275 | 4275 |
| |
4276 | 4276 |
| |
4277 | 4277 |
| |
4278 |
| - | |
4279 | 4278 |
| |
4280 | 4279 |
| |
4281 | 4280 |
| |
|
+20-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1474 | 1474 |
| |
1475 | 1475 |
| |
1476 | 1476 |
| |
1477 |
| - | |
1478 |
| - | |
1479 |
| - | |
| 1477 | + | |
| 1478 | + | |
| 1479 | + | |
1480 | 1480 |
| |
1481 |
| - | |
1482 |
| - | |
1483 |
| - | |
1484 |
| - | |
| 1481 | + | |
| 1482 | + | |
| 1483 | + | |
| 1484 | + | |
| 1485 | + | |
| 1486 | + | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
| 1493 | + | |
1485 | 1494 |
| |
1486 |
| - | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
1487 | 1498 |
| |
1488 | 1499 |
| |
1489 | 1500 |
| |
| |||
1500 | 1511 |
| |
1501 | 1512 |
| |
1502 | 1513 |
| |
1503 |
| - | |
1504 | 1514 |
| |
1505 |
| - | |
| 1515 | + | |
1506 | 1516 |
| |
1507 | 1517 |
| |
1508 | 1518 |
| |
|
+13-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
848 | 848 |
| |
849 | 849 |
| |
850 | 850 |
| |
851 |
| - | |
| 851 | + | |
852 | 852 |
| |
853 | 853 |
| |
854 | 854 |
| |
| |||
875 | 875 |
| |
876 | 876 |
| |
877 | 877 |
| |
878 |
| - | |
| 878 | + | |
879 | 879 |
| |
880 | 880 |
| |
881 | 881 |
| |
882 | 882 |
| |
883 | 883 |
| |
884 | 884 |
| |
885 | 885 |
| |
886 |
| - | |
| 886 | + | |
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
| |||
1018 | 1018 |
| |
1019 | 1019 |
| |
1020 | 1020 |
| |
1021 |
| - | |
1022 |
| - | |
1023 |
| - | |
1024 |
| - | |
| 1021 | + | |
| 1022 | + | |
| 1023 | + | |
| 1024 | + | |
| 1025 | + | |
1025 | 1026 |
| |
1026 | 1027 |
| |
1027 | 1028 |
| |
1028 | 1029 |
| |
1029 |
| - | |
1030 |
| - | |
1031 |
| - | |
1032 |
| - | |
| 1030 | + | |
| 1031 | + | |
| 1032 | + | |
| 1033 | + | |
| 1034 | + | |
1033 | 1035 |
| |
1034 | 1036 |
| |
1035 | 1037 |
| |
|
Diff for: compiler/rustc_borrowck/src/lib.rs
+4-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
| 144 | + | |
| 145 | + | |
| 146 | + | |
144 | 147 |
| |
145 | 148 |
| |
146 | 149 |
| |
| |||
162 | 165 |
| |
163 | 166 |
| |
164 | 167 |
| |
165 |
| - | |
166 |
| - | |
167 |
| - | |
168 |
| - | |
169 |
| - | |
170 |
| - | |
171 |
| - | |
172 | 168 |
| |
173 | 169 |
| |
174 | 170 |
| |
| |||
224 | 220 |
| |
225 | 221 |
| |
226 | 222 |
| |
| 223 | + | |
227 | 224 |
| |
228 | 225 |
| |
229 | 226 |
| |
|
Diff for: compiler/rustc_hir_typeck/src/upvar.rs
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
1684 | 1684 |
| |
1685 | 1685 |
| |
1686 | 1686 |
| |
1687 |
| - | |
1688 |
| - | |
| 1687 | + | |
1689 | 1688 |
| |
1690 | 1689 |
| |
1691 | 1690 |
| |
|
Diff for: compiler/rustc_infer/src/infer/mod.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
689 | 689 |
| |
690 | 690 |
| |
691 | 691 |
| |
692 |
| - | |
| 692 | + | |
693 | 693 |
| |
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
699 | 699 |
| |
700 |
| - | |
| 700 | + | |
701 | 701 |
| |
702 | 702 |
| |
703 | 703 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
364 | 364 |
| |
365 | 365 |
| |
366 | 366 |
| |
367 |
| - | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
466 | 466 |
| |
467 | 467 |
| |
468 | 468 |
| |
469 |
| - | |
| 469 | + | |
470 | 470 |
| |
471 | 471 |
| |
472 | 472 |
| |
|
Diff for: compiler/rustc_lint/messages.ftl
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
536 | 536 |
| |
537 | 537 |
| |
538 | 538 |
| |
539 |
| - | |
540 |
| - | |
541 |
| - | |
542 | 539 |
| |
543 | 540 |
| |
544 | 541 |
| |
|
Diff for: compiler/rustc_lint/src/builtin.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1814 | 1814 |
| |
1815 | 1815 |
| |
1816 | 1816 |
| |
1817 |
| - | |
| 1817 | + | |
1818 | 1818 |
| |
1819 | 1819 |
| |
1820 | 1820 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
87 |
| - | |
| 87 | + | |
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
|
Diff for: compiler/rustc_lint/src/internal.rs
+2-42
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
378 |
| - | |
379 |
| - | |
380 |
| - | |
381 |
| - | |
382 |
| - | |
383 |
| - | |
384 |
| - | |
385 |
| - | |
386 |
| - | |
387 |
| - | |
388 |
| - | |
389 |
| - | |
390 |
| - | |
391 |
| - | |
392 |
| - | |
393 |
| - | |
394 |
| - | |
395 |
| - | |
396 |
| - | |
397 |
| - | |
398 |
| - | |
399 |
| - | |
400 |
| - | |
401 |
| - | |
402 |
| - | |
403 |
| - | |
404 |
| - | |
405 |
| - | |
406 |
| - | |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
411 |
| - | |
412 |
| - | |
413 |
| - | |
414 |
| - | |
415 |
| - | |
416 |
| - | |
417 |
| - | |
418 | 378 |
| |
419 | 379 |
| |
420 | 380 |
| |
|
Diff for: compiler/rustc_lint/src/lib.rs
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
600 | 600 |
| |
601 | 601 |
| |
602 | 602 |
| |
603 |
| - | |
604 |
| - | |
605 | 603 |
| |
606 | 604 |
| |
607 | 605 |
| |
| |||
629 | 627 |
| |
630 | 628 |
| |
631 | 629 |
| |
632 |
| - | |
633 | 630 |
| |
634 | 631 |
| |
635 | 632 |
| |
|
Diff for: compiler/rustc_lint/src/lints.rs
-7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
950 | 950 |
| |
951 | 951 |
| |
952 | 952 |
| |
953 |
| - | |
954 |
| - | |
955 |
| - | |
956 |
| - | |
957 |
| - | |
958 |
| - | |
959 |
| - | |
960 | 953 |
| |
961 | 954 |
| |
962 | 955 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
| 64 | + | |
64 | 65 |
| |
65 | 66 |
| |
66 | 67 |
| |
|
0 commit comments