Commit 3117848
authored
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
- src/cargo/core/compiler/build_context/target_info.rs+7
- src/cargo/core/compiler/build_runner/compilation_files.rs+100-25
- src/cargo/core/compiler/build_runner/mod.rs+3-1
- src/cargo/core/compiler/fingerprint/mod.rs+26-24
- src/cargo/core/compiler/job_queue/mod.rs-5
- src/cargo/core/compiler/layout.rs+2-1
- src/cargo/core/compiler/mod.rs+39-30
- src/cargo/core/compiler/timings/mod.rs+10-45
- src/cargo/core/compiler/timings/report.rs+294-157
- src/cargo/core/compiler/timings/timings.js+13-22
- src/cargo/core/features.rs+10
- src/cargo/ops/cargo_clean.rs+100-122
- src/cargo/ops/cargo_compile/mod.rs+121-1
- src/cargo/ops/cargo_test.rs-9
- src/doc/src/CHANGELOG.md+3-3
- src/doc/src/faq.md+15-2
- src/doc/src/reference/semver.md+3-3
- src/doc/src/reference/source-replacement.md+1-1
- src/doc/src/reference/unstable.md+6
- tests/testsuite/bad_config.rs+433
- tests/testsuite/build_dir.rs+59-2
- tests/testsuite/clean_new_layout.rs+1-1
- tests/testsuite/doc.rs+17-16
- tests/testsuite/publish_lockfile.rs+1-1
- tests/testsuite/test.rs+70
0 commit comments