Commit 50e1dc1
committed
Auto merge of rust-lang#85059 - ehuss:update-cargo, r=ehuss
Update cargo
7 commits in f3e13226d6d17a2bc5f325303494b43a45f53b7f..e51522ab3db23b0d8f1de54eb1f0113924896331
2021-04-30 21:50:27 +0000 to 2021-05-07 21:29:52 +0000
- Add CARGO_TARGET_TMPDIR env var for integration tests & benches (rust-lang/cargo#9375)
- Bump to 0.55.0, update changelog (rust-lang/cargo#9464)
- Some updates to the unstable documentation (rust-lang/cargo#9457)
- Add CARGO_PROFILE_<name>_SPLIT_DEBUGINFO to env docs. (rust-lang/cargo#9456)
- Add `report` subcommand. (rust-lang/cargo#9438)
- Respect Cargo.toml `[package.exclude]` even not in a git repo. (rust-lang/cargo#9186)
- Document the other crates in the codebase in the contrib guide. (rust-lang/cargo#9439)2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
- CHANGELOG.md+66-4
- Cargo.toml+1-1
- crates/cargo-test-macro/src/lib.rs+6-2
- crates/cargo-test-support/src/git.rs+3-2
- crates/cargo-test-support/src/paths.rs+41-21
- src/bin/cargo/commands/mod.rs+3-3
- src/bin/cargo/commands/report.rs+22-13
- src/bin/cargo/commands/rustc.rs+1-1
- src/cargo/core/compiler/job_queue.rs+2-2
- src/cargo/core/compiler/layout.rs+8
- src/cargo/core/compiler/mod.rs+5
- src/cargo/sources/path.rs+15-34
- src/cargo/util/command_prelude.rs-1
- src/doc/contrib/src/architecture/codebase.md+32
- src/doc/src/reference/environment-variables.md+12-4
- src/doc/src/reference/unstable.md+76-4
- tests/testsuite/build.rs+63-1
- tests/testsuite/future_incompat_report.rs+5-7
- tests/testsuite/vendor.rs+44
0 commit comments