11 files changed
+66
-11
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| |||
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
466 | 521 |
| |
467 | 522 |
| |
468 | 523 |
| |
|
- crates/core_arch/avx512bw.md-558
- crates/core_arch/src/aarch64/neon/generated.rs-88
- crates/core_arch/src/arm/neon/generated.rs-700
- crates/core_arch/src/arm/neon/mod.rs+43
- crates/core_arch/src/simd.rs-196
- crates/core_arch/src/x86/avx.rs+5-9
- crates/core_arch/src/x86/avx2.rs+64-64
- crates/core_arch/src/x86/avx512bitalg.rs-760
- crates/core_arch/src/x86/avx512bw.rs-13.9k
- crates/core_arch/src/x86/avx512cd.rs-1.2k
- crates/core_arch/src/x86/avx512f.rs+372-384
- crates/core_arch/src/x86/avx512gfni.rs-1.6k
- crates/core_arch/src/x86/avx512vaes.rs-332
- crates/core_arch/src/x86/avx512vpclmulqdq.rs-266
- crates/core_arch/src/x86/avx512vpopcntdq.rs-541
- crates/core_arch/src/x86/mod.rs-47
- crates/core_arch/src/x86/xsave.rs+4-3
- crates/stdarch-gen/neon.spec-68
- crates/stdarch-gen/src/main.rs+3-2
- crates/stdarch-verify/src/lib.rs-2
- crates/stdarch-verify/tests/x86-intel.rs+5-23
- .github/workflows/main.yml+7-14
- Cargo.toml+3-3
- crates/cargo-test-support/src/lib.rs-4
- crates/cargo-test-support/src/paths.rs+4-17
- crates/crates-io/lib.rs+6-17
- crates/credential/README.md-8
- crates/credential/cargo-credential-1password/Cargo.toml-13
- crates/credential/cargo-credential-1password/src/main.rs-323
- crates/credential/cargo-credential-gnome-secret/Cargo.toml-14
- crates/credential/cargo-credential-gnome-secret/build.rs-3
- crates/credential/cargo-credential-macos-keychain/Cargo.toml-12
- crates/credential/cargo-credential-macos-keychain/src/main.rs-50
- crates/credential/cargo-credential-wincred/Cargo.toml-12
- crates/credential/cargo-credential-wincred/src/main.rs-99
- crates/credential/cargo-credential/Cargo.toml-10
- crates/credential/cargo-credential/README.md-41
- crates/credential/cargo-credential/src/lib.rs-86
- src/bin/cargo/commands/logout.rs-42
- src/bin/cargo/commands/mod.rs-3
- src/cargo/core/compiler/fingerprint.rs+1-1
- src/cargo/core/compiler/standard_lib.rs+42-23
- src/cargo/core/compiler/unit_dependencies.rs+2-18
- src/cargo/core/features.rs-2
- src/cargo/core/package.rs-4
- src/cargo/core/resolver/types.rs+14-2
- src/cargo/core/summary.rs+3-3
- src/cargo/ops/cargo_compile.rs+2-5
- src/cargo/ops/cargo_doc.rs+4-6
- src/cargo/ops/cargo_new.rs+30-39
- src/cargo/ops/cargo_output_metadata.rs+9-14
- src/cargo/ops/mod.rs+2-2
- src/cargo/ops/registry.rs+57-127
- src/cargo/ops/registry/auth.rs-236
- src/cargo/ops/tree/graph.rs-7
- src/cargo/ops/tree/mod.rs+8-7
- src/cargo/ops/vendor.rs+3-25
- src/cargo/util/config/mod.rs+30-53
- src/cargo/util/paths.rs-81
- src/cargo/util/toml/mod.rs+4-2
- src/doc/src/faq.md+7-8
- src/doc/src/reference/build-scripts.md+10-7
- src/doc/src/reference/environment-variables.md-8
- src/doc/src/reference/manifest.md+9-8
- src/doc/src/reference/semver.md+3-3
- src/doc/src/reference/unstable.md-176
- tests/testsuite/bad_config.rs+4-5
- tests/testsuite/build.rs+6-3
- tests/testsuite/build_script.rs+2-126
- tests/testsuite/cache_messages.rs+4-2
- tests/testsuite/check.rs+12-5
- tests/testsuite/credential_process.rs-488
- tests/testsuite/features.rs+19-13
- tests/testsuite/features2.rs+11-1
- tests/testsuite/fix.rs+4-2
- tests/testsuite/logout.rs-82
- tests/testsuite/main.rs-2
- tests/testsuite/metadata.rs-50
- tests/testsuite/mock-std/library/test/Cargo.toml+1
- tests/testsuite/mock-std/library/test/src/lib.rs+1
- tests/testsuite/mock-std/vendor/registry-dep-only-used-by-test/Cargo.toml+9
- tests/testsuite/mock-std/vendor/registry-dep-only-used-by-test/src/lib.rs+2
- tests/testsuite/mock-std/vendor/registry-dep-using-alloc/Cargo.toml+12
- tests/testsuite/mock-std/vendor/registry-dep-using-alloc/src/lib.rs+9
- tests/testsuite/mock-std/vendor/registry-dep-using-core/Cargo.toml+11
- tests/testsuite/mock-std/vendor/registry-dep-using-core/src/lib.rs+8
- tests/testsuite/mock-std/vendor/registry-dep-using-std/Cargo.toml+11
- tests/testsuite/mock-std/vendor/registry-dep-using-std/src/lib.rs+8
- tests/testsuite/mock-std/vendor/rustc-std-workspace-alloc/Cargo.toml+1
- tests/testsuite/mock-std/vendor/rustc-std-workspace-core/Cargo.toml+1
- tests/testsuite/mock-std/vendor/rustc-std-workspace-std/Cargo.toml+1
- tests/testsuite/new.rs+4-32
- tests/testsuite/standard_lib.rs+88-73
- README.md+3-9
- rust-version+1-1
- src/data_race.rs+37-34
- src/diagnostics.rs+5-3
- src/lib.rs+1-1
- src/machine.rs+2-2
- src/shims/foreign_items.rs+1-1
- src/shims/intrinsics.rs+4-4
- src/vector_clock.rs+187-2
- tests/compile-fail/abort-terminator.rs+1-1
- tests/compile-fail/data_race/release_seq_race_same_thread.rs-50
- tests/compile-fail/intrinsics/uninit_uninhabited_type.rs+1-1
- tests/compile-fail/intrinsics/zero_fn_ptr.rs+1-1
- tests/compile-fail/panic/double_panic.rs+1-1
- tests/compile-fail/panic/panic_abort1.rs+1-1
- tests/compile-fail/panic/panic_abort2.rs+1-1
- tests/compile-fail/panic/panic_abort3.rs+1-1
- tests/compile-fail/panic/panic_abort4.rs+1-1
- tests/compile-fail/stacked_borrows/raw_tracking.rs+1
- tests/run-pass/btreemap.rs+1
- tests/run-pass/concurrency/data_race.rs+4-3
- tests/run-pass/heap_allocator.rs+11-11
- tests/run-pass/leak-in-static.rs-8
- tests/run-pass/rc.rs+1
- tests/run-pass/stacked-borrows/stacked-borrows.rs+1
- tests/run-pass/vec.rs+1
- tests/run-pass/vecdeque.rs+1
- .github/workflows/ci.yml-88
- Cargo.lock+105-125
- Cargo.toml+2-2
- README.md+5-1
- azure-pipelines.yml+47
- ci/azure-install-rust.yml+33
- ci/azure-rustfmt.yml+18
- ci/azure-test.yml+29
- ci/setup-toolchain.sh-37
- rls/src/build/cargo.rs-11
- rust-toolchain-1
- rustfmt.toml+1
- tests/client.rs+8-36
- tests/fixtures/hover/save_data/test_tooltip_std.rs.0008_027.json+2-2
- CHANGELOG.md+1-56
- Cargo.lock+92-112
- Cargo.toml+10-10
- Configurations.md-50
- src/attr.rs+94-94
- src/closures.rs+10-13
- src/config/mod.rs-3
- src/config/options.rs-12
- src/expr.rs+18-28
- src/items.rs+43-114
- src/lib.rs+2-2
- src/macros.rs+4-2
- src/modules/visitor.rs+1-1
- src/reorder.rs+22-83
- src/skip.rs+1-1
- src/syntux/parser.rs+1-9
- src/types.rs+73-192
- src/utils.rs+1-2
- src/visitor.rs+2-6
- tests/source/configs/group_imports/StdExternalCrate-merge_imports.rs-17
- tests/source/configs/group_imports/StdExternalCrate-nested.rs-6
- tests/source/configs/group_imports/StdExternalCrate-no_reorder.rs-17
- tests/source/configs/group_imports/StdExternalCrate.rs-15
- tests/source/expr.rs-10
- tests/source/extern.rs-14
- tests/source/issue-2781.rs-11
- tests/source/issue-4243.rs-21
- tests/source/issue-4244.rs-16
- tests/source/issue-4245.rs-26
- tests/source/issue-4577.rs-20
- tests/source/issue_4584.rs-19
- tests/source/negative-impl.rs-7
- tests/source/structs.rs-11
- tests/source/type.rs-6
- tests/target/configs/group_imports/StdExternalCrate-merge_imports.rs-16
- tests/target/configs/group_imports/StdExternalCrate-nested.rs-7
- tests/target/configs/group_imports/StdExternalCrate-no_reorder.rs-15
- tests/target/configs/group_imports/StdExternalCrate.rs-13
- tests/target/configs/where_single_line/true-with-brace-style.rs-22
- tests/target/expr.rs-10
- tests/target/extern.rs-6
- tests/target/issue-2781.rs-11
- tests/target/issue-4029.rs-7
- tests/target/issue-4115.rs-8
- tests/target/issue-4152.rs-18
- tests/target/issue-4243.rs-28
- tests/target/issue-4244.rs-20
- tests/target/issue-4245.rs-34
- tests/target/issue-4313.rs-5
- tests/target/issue-4577.rs-15
- tests/target/issue_4545.rs-5
- tests/target/issue_4584.rs-32
- tests/target/negative-impl.rs-14
- tests/target/structs.rs-14
- tests/target/type.rs-4
0 commit comments