2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2002 | 2002 |
| |
2003 | 2003 |
| |
2004 | 2004 |
| |
2005 |
| - | |
| 2005 | + | |
2006 | 2006 |
| |
2007 | 2007 |
| |
2008 | 2008 |
| |
|
- .git-blame-ignore-revs-156
- .github/PULL_REQUEST_TEMPLATE.md+31-7
- Cargo.lock+244-159
- Cargo.toml+5-5
- README.md+1-1
- benches/capture/Cargo.toml+1-1
- crates/cargo-test-support/Cargo.toml+1-1
- crates/cargo-util-schemas/manifest.schema.json-2
- src/bin/cargo/commands/bench.rs+1-1
- src/bin/cargo/commands/build.rs+1-1
- src/bin/cargo/commands/check.rs+2-2
- src/bin/cargo/commands/doc.rs+2-3
- src/bin/cargo/commands/fix.rs+17-22
- src/bin/cargo/commands/install.rs+1-1
- src/bin/cargo/commands/run.rs+2-2
- src/bin/cargo/commands/rustc.rs+6-6
- src/bin/cargo/commands/rustdoc.rs+1-1
- src/bin/cargo/commands/test.rs+2-2
- src/cargo/core/compiler/build_config.rs+41-83
- src/cargo/core/compiler/build_context/target_info.rs+1-1
- src/cargo/core/compiler/build_runner/compilation_files.rs+6-3
- src/cargo/core/compiler/build_runner/mod.rs+1-1
- src/cargo/core/compiler/custom_build.rs+2-2
- src/cargo/core/compiler/lto.rs+1-1
- src/cargo/core/compiler/mod.rs+2-5
- src/cargo/core/compiler/rustdoc.rs+4-1
- src/cargo/core/compiler/timings.rs+1
- src/cargo/core/compiler/unit_dependencies.rs+25-25
- src/cargo/core/features.rs+16-81
- src/cargo/core/workspace.rs-12
- src/cargo/ops/cargo_compile/compile_filter.rs+19-16
- src/cargo/ops/cargo_compile/mod.rs+22-15
- src/cargo/ops/cargo_compile/unit_generator.rs+39-40
- src/cargo/ops/cargo_fetch.rs+2-4
- src/cargo/ops/cargo_package/verify.rs+2-2
- src/cargo/ops/fix.rs+21-61
- src/cargo/ops/fix/fix_edition.rs-108
- src/cargo/ops/mod.rs+1-3
- src/cargo/util/command_prelude.rs+3-3
- src/cargo/util/toml/embedded.rs+34-543
- src/cargo/util/toml/mod.rs+11-1
- src/doc/src/reference/unstable.md-31
- tests/testsuite/build.rs+7-6
- tests/testsuite/cargo/z_help/stdout.term.svg+30-32
- tests/testsuite/edition.rs-73
- tests/testsuite/fix.rs-100
- tests/testsuite/member_errors.rs+2-4
- tests/testsuite/test.rs+1-6
- triagebot.toml+1-1
0 commit comments