Commit 29d6142
committed
Auto merge of #88127 - ehuss:update-cargo, r=ehuss
Update cargo
8 commits in b51439fd8b505d4800a257acfecf3c69f81e35cf..e96bdb0c3d0a418e7fcd7fbd69be08abf830b4bc
2021-08-09 18:40:05 +0000 to 2021-08-17 22:58:47 +0000
- Support using rustbot to ping the Windows group (rust-lang/cargo#9802)
- Show information about abnormal `fix` errors. (rust-lang/cargo#9799)
- Bump jobserver. (rust-lang/cargo#9798)
- Render build-std web links as hyperlinks (rust-lang/cargo#9795)
- Teach cargo to failfast on recursive/corecursive aliases (rust-lang/cargo#9791)
- Fix value-after-table error with profiles. (rust-lang/cargo#9789)
- Fix plugin registrar change. (rust-lang/cargo#9790)
- Ability to specify the output name for a bin target different from the crate name (rust-lang/cargo#9627)2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1723 | 1723 | | |
1724 | 1724 | | |
1725 | 1725 | | |
1726 | | - | |
| 1726 | + | |
1727 | 1727 | | |
1728 | | - | |
| 1728 | + | |
1729 | 1729 | | |
1730 | 1730 | | |
1731 | 1731 | | |
| |||
- Cargo.toml+1-1
- crates/cargo-test-support/src/tools.rs+20-1
- src/bin/cargo/cli.rs+18-2
- src/cargo/core/compiler/build_context/target_info.rs+11-4
- src/cargo/core/compiler/compilation.rs+6-1
- src/cargo/core/compiler/context/compilation_files.rs+3
- src/cargo/core/compiler/mod.rs+4-1
- src/cargo/core/features.rs+3
- src/cargo/core/manifest.rs+13-1
- src/cargo/ops/fix.rs+16-3
- src/cargo/util/diagnostic_server.rs+9
- src/cargo/util/toml/mod.rs+6-2
- src/cargo/util/toml/targets.rs+15-2
- src/doc/src/reference/unstable.md+31-4
- tests/testsuite/binary_name.rs+291
- tests/testsuite/cargo_alias_config.rs+82-1
- tests/testsuite/cargo_command.rs+8-21
- tests/testsuite/config.rs+36-1
- tests/testsuite/cross_compile.rs+3-3
- tests/testsuite/fix.rs+80-1
- tests/testsuite/main.rs+1
- tests/testsuite/plugins.rs+6-6
- tests/testsuite/proc_macro.rs+3-3
- triagebot.toml+11
0 commit comments