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 changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
651 | 651 |
| |
652 | 652 |
| |
653 | 653 |
| |
654 |
| - | |
| 654 | + | |
655 | 655 |
| |
656 | 656 |
| |
657 | 657 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3109 | 3109 |
| |
3110 | 3110 |
| |
3111 | 3111 |
| |
3112 |
| - | |
| 3112 | + | |
3113 | 3113 |
| |
3114 | 3114 |
| |
3115 | 3115 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
42 |
| - | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
268 | 268 |
| |
269 | 269 |
| |
270 | 270 |
| |
271 |
| - | |
| 271 | + | |
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
190 |
| - | |
| 190 | + | |
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
|
Lines changed: 1 addition & 1 deletion
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
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
130 |
| - | |
| 130 | + | |
131 | 131 |
| |
132 | 132 |
| |
133 | 133 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
282 | 282 |
| |
283 | 283 |
| |
284 | 284 |
| |
285 |
| - | |
| 285 | + | |
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
|
0 commit comments