2 files changed
+2
-2
lines changedDiff for: Cargo.lock
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
321 |
| - | |
| 321 | + | |
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
|
Diff for: src/tools/cargo
- CHANGELOG.md+68-2
- Cargo.toml+1-1
- crates/mdman/src/hbs.rs+1-2
- src/bin/cargo/cli.rs+1-1
- src/bin/cargo/commands/verify_project.rs+6-6
- src/cargo/core/compiler/build_context/mod.rs-9
- src/cargo/core/compiler/build_context/target_info.rs+112-64
- src/cargo/core/compiler/context/mod.rs+1-4
- src/cargo/core/compiler/mod.rs+38-53
- src/cargo/core/compiler/rustdoc.rs+1-3
- src/cargo/core/compiler/standard_lib.rs+1-2
- src/cargo/core/profiles.rs+6-5
- src/cargo/core/shell.rs+27
- src/cargo/ops/cargo_compile.rs+52-24
- src/cargo/ops/cargo_test.rs+1-1
- src/cargo/ops/registry.rs+24-19
- src/cargo/util/config/mod.rs+10-17
- src/cargo/util/diagnostic_server.rs+1-2
- src/doc/man/cargo-test.md+1-1
- src/doc/man/generated_txt/cargo-test.txt+3-1
- src/doc/src/commands/cargo-test.md+1-1
- src/doc/src/reference/unstable.md+33-13
- src/etc/man/cargo-test.1+1-1
- tests/testsuite/build.rs+48
- tests/testsuite/build_script.rs+40-110
- tests/testsuite/doc.rs+37
- tests/testsuite/old_cargos.rs+61-28
- tests/testsuite/run.rs+41
- tests/testsuite/rustc.rs+43-9
- tests/testsuite/rustflags.rs+243-17
- tests/testsuite/search.rs+24
- tests/testsuite/test.rs+39
0 commit comments