File tree
4 files changed
+24
-9
lines changed- src
- bootstrap
- tools
- rustc-workspace-hack
4 files changed
+24
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
198 | 199 | | |
| 200 | + | |
199 | 201 | | |
200 | 202 | | |
201 | 203 | | |
| |||
253 | 255 | | |
254 | 256 | | |
255 | 257 | | |
256 | | - | |
| 258 | + | |
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
| |||
288 | 290 | | |
289 | 291 | | |
290 | 292 | | |
291 | | - | |
| 293 | + | |
292 | 294 | | |
293 | 295 | | |
294 | 296 | | |
295 | | - | |
296 | 297 | | |
297 | 298 | | |
298 | 299 | | |
| |||
375 | 376 | | |
376 | 377 | | |
377 | 378 | | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
381 | 383 | | |
| 384 | + | |
382 | 385 | | |
383 | 386 | | |
384 | 387 | | |
| |||
575 | 578 | | |
576 | 579 | | |
577 | 580 | | |
578 | | - | |
| 581 | + | |
579 | 582 | | |
580 | 583 | | |
581 | 584 | | |
| |||
2418 | 2421 | | |
2419 | 2422 | | |
2420 | 2423 | | |
| 2424 | + | |
| 2425 | + | |
| 2426 | + | |
| 2427 | + | |
| 2428 | + | |
| 2429 | + | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
2421 | 2434 | | |
2422 | 2435 | | |
2423 | 2436 | | |
| |||
3558 | 3571 | | |
3559 | 3572 | | |
3560 | 3573 | | |
| 3574 | + | |
3561 | 3575 | | |
3562 | 3576 | | |
3563 | 3577 | | |
| |||
5158 | 5172 | | |
5159 | 5173 | | |
5160 | 5174 | | |
5161 | | - | |
| 5175 | + | |
5162 | 5176 | | |
5163 | | - | |
| 5177 | + | |
5164 | 5178 | | |
5165 | 5179 | | |
5166 | 5180 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
- CHANGELOG.md+89-1
- Cargo.toml+2-3
- crates/cargo-test-support/Cargo.toml+2
- crates/cargo-test-support/src/compare.rs+583
- crates/cargo-test-support/src/diff.rs+174
- crates/cargo-test-support/src/lib.rs+113-693
- crates/cargo-test-support/src/paths.rs+7-7
- crates/cargo-test-support/src/publish.rs+2-11
- crates/cargo-util/src/process_builder.rs+33-26
- src/bin/cargo/commands/report.rs+12-32
- src/cargo/core/compiler/build_config.rs+3
- src/cargo/core/compiler/compilation.rs+6-1
- src/cargo/core/compiler/context/mod.rs+23-5
- src/cargo/core/compiler/custom_build.rs+13-7
- src/cargo/core/compiler/future_incompat.rs+259-7
- src/cargo/core/compiler/job_queue.rs+114-100
- src/cargo/core/compiler/mod.rs+6-1
- src/cargo/core/compiler/output_depinfo.rs+1-1
- src/cargo/core/features.rs+4-4
- src/cargo/core/resolver/dep_cache.rs+4-5
- src/cargo/core/resolver/errors.rs+4
- src/cargo/core/resolver/features.rs+9-26
- src/cargo/core/shell.rs+18-2
- src/cargo/core/summary.rs+3-26
- src/cargo/core/workspace.rs+3-15
- src/cargo/ops/cargo_compile.rs+1-5
- src/cargo/ops/cargo_install.rs+12-4
- src/cargo/ops/cargo_read_manifest.rs+12-3
- src/cargo/ops/common_for_install_and_uninstall.rs+3-1
- src/cargo/ops/fix.rs+33-7
- src/cargo/ops/tree/graph.rs+7-8
- src/cargo/util/important_paths.rs+19-5
- src/cargo/util/toml/mod.rs+1-1
- src/doc/contrib/src/tests/writing.md+4-4
- tests/testsuite/bad_config.rs+4-4
- tests/testsuite/bench.rs+4-4
- tests/testsuite/build.rs+46-7
- tests/testsuite/build_script.rs+11-39
- tests/testsuite/build_script_extra_link_arg.rs+126-9
- tests/testsuite/cargo_command.rs+2-4
- tests/testsuite/cargo_config.rs+4-4
- tests/testsuite/cargo_env_config.rs+28
- tests/testsuite/clean.rs+2-2
- tests/testsuite/config.rs+6-38
- tests/testsuite/dep_info.rs+38
- tests/testsuite/doc.rs+14-9
- tests/testsuite/features_namespaced.rs+8-90
- tests/testsuite/fix.rs+46
- tests/testsuite/future_incompat_report.rs+213-37
- tests/testsuite/install.rs+40-1
- tests/testsuite/locate_project.rs+9-21
- tests/testsuite/lockfile_compat.rs+10-18
- tests/testsuite/metabuild.rs+1-1
- tests/testsuite/publish.rs+29-7
- tests/testsuite/verify_project.rs+1-1
- tests/testsuite/weak_dep_features.rs+51-33
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
64 | 65 | | |
65 | 66 | | |
66 | 67 | | |
| |||
0 commit comments