1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug_report.md-28
- .github/ISSUE_TEMPLATE/bug_report.yml+43
- .github/ISSUE_TEMPLATE/feature_request.md-16
- .github/ISSUE_TEMPLATE/feature_request.yml+27
- .github/ISSUE_TEMPLATE/tracking_issue.md-35
- .github/ISSUE_TEMPLATE/tracking_issue.yml+50
- .github/workflows/main.yml+10-1
- benches/README.md+124
- benches/benchsuite/Cargo.toml+21
- benches/benchsuite/benches/resolve.rs+327
- benches/capture/Cargo.toml+12
- benches/capture/src/main.rs+164
- benches/workspaces/cargo.tgz
- benches/workspaces/diem.tgz
- benches/workspaces/empty.tgz
- benches/workspaces/gecko-dev.tgz
- benches/workspaces/rust.tgz
- benches/workspaces/servo.tgz
- benches/workspaces/substrate.tgz
- benches/workspaces/tikv.tgz
- benches/workspaces/toml-rs.tgz
- src/bin/cargo/commands/report.rs+4-2
- src/cargo/core/compiler/context/mod.rs+10-4
- src/cargo/core/compiler/future_incompat.rs+231-66
- src/cargo/core/compiler/job_queue.rs+6-73
- src/cargo/core/package.rs+2
- src/cargo/ops/mod.rs+1
- src/cargo/sources/git/utils.rs+9-6
- src/doc/contrib/src/SUMMARY.md+1-1
- src/doc/contrib/src/tests/profiling.md+16-10
- src/doc/man/cargo-metadata.md+2
- src/doc/man/generated_txt/cargo-metadata.txt+2
- src/doc/src/commands/cargo-metadata.md+2
- src/etc/man/cargo-metadata.1+2
- tests/testsuite/alt_registry.rs+9
- tests/testsuite/build_script_extra_link_arg.rs+31
- tests/testsuite/features_namespaced.rs+1
- tests/testsuite/future_incompat_report.rs+39-17
- tests/testsuite/git.rs+104
- tests/testsuite/metadata.rs+49
- tests/testsuite/read_manifest.rs+1
- tests/testsuite/update.rs+2
0 commit comments