File tree
32 files changed
+39
-39
lines changed- compiler
- rustc_borrowck/src/diagnostics
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_sanitizers/src/cfi/typeid/itanium_cxx_abi
- library
- core/src/ptr
- portable-simd/crates/core_simd/src
- src/tools
- clippy
- clippy_lints/src/methods
- tests/ui
- compiletest/src
- jsondoclint/src
- lld-wrapper/src
- miri
- cargo-miri/src
- miri-script/src
- src
- borrow_tracker
- stacked_borrows
- tree_borrows
- tree
- concurrency
- shims
- unix
- x86
- tests/ui
- associated-types
- coherence
- higher-ranked/leak-check
- parser
- type-alias-impl-trait
32 files changed
+39
-39
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3109 | 3109 |
| |
3110 | 3110 |
| |
3111 | 3111 |
| |
3112 |
| - | |
| 3112 | + | |
3113 | 3113 |
| |
3114 | 3114 |
| |
3115 | 3115 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
- .github/workflows/main.yml+9-5
- crates/assert-instr-macro/build.rs+1
- crates/core_arch/build.rs+3
- crates/core_arch/src/arm/mod.rs+1-2
- crates/core_arch/src/arm/sat.rs+59-5
- crates/core_arch/src/arm_shared/crc.rs+80-10
- crates/core_arch/src/arm_shared/mod.rs+8-1
- crates/core_arch/src/lib.rs-1
- crates/core_arch/src/powerpc/altivec.rs+195-23
- crates/core_arch/src/powerpc/macros.rs+4-1
- crates/core_arch/src/x86/avx.rs+5
- crates/intrinsic-test/src/main.rs+1-1
- crates/std_detect/src/detect/cache.rs+34-9
- crates/stdarch-verify/tests/arm.rs+1
- CHANGELOG.md+15-14
- Cargo.lock+1-1
- crates/cargo-test-support/containers/apache/Dockerfile+4-4
- crates/cargo-test-support/containers/sshd/Dockerfile+3-4
- crates/cargo-util-schemas/src/manifest/mod.rs+9
- crates/cargo-util/src/paths.rs+51-1
- crates/rustfix/Cargo.toml+1-1
- crates/rustfix/tests/everything/multiple-solutions.nightly.fixed.rs+1-1
- crates/rustfix/tests/everything/multiple-solutions.nightly.json+58-6
- crates/rustfix/tests/everything/multiple-solutions.nightly.rs
- crates/rustfix/tests/parse_and_replace.rs+33
- src/cargo/core/compiler/build_runner/mod.rs+1-1
- src/cargo/core/compiler/custom_build.rs+21-5
- src/cargo/core/compiler/mod.rs+32-7
- src/cargo/core/registry.rs+153-158
- src/cargo/core/resolver/resolve.rs+1-1
- src/cargo/ops/resolve.rs+55-41
- src/cargo/util/toml/mod.rs+14-1
- src/doc/man/cargo-metadata.md+3-1
- src/doc/man/generated_txt/cargo-metadata.txt+3-1
- src/doc/src/commands/cargo-metadata.md+3-1
- src/doc/src/reference/cargo-targets.md+7-6
- src/doc/src/reference/external-tools.md+5-3
- src/doc/src/reference/unstable.md+3-3
- src/etc/man/cargo-metadata.1+3-1
- tests/testsuite/bench.rs+3-3
- tests/testsuite/build_script.rs+91-9
- tests/testsuite/check_cfg.rs+328
- tests/testsuite/lints/error/mod.rs+12-13
- tests/testsuite/lints/error/stderr.term.svg+41
- tests/testsuite/lints/implicit_features.rs+137
- tests/testsuite/lints/implicit_features/edition_2021/mod.rs-32
- tests/testsuite/lints/implicit_features/edition_2021/stderr.term.svg-33
- tests/testsuite/lints/implicit_features/edition_2021_warn/mod.rs-45
- tests/testsuite/lints/implicit_features/edition_2021_warn/stderr.term.svg-74
- tests/testsuite/lints/implicit_features/edition_2024/mod.rs-43
- tests/testsuite/lints/implicit_features/edition_2024/stderr.term.svg-33
- tests/testsuite/lints/implicit_features/mod.rs-3
- tests/testsuite/lints/inherited/mod.rs+3-3
- tests/testsuite/lints/inherited/stderr.term.svg+10-12
- tests/testsuite/lints/mod.rs+330
- tests/testsuite/lints/unknown_lints.rs+91
- tests/testsuite/lints/unknown_lints/mod.rs-2
- tests/testsuite/lints/unused_optional_dependencies.rs+159
- tests/testsuite/lints/unused_optional_dependencies/edition_2021/stderr.term.svg-33
- tests/testsuite/lints/unused_optional_dependencies/edition_2024/mod.rs-56
- tests/testsuite/lints/unused_optional_dependencies/edition_2024/stderr.term.svg-77
- tests/testsuite/lints/unused_optional_dependencies/mod.rs-3
- tests/testsuite/lints/unused_optional_dependencies/renamed_deps/mod.rs-43
- tests/testsuite/lints/unused_optional_dependencies/renamed_deps/stderr.term.svg-77
- tests/testsuite/lints/warning/mod.rs+6-3
- tests/testsuite/lints/warning/stderr.term.svg+4-5
- tests/testsuite/lints_table.rs+2-326
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 |
| - | |
| 285 | + | |
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
250 | 250 |
| |
251 | 251 |
| |
252 | 252 |
| |
253 |
| - | |
| 253 | + | |
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
| |||
381 | 381 |
| |
382 | 382 |
| |
383 | 383 |
| |
384 |
| - | |
| 384 | + | |
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
950 | 950 |
| |
951 | 951 |
| |
952 | 952 |
| |
953 |
| - | |
| 953 | + | |
954 | 954 |
| |
955 | 955 |
| |
956 | 956 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
272 |
| - | |
| 272 | + | |
273 | 273 |
| |
274 | 274 |
| |
275 | 275 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 |
| - | |
| 393 | + | |
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
| |||
422 | 422 |
| |
423 | 423 |
| |
424 | 424 |
| |
425 |
| - | |
| 425 | + | |
426 | 426 |
| |
427 | 427 |
| |
428 | 428 |
| |
| |||
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
490 |
| - | |
| 490 | + | |
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
202 | 202 |
| |
203 | 203 |
| |
204 | 204 |
| |
205 |
| - | |
| 205 | + | |
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
483 | 483 |
| |
484 | 484 |
| |
485 | 485 |
| |
486 |
| - | |
| 486 | + | |
487 | 487 |
| |
488 | 488 |
| |
489 | 489 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 |
| - | |
| 114 | + | |
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
213 |
| - | |
| 213 | + | |
214 | 214 |
| |
215 | 215 |
| |
216 | 216 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 |
| - | |
| 393 | + | |
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
757 | 757 |
| |
758 | 758 |
| |
759 | 759 |
| |
760 |
| - | |
| 760 | + | |
761 | 761 |
| |
762 | 762 |
| |
763 | 763 |
| |
| |||
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
791 |
| - | |
| 791 | + | |
792 | 792 |
| |
793 | 793 |
| |
794 | 794 |
| |
| |||
1256 | 1256 |
| |
1257 | 1257 |
| |
1258 | 1258 |
| |
1259 |
| - | |
| 1259 | + | |
1260 | 1260 |
| |
1261 | 1261 |
| |
1262 | 1262 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments