This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a6796c1
committed
Auto merge of rust-lang#3768 - rust-lang:rustup-2024-07-27, r=RalfJung
Automatic RustupFile tree
439 files changed
+6833
-6170
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_borrowck/src/diagnostics
- rustc_feature/src
- rustc_hir_analysis
- src
- check
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir/src
- rustc_lint
- src
- rustc_middle/src/ty
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve/assembly
- rustc_parse/src/parser
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- rustc_trait_selection/src
- error_reporting
- infer/nice_region_error
- traits
- traits/select
- rustc_type_ir/src
- library
- core
- src
- fmt
- iter/traits
- num
- tests
- rtstartup
- src
- bootstrap/src/utils
- ci
- docker
- host-x86_64
- arm-android
- dist-android
- scripts
- github-actions
- librustdoc
- clean
- html/static/js
- tools
- clippy
- .cargo
- .github/workflows
- book/src
- development
- clippy_config
- src
- clippy_dev/src
- clippy_lints
- src
- attrs
- cargo
- casts
- doc
- functions
- loops
- matches
- methods
- operators
- transmute
- types
- utils/internal_lints
- clippy_utils
- src
- ty/type_certainty
- declare_clippy_lint
- lintcheck
- src
- tests
- ui-internal
- ui-toml
- await_holding_invalid_type
- disallowed_macros
- max_suggested_slice_pattern_length
- toml_disallowed_methods
- toml_disallowed_types
- ui
- crashes
- doc
- index_refutable_slice
- missing_const_for_fn
- util/gh-pages
- compiletest/src
- miri
- src/shims/x86
- run-make-support/src
- external_deps
- tidy/src
- tests
- assembly
- codegen
- avr
- riscv-abi
- sanitizer/kcfi
- run-make
- c-unwind-abi-catch-lib-panic
- compiler-rt-works-on-mingw
- dump-ice-to-disk
- export-executable-symbols
- extern-flag-disambiguates
- foreign-rust-exceptions
- incr-foreign-head-span
- interdependent-c-libraries
- panic-abort-eh_frame
- ui
- associated-inherent-types
- associated-type-bounds
- async-await/async-closures
- const-generics/generic_const_exprs
- consts/const-eval
- feature-gates
- lang-items
- lint/dead-code
- macros
- parser
- issues
- issue-87217-keyword-order
- privacy
- resolve
- traits
- wf-object
- trivial-bounds
- type-alias
- type
- unsized
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
439 files changed
+6833
-6170
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | | - | |
| 576 | + | |
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| |||
594 | 594 | | |
595 | 595 | | |
596 | 596 | | |
597 | | - | |
| 597 | + | |
598 | 598 | | |
599 | 599 | | |
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
| 603 | + | |
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| |||
623 | 623 | | |
624 | 624 | | |
625 | 625 | | |
626 | | - | |
| 626 | + | |
627 | 627 | | |
628 | 628 | | |
629 | 629 | | |
| |||
648 | 648 | | |
649 | 649 | | |
650 | 650 | | |
651 | | - | |
| 651 | + | |
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
972 | | - | |
| 972 | + | |
973 | 973 | | |
974 | 974 | | |
975 | 975 | | |
| |||
2977 | 2977 | | |
2978 | 2978 | | |
2979 | 2979 | | |
| 2980 | + | |
| 2981 | + | |
| 2982 | + | |
| 2983 | + | |
| 2984 | + | |
| 2985 | + | |
| 2986 | + | |
| 2987 | + | |
| 2988 | + | |
| 2989 | + | |
2980 | 2990 | | |
2981 | 2991 | | |
2982 | 2992 | | |
| |||
5825 | 5835 | | |
5826 | 5836 | | |
5827 | 5837 | | |
5828 | | - | |
| 5838 | + | |
5829 | 5839 | | |
5830 | 5840 | | |
5831 | 5841 | | |
| |||
5836 | 5846 | | |
5837 | 5847 | | |
5838 | 5848 | | |
5839 | | - | |
| 5849 | + | |
5840 | 5850 | | |
5841 | | - | |
| 5851 | + | |
5842 | 5852 | | |
5843 | 5853 | | |
5844 | 5854 | | |
| |||
5852 | 5862 | | |
5853 | 5863 | | |
5854 | 5864 | | |
5855 | | - | |
| 5865 | + | |
5856 | 5866 | | |
5857 | 5867 | | |
5858 | 5868 | | |
5859 | 5869 | | |
5860 | 5870 | | |
5861 | 5871 | | |
5862 | | - | |
5863 | 5872 | | |
5864 | 5873 | | |
5865 | 5874 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
175 | | - | |
| 175 | + | |
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
| 569 | + | |
570 | 570 | | |
571 | 571 | | |
572 | 572 | | |
| |||
1525 | 1525 | | |
1526 | 1526 | | |
1527 | 1527 | | |
1528 | | - | |
1529 | | - | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
| 1533 | + | |
| 1534 | + | |
| 1535 | + | |
1530 | 1536 | | |
1531 | 1537 | | |
1532 | 1538 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
916 | | - | |
| 916 | + | |
917 | 917 | | |
918 | | - | |
| 918 | + | |
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
| |||
1216 | 1216 | | |
1217 | 1217 | | |
1218 | 1218 | | |
| 1219 | + | |
1219 | 1220 | | |
1220 | 1221 | | |
1221 | 1222 | | |
| |||
1348 | 1349 | | |
1349 | 1350 | | |
1350 | 1351 | | |
1351 | | - | |
1352 | | - | |
1353 | | - | |
1354 | | - | |
1355 | | - | |
1356 | | - | |
1357 | | - | |
1358 | | - | |
1359 | | - | |
1360 | | - | |
1361 | | - | |
1362 | | - | |
1363 | | - | |
1364 | | - | |
1365 | | - | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
| 1360 | + | |
| 1361 | + | |
| 1362 | + | |
1366 | 1363 | | |
1367 | 1364 | | |
1368 | 1365 | | |
| |||
2688 | 2685 | | |
2689 | 2686 | | |
2690 | 2687 | | |
| 2688 | + | |
2691 | 2689 | | |
2692 | 2690 | | |
2693 | 2691 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1345 | 1345 | | |
1346 | 1346 | | |
1347 | 1347 | | |
1348 | | - | |
1349 | | - | |
1350 | | - | |
1351 | | - | |
1352 | | - | |
| 1348 | + | |
| 1349 | + | |
| 1350 | + | |
| 1351 | + | |
| 1352 | + | |
| 1353 | + | |
| 1354 | + | |
| 1355 | + | |
| 1356 | + | |
| 1357 | + | |
| 1358 | + | |
| 1359 | + | |
1353 | 1360 | | |
1354 | | - | |
1355 | | - | |
| 1361 | + | |
| 1362 | + | |
| 1363 | + | |
| 1364 | + | |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
1356 | 1370 | | |
1357 | 1371 | | |
1358 | 1372 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1442 | 1442 | | |
1443 | 1443 | | |
1444 | 1444 | | |
| 1445 | + | |
1445 | 1446 | | |
1446 | 1447 | | |
1447 | 1448 | | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
1448 | 1453 | | |
1449 | 1454 | | |
1450 | 1455 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
205 | 205 | | |
206 | 206 | | |
207 | 207 | | |
| 208 | + | |
| 209 | + | |
208 | 210 | | |
209 | 211 | | |
210 | 212 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2832 | 2832 | | |
2833 | 2833 | | |
2834 | 2834 | | |
2835 | | - | |
| 2835 | + | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
| 2839 | + | |
2836 | 2840 | | |
2837 | 2841 | | |
2838 | 2842 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | | - | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
906 | 908 | | |
907 | 909 | | |
908 | 910 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
23 | 28 | | |
24 | | - | |
| 29 | + | |
25 | 30 | | |
26 | 31 | | |
27 | 32 | | |
| |||
0 commit comments