2 files changed
+1
-5
lines changedDiff for: Cargo.lock
-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
304 | 304 |
| |
305 | 305 |
| |
306 | 306 |
| |
307 |
| - | |
308 |
| - | |
309 |
| - | |
310 |
| - | |
311 | 307 |
| |
312 | 308 |
| |
313 | 309 |
| |
|
Diff for: src/tools/cargo
- .travis.yml-75
- README.md+1-2
- appveyor.yml-22
- azure-pipelines.yml+91
- ci/azure-install-rust.yml+28
- ci/azure-test-all.yml+28
- crates/cargo-test-macro/Cargo.toml-4
- crates/cargo-test-macro/src/lib.rs+51-18
- src/bin/cargo/commands/clippy.rs+3-2
- src/bin/cargo/commands/fix.rs+26
- src/cargo/core/compiler/build_config.rs+3-3
- src/cargo/core/compiler/build_context/mod.rs+1-4
- src/cargo/core/compiler/compilation.rs+28-6
- src/cargo/core/compiler/mod.rs+5-4
- src/cargo/core/resolver/encode.rs+272-59
- src/cargo/core/resolver/mod.rs+4-2
- src/cargo/core/resolver/resolve.rs+61
- src/cargo/ops/fix.rs+50-20
- src/cargo/ops/lockfile.rs+10-5
- src/cargo/sources/path.rs+1-116
- src/cargo/util/command_prelude.rs+3-1
- src/cargo/util/config.rs+26-19
- src/cargo/util/rustc.rs+8-3
- tests/testsuite/cache_messages.rs+20-20
- tests/testsuite/clippy.rs+40
- tests/testsuite/config.rs+7-1
- tests/testsuite/features.rs+57
- tests/testsuite/fix.rs+49-2
- tests/testsuite/freshness.rs+8-8
- tests/testsuite/lockfile_compat.rs+125
- tests/testsuite/main.rs+1
- tests/testsuite/package.rs+5-38
- tests/testsuite/support/mod.rs+71-35
- tests/testsuite/tool_paths.rs+7-3
0 commit comments