File tree
4 files changed
+391
-17
lines changed- src/tools
- rustc-workspace-hack
- tidy/src
4 files changed
+391
-17
lines changedLines changed: 376 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|
- CHANGELOG.md+2
- Cargo.toml+3-1
- README.md+1-1
- crates/cargo-test-support/Cargo.toml+3
- crates/cargo-test-support/src/compare.rs+143-1
- crates/cargo-test-support/src/registry.rs+272-67
- crates/crates-io/Cargo.toml+1-1
- crates/crates-io/lib.rs+4
- src/bin/cargo/commands/login.rs+22
- src/cargo/core/compiler/custom_build.rs+3-3
- src/cargo/core/compiler/fingerprint.rs+144-92
- src/cargo/core/compiler/fingerprint/dirty_reason.rs+251
- src/cargo/core/compiler/job.rs+17-6
- src/cargo/core/compiler/job_queue.rs+15-8
- src/cargo/core/compiler/mod.rs+3-2
- src/cargo/core/features.rs+9-16
- src/cargo/core/source/mod.rs+1-1
- src/cargo/ops/cargo_install.rs+2-2
- src/cargo/ops/common_for_install_and_uninstall.rs+4-4
- src/cargo/ops/registry.rs+169-41
- src/cargo/ops/vendor.rs+3-1
- src/cargo/sources/registry/download.rs+1-1
- src/cargo/sources/registry/http_remote.rs+1-1
- src/cargo/util/auth.rs+292-65
- src/cargo/util/config/mod.rs+88-19
- src/doc/src/reference/overriding-dependencies.md+1-1
- src/doc/src/reference/registries.md+6-1
- src/doc/src/reference/unstable.md+41-1
- tests/testsuite/artifact_dep.rs+2
- tests/testsuite/build_script.rs+58-14
- tests/testsuite/config_cli.rs+14
- tests/testsuite/config_include.rs+1
- tests/testsuite/credential_process.rs+23-3
- tests/testsuite/features.rs+7-2
- tests/testsuite/freshness.rs+113-32
- tests/testsuite/git.rs+1
- tests/testsuite/login.rs+196-2
- tests/testsuite/lto.rs+2
- tests/testsuite/owner.rs+66
- tests/testsuite/plugins.rs+2
- tests/testsuite/publish.rs+80-1
- tests/testsuite/registry.rs-50
- tests/testsuite/registry_auth.rs+204
- tests/testsuite/rustc.rs+1
- tests/testsuite/test.rs+1
- tests/testsuite/vendor.rs+55-1
- tests/testsuite/yank.rs+38
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
| 80 | + | |
| 81 | + | |
80 | 82 |
| |
81 | 83 |
| |
82 | 84 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
| 44 | + | |
43 | 45 |
| |
44 | 46 |
| |
45 | 47 |
| |
| |||
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
| 101 | + | |
99 | 102 |
| |
100 | 103 |
| |
101 | 104 |
| |
| |||
153 | 156 |
| |
154 | 157 |
| |
155 | 158 |
| |
| 159 | + | |
156 | 160 |
| |
157 | 161 |
| |
158 | 162 |
| |
| |||
222 | 226 |
| |
223 | 227 |
| |
224 | 228 |
| |
| 229 | + | |
225 | 230 |
| |
226 | 231 |
| |
227 | 232 |
| |
| |||
264 | 269 |
| |
265 | 270 |
| |
266 | 271 |
| |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
267 | 279 |
| |
268 | 280 |
| |
269 | 281 |
| |
|
0 commit comments