-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 fix-allow-staged
* master: (25 commits) Migrate from tests fom assert_that/execs to .run() Wrap ProcessBuilder in Execs & make .cargo return that Make old Execs methods take not consume self Extract Execs::match_process Add #[must_use] to Execs Inline Execs::_with_stderr Remove an unrun "cargo build" ProcessBuilder Add documentation for creating test dependencies. Only use non-absolute paths for `path` dependencies Fix test failure on nightly due to `codemap::Span` change. New metabuild strategy using custom src_path enum. Remove unnecessary change. Address review comments. Metabuild (RFC 2196) Handle Window's missing file error message Make "cargo uninstall" uninstall the cwd bins update comment based on further research List URL in HTTP download failures Fix compilation error Improve the `cargo install` deprecation messaging ...
- Loading branch information
Showing
101 changed files
with
9,973 additions
and
12,757 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
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
Oops, something went wrong.