Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rust-lang/cargo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73fe6dab6bb74e2d11cd045a20d7f17831d3ac7e
Choose a base ref
..
head repository: rust-lang/cargo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9d08d4a494e6663721862f6a451d13d4cb8057ee
Choose a head ref
Showing with 397 additions and 301 deletions.
  1. +221 −282 Cargo.lock
  2. +9 −1 src/bin/cargo/cli.rs
  3. +30 −1 src/bin/cargo/commands/uninstall.rs
  4. +1 −0 src/cargo/ops/mod.rs
  5. +8 −0 src/cargo/ops/registry/search.rs
  6. +112 −16 src/cargo/util/command_prelude.rs
  7. +16 −1 tests/testsuite/search.rs
Loading