-
Notifications
You must be signed in to change notification settings - Fork 12.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some noteble changes: * regression fix: rust-lang/cargo#5390 * potentially breaking bug-fix: rust-lang/cargo#5389 * Cargo now caches the result of `rustc -vV`. It checks `rustc` binary mtime and rustup toolchain settings, so it should probably "just work" with rustbuild.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
15 files
+4 −1 | CONTRIBUTING.md | |
+6 −6 | src/bin/command_prelude.rs | |
+5 −1 | src/cargo/core/compiler/job_queue.rs | |
+0 −2 | src/cargo/core/features.rs | |
+1 −1 | src/cargo/core/resolver/types.rs | |
+1 −0 | src/cargo/core/workspace.rs | |
+31 −74 | src/cargo/ops/resolve.rs | |
+1 −1 | tests/testsuite/bench.rs | |
+1 −1 | tests/testsuite/build.rs | |
+14 −3 | tests/testsuite/cargotest/support/mod.rs | |
+12 −12 | tests/testsuite/check.rs | |
+4 −4 | tests/testsuite/doc.rs | |
+12 −16 | tests/testsuite/features.rs | |
+1 −1 | tests/testsuite/rustdoc.rs | |
+5 −51 | tests/testsuite/test.rs |