This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
6 files changed
+86
-175
lines changedLines changed: 81 additions & 171 deletions
Large diffs are not rendered by default.
- Cargo.toml+2
- src/cargo/core/compiler/compilation.rs+13-1
- src/cargo/core/compiler/context/mod.rs+36-1
- src/cargo/core/compiler/context/unit_dependencies.rs+4-12
- src/cargo/core/compiler/job_queue.rs+8-4
- src/cargo/core/compiler/mod.rs+1-1
- src/cargo/core/resolver/encode.rs+4-4
- src/cargo/ops/cargo_compile.rs+4-14
- src/cargo/ops/cargo_install.rs+8-1
- src/cargo/ops/cargo_test.rs+51-73
- src/cargo/util/process_builder.rs+8-27
- src/doc/src/getting-started/first-steps.md+3-3
- tests/testsuite/bad_config.rs+2-2
- tests/testsuite/build_script.rs+6
- tests/testsuite/install.rs+44
- tests/testsuite/shell_quoting.rs+43
Submodule clippy updated from 28daee4 to aad450e
Submodule rls updated from 7d0bc55 to 6b4238b
Submodule rustfmt updated from 87edd75 to 5e59925
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
| 50 | + | |
50 | 51 |
| |
51 | 52 |
| |
52 | 53 |
| |
|
0 commit comments