5 files changed
+11
-11
lines changed+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .travis.yml+5-1
- README.md+7-3
- appveyor.yml+1-1
- rustfmt.toml+1
- src/bin/check.rs+17-2
- src/bin/login.rs+24-12
- src/bin/owner.rs+9-1
- src/bin/publish.rs+8-1
- src/bin/rustc.rs+1-1
- src/bin/search.rs+9-2
- src/bin/test.rs+3-3
- src/bin/uninstall.rs+5-3
- src/bin/yank.rs+10-2
- src/cargo/core/features.rs+2
- src/cargo/core/manifest.rs+9
- src/cargo/core/registry.rs+3-1
- src/cargo/core/resolver/mod.rs+102-79
- src/cargo/core/source/source_id.rs+10-12
- src/cargo/core/workspace.rs+1
- src/cargo/ops/cargo_clean.rs+2-2
- src/cargo/ops/cargo_compile.rs+41-10
- src/cargo/ops/cargo_install.rs+48-1
- src/cargo/ops/cargo_rustc/context.rs+1-1
- src/cargo/ops/lockfile.rs+19-8
- src/cargo/ops/registry.rs+49-20
- src/cargo/util/config.rs+29-6
- src/cargo/util/toml/mod.rs+2
- src/doc/book/book.toml+1-1
- src/doc/book/src/index.md+2-2
- tests/alt-registry.rs+52-2
- tests/bench.rs+2-1
- tests/build.rs+84
- tests/cargotest/install.rs+1-1
- tests/cargotest/support/registry.rs+6-3
- tests/check.rs+206-7
- tests/install.rs+33-5
- tests/lockfile-compat.rs+52-5
- tests/login.rs+69-31
- tests/test.rs+6-2
Submodule rls updated from 48fd42f to 9ad92e1
Submodule rustfmt updated from cf0d494 to 51b03c3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + |
0 commit comments