This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
75 files changed
+241
-365
lines changed- .github/workflows
- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_codegen_cranelift/src
- intrinsics
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- debuginfo
- mir
- rustc_const_eval/src
- interpret
- transform
- rustc_hir/src
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- rustc_infer/src/infer
- rustc_llvm/llvm-wrapper
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir
- interpret
- ty
- rustc_mir_build/src/thir/pattern
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_smir/src/rustc_smir
- rustc_span/src
- rustc_trait_selection/src
- solve/eval_ctxt
- traits
- select
- rustc_transmute/src
- library
- alloc/src
- core/src
- src
- bootstrap/src/core/build_steps
- ci
- docker
- host-x86_64
- x86_64-gnu-llvm-16
- x86_64-gnu-llvm-17
- x86_64-gnu-llvm-18
- scripts
- github-actions
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- miri
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- shims/intrinsics
- tests/fail/both_borrows
- tests
- codegen
- issues
- mir-opt
- run-make/lto-linkage-used-attr
- ui
- codegen
- fmt
- macros
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
75 files changed
+241
-365
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1475 | 1475 |
| |
1476 | 1476 |
| |
1477 | 1477 |
| |
1478 |
| - | |
| 1478 | + | |
1479 | 1479 |
| |
1480 | 1480 |
| |
1481 | 1481 |
| |
| |||
1509 | 1509 |
| |
1510 | 1510 |
| |
1511 | 1511 |
| |
1512 |
| - | |
| 1512 | + | |
1513 | 1513 |
| |
1514 | 1514 |
| |
1515 | 1515 |
| |
| |||
1521 | 1521 |
| |
1522 | 1522 |
| |
1523 | 1523 |
| |
1524 |
| - | |
1525 |
| - | |
1526 |
| - | |
1527 |
| - | |
| 1524 | + | |
1528 | 1525 |
| |
1529 |
| - | |
| 1526 | + | |
1530 | 1527 |
| |
1531 | 1528 |
| |
1532 | 1529 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
28 | 27 |
| |
29 |
| - | |
30 | 28 |
| |
31 | 29 |
| |
32 | 30 |
| |
| |||
334 | 332 |
| |
335 | 333 |
| |
336 | 334 |
| |
337 |
| - | |
338 | 335 |
| |
339 | 336 |
| |
340 |
| - | |
341 |
| - | |
342 |
| - | |
343 |
| - | |
344 |
| - | |
345 | 337 |
| |
346 | 338 |
| |
347 | 339 |
| |
| |||
476 | 468 |
| |
477 | 469 |
| |
478 | 470 |
| |
479 |
| - | |
480 |
| - | |
481 |
| - | |
482 |
| - | |
483 | 471 |
| |
484 | 472 |
| |
485 | 473 |
| |
| |||
761 | 749 |
| |
762 | 750 |
| |
763 | 751 |
| |
764 |
| - | |
765 | 752 |
| |
766 |
| - | |
767 | 753 |
| |
768 | 754 |
| |
769 |
| - | |
770 |
| - | |
771 |
| - | |
772 |
| - | |
773 |
| - | |
| 755 | + | |
774 | 756 |
| |
775 | 757 |
| |
776 | 758 |
| |
777 | 759 |
| |
778 | 760 |
| |
779 | 761 |
| |
780 | 762 |
| |
781 |
| - | |
782 |
| - | |
783 |
| - | |
784 |
| - | |
785 |
| - | |
| 763 | + | |
786 | 764 |
| |
787 | 765 |
| |
788 | 766 |
| |
789 | 767 |
| |
790 | 768 |
| |
791 | 769 |
| |
792 |
| - | |
793 |
| - | |
794 |
| - | |
795 |
| - | |
796 |
| - | |
| 770 | + | |
797 | 771 |
| |
798 | 772 |
| |
799 | 773 |
| |
800 | 774 |
| |
801 | 775 |
| |
802 | 776 |
| |
803 |
| - | |
804 |
| - | |
805 |
| - | |
806 |
| - | |
807 |
| - | |
| 777 | + | |
808 | 778 |
| |
809 | 779 |
| |
810 | 780 |
| |
| |||
1353 | 1323 |
| |
1354 | 1324 |
| |
1355 | 1325 |
| |
1356 |
| - | |
1357 | 1326 |
| |
1358 |
| - | |
1359 | 1327 |
| |
1360 | 1328 |
| |
1361 | 1329 |
| |
|
There was a problem loading the remainder of the diff.
0 commit comments