This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4 files changed
+142
-97
lines changedLines changed: 135 additions & 95 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 |
| |
36 | 41 |
| |
37 | 42 |
| |
|
- Cargo.lock+21
- Cargo.toml+4
- src/bin/bench.rs+4-1
- src/bin/build.rs+4-1
- src/bin/check.rs+4-1
- src/bin/doc.rs+2-1
- src/bin/git_checkout.rs+2-2
- src/bin/install.rs+3-2
- src/bin/run.rs+3-2
- src/bin/rustc.rs+4-1
- src/bin/rustdoc.rs+4-1
- src/bin/test.rs+6-2
- src/cargo/core/manifest.rs+16-3
- src/cargo/core/package_id.rs+1-1
- src/cargo/core/package_id_spec.rs+1-1
- src/cargo/core/resolver/mod.rs+54-26
- src/cargo/core/source.rs+23-22
- src/cargo/core/summary.rs+2-2
- src/cargo/lib.rs+3
- src/cargo/ops/cargo_compile.rs+25-10
- src/cargo/ops/cargo_generate_lockfile.rs+3-2
- src/cargo/ops/cargo_install.rs+2-2
- src/cargo/ops/cargo_new.rs+2-1
- src/cargo/ops/cargo_package.rs+1-1
- src/cargo/ops/cargo_rustc/layout.rs+31
- src/cargo/ops/cargo_rustc/mod.rs+20-8
- src/cargo/ops/registry.rs+1-1
- src/cargo/ops/resolve.rs+14-7
- src/cargo/sources/config.rs+5-5
- src/cargo/sources/git/source.rs+34-20
- src/cargo/util/toml/mod.rs+8-3
- src/cargo/util/toml/targets.rs+34-16
- src/doc/environment-variables.md+3
- src/doc/manifest.md+2-1
- tests/build.rs+32
- tests/check.rs+26
- tests/features.rs+76-2
- tests/install.rs+8
- tests/new.rs+1
- tests/resolve.rs+6-6
- tests/test.rs+39
Submodule rls updated from 5d4bbd9 to 25ffb3a
0 commit comments