forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into issue-32540
- Loading branch information
Showing
664 changed files
with
11,547 additions
and
8,666 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cargo
updated
16 files
+14 −14 | .travis.yml | |
+8 −3 | src/bin/metadata.rs | |
+1 −1 | src/bin/test.rs | |
+10 −5 | src/cargo/core/resolver/mod.rs | |
+51 −10 | src/cargo/core/workspace.rs | |
+2 −2 | src/cargo/ops/cargo_rustc/compilation.rs | |
+1 −0 | src/cargo/ops/cargo_rustc/mod.rs | |
+18 −17 | src/cargo/ops/cargo_test.rs | |
+29 −1 | src/cargo/util/errors.rs | |
+1 −1 | src/cargo/util/mod.rs | |
+9 −2 | src/cargo/util/toml.rs | |
+6 −1 | src/doc/manifest.md | |
+17 −2 | tests/metadata.rs | |
+93 −0 | tests/overrides.rs | |
+89 −2 | tests/test.rs | |
+114 −0 | tests/workspaces.rs |
Oops, something went wrong.