Commit d927e5a
committed
Auto merge of rust-lang#76174 - ehuss:update-cargo, r=ehuss
Update cargo
8 commits in 51b66125ba97d2906f461b3f4e0408f206299bb6..126907a7cfccbe93778530e6a6bbaa3adb6c515c
2020-08-19 20:22:52 +0000 to 2020-08-31 20:42:11 +0000
- Fix flakiness in close_output test (rust-lang/cargo#8668)
- Reload unstable table from config file in `reload_rooted_at` (rust-lang/cargo#8656)
- Bump to 0.49.0, update changelog (rust-lang/cargo#8659)
- Fix LTO with doctests. (rust-lang/cargo#8657)
- Add spaces after -C and -Z flags for consistency (rust-lang/cargo#8648)
- Fix cache_messages::rustdoc test broken on beta. (rust-lang/cargo#8653)
- fix: remove unnecessary allocations (rust-lang/cargo#8641)
- Fixed a spelling and some clippy warnings (rust-lang/cargo#8637)2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| |||
- CHANGELOG.md+78-2
- Cargo.toml+1-1
- crates/cargo-test-support/src/lib.rs+40-38
- src/bin/cargo/commands/help.rs+1-1
- src/bin/cargo/commands/run.rs+3-3
- src/cargo/core/compiler/context/mod.rs+2-1
- src/cargo/core/compiler/mod.rs+23-24
- src/cargo/core/profiles.rs+2-5
- src/cargo/ops/lockfile.rs+3-17
- src/cargo/ops/registry.rs+1-1
- src/cargo/util/config/mod.rs+25-8
- tests/testsuite/build.rs+9-16
- tests/testsuite/cache_messages.rs+3-7
- tests/testsuite/freshness.rs-8
- tests/testsuite/install.rs+19
- tests/testsuite/lto.rs+94-35
0 commit comments