Commit 7a7bcbb
committed
Auto merge of rust-lang#141796 - weihanglo:update-cargo, r=weihanglo
Update cargo
12 commits in 68db37499f2de8acef704c73d9031be6fbcbaee4..64a12460708cf146e16cc61f28aba5dc2463bbb4
2025-05-22 14:27:15 +0000 to 2025-05-30 18:25:08 +0000
- chore: remove HTML comments and inline guide (rust-lang/cargo#15613)
- Add .git-blame-ignore-revs (rust-lang/cargo#15612)
- refactor: cleanup for `CompileMode` (rust-lang/cargo#15608)
- refactor: separate "global" mode from CompileMode (rust-lang/cargo#15601)
- fix(doc): pass `toolchain-shared-resources` to get doc styled (rust-lang/cargo#15605)
- fix(embedded): Resolve multiple bugs in frontmatter parser (rust-lang/cargo#15573)
- chore: Upgrade schemars (rust-lang/cargo#15602)
- Update gix & socket2 (rust-lang/cargo#15600)
- Add `-Zfix-edition` (rust-lang/cargo#15596)
- chore(toml): disable `toml`'s default features, unless necessary (rust-lang/cargo#15598)
- docs(README): fix the link to the changelog in the Cargo book (rust-lang/cargo#15597)
- Add the future edition (rust-lang/cargo#15595)
r? ghost1 file changed
+1
-1
lines changed- .git-blame-ignore-revs+156
- .github/PULL_REQUEST_TEMPLATE.md+7-31
- Cargo.lock+159-244
- Cargo.toml+5-5
- README.md+1-1
- benches/capture/Cargo.toml+1-1
- crates/cargo-test-support/Cargo.toml+1-1
- crates/cargo-util-schemas/manifest.schema.json+2
- src/bin/cargo/commands/bench.rs+1-1
- src/bin/cargo/commands/build.rs+1-1
- src/bin/cargo/commands/check.rs+2-2
- src/bin/cargo/commands/doc.rs+3-2
- src/bin/cargo/commands/fix.rs+22-17
- src/bin/cargo/commands/install.rs+1-1
- src/bin/cargo/commands/run.rs+2-2
- src/bin/cargo/commands/rustc.rs+6-6
- src/bin/cargo/commands/rustdoc.rs+1-1
- src/bin/cargo/commands/test.rs+2-2
- src/cargo/core/compiler/build_config.rs+83-41
- src/cargo/core/compiler/build_context/target_info.rs+1-1
- src/cargo/core/compiler/build_runner/compilation_files.rs+3-6
- src/cargo/core/compiler/build_runner/mod.rs+1-1
- src/cargo/core/compiler/custom_build.rs+2-2
- src/cargo/core/compiler/lto.rs+1-1
- src/cargo/core/compiler/mod.rs+5-2
- src/cargo/core/compiler/rustdoc.rs+1-4
- src/cargo/core/compiler/timings.rs-1
- src/cargo/core/compiler/unit_dependencies.rs+25-25
- src/cargo/core/features.rs+81-16
- src/cargo/core/workspace.rs+12
- src/cargo/ops/cargo_compile/compile_filter.rs+16-19
- src/cargo/ops/cargo_compile/mod.rs+15-22
- src/cargo/ops/cargo_compile/unit_generator.rs+40-39
- src/cargo/ops/cargo_fetch.rs+4-2
- src/cargo/ops/cargo_package/verify.rs+2-2
- src/cargo/ops/fix/fix_edition.rs+108
- src/cargo/ops/fix/mod.rs+61-21
- src/cargo/ops/mod.rs+3-1
- src/cargo/util/command_prelude.rs+3-3
- src/cargo/util/toml/embedded.rs+543-34
- src/cargo/util/toml/mod.rs+1-11
- src/doc/src/reference/unstable.md+31
- tests/testsuite/build.rs+6-7
- tests/testsuite/cargo/z_help/stdout.term.svg+32-30
- tests/testsuite/edition.rs+73
- tests/testsuite/fix.rs+100
- tests/testsuite/member_errors.rs+4-2
- tests/testsuite/test.rs+6-1
- triagebot.toml+1-1
0 commit comments