Commit 6470169
committed
Auto merge of rust-lang#71642 - ehuss:update-cargo, r=ehuss
Update cargo
11 commits in 8751eb3010d4cdb5329b5a6bd2b6d765c95b0dca..90931d9b31e8b854522fed00916504a3ac6d8619
2020-04-21 18:04:35 +0000 to 2020-04-28 01:56:59 +0000
- Use associated constants directly on primitive types instead of modules (rust-lang/cargo#8077)
- Clear `RUSTDOCFLAGS` before running tests (rust-lang/cargo#8168)
- Fix warning for `resolve` mismatch in workspace. (rust-lang/cargo#8169)
- Fix flaky linking_interrupted test. (rust-lang/cargo#8162)
- Fixed some unnecessary borrows and clones. (rust-lang/cargo#8146)
- Added warning when using restricted names in Windows. (rust-lang/cargo#8136)
- Add changelog about dylib uplift. (rust-lang/cargo#8161)
- Mention that cargo_metadata can parse json messages (rust-lang/cargo#8158)
- Re-enable rustc-info-cache test again (rust-lang/cargo#8155)
- Updates to path source walking. (rust-lang/cargo#8095)
- Bump to 0.46.0, update changelog (rust-lang/cargo#8153)2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
295 | | - | |
| 295 | + | |
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| |||
1251 | 1251 | | |
1252 | 1252 | | |
1253 | 1253 | | |
1254 | | - | |
| 1254 | + | |
1255 | 1255 | | |
1256 | | - | |
| 1256 | + | |
1257 | 1257 | | |
1258 | 1258 | | |
1259 | 1259 | | |
| |||
1795 | 1795 | | |
1796 | 1796 | | |
1797 | 1797 | | |
1798 | | - | |
| 1798 | + | |
1799 | 1799 | | |
1800 | | - | |
| 1800 | + | |
1801 | 1801 | | |
1802 | 1802 | | |
1803 | 1803 | | |
| |||
- CHANGELOG.md+111-2
- Cargo.toml+3-3
- crates/cargo-test-support/src/lib.rs+1-1
- crates/resolver-tests/tests/resolve.rs+1-1
- src/cargo/core/compiler/context/compilation_files.rs+1-1
- src/cargo/core/compiler/fingerprint.rs+18-2
- src/cargo/core/manifest.rs+4-4
- src/cargo/core/resolver/conflict_cache.rs+1-1
- src/cargo/core/workspace.rs+3-1
- src/cargo/ops/cargo_compile.rs+3-3
- src/cargo/ops/cargo_package.rs+5-18
- src/cargo/ops/registry.rs+1-1
- src/cargo/ops/resolve.rs+2-2
- src/cargo/sources/path.rs+84-63
- src/cargo/sources/registry/mod.rs+13-6
- src/cargo/util/restricted_names.rs+11
- src/doc/src/reference/external-tools.md+4
- tests/testsuite/build_script.rs+36-2
- tests/testsuite/death.rs+2-46
- tests/testsuite/features2.rs+11
- tests/testsuite/freshness.rs+52-11
- tests/testsuite/package.rs+106-1
- tests/testsuite/publish_lockfile.rs+1
- tests/testsuite/rustc_info_cache.rs+3-3
- tests/testsuite/standard_lib.rs+1-1
- tests/testsuite/test.rs+1-1
0 commit comments