File tree
5 files changed
+5
-5
lines changed- src
- test/run-pass
- tools
5 files changed
+5
-5
lines changedSubmodule stdsimd updated from a19ca1c to 2f86c75
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
12 |
| - | |
| 12 | + | |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
|
- ARCHITECTURE.md+1-6
- Cargo.toml+2-2
- src/bin/cargo/command_prelude.rs-10
- src/bin/cargo/commands/build.rs-1
- src/cargo/core/compiler/build_config.rs-3
- src/cargo/core/compiler/build_context/mod.rs-12
- src/cargo/core/compiler/build_plan.rs-159
- src/cargo/core/compiler/context/compilation_files.rs+12-12
- src/cargo/core/compiler/context/mod.rs+6-35
- src/cargo/core/compiler/context/unit_dependencies.rs+1-35
- src/cargo/core/compiler/custom_build.rs+52-61
- src/cargo/core/compiler/job_queue.rs+23-34
- src/cargo/core/compiler/mod.rs+12-31
- src/cargo/core/interning.rs+10-1
- src/cargo/core/package_id_spec.rs+1-1
- src/cargo/core/resolver/context.rs+30-18
- src/cargo/core/resolver/types.rs+9-6
- src/cargo/core/summary.rs+1-1
- src/cargo/ops/cargo_compile.rs+14-1
- src/cargo/ops/registry.rs+2-10
- src/crates-io/Cargo.toml+1-1
- src/doc/src/reference/source-replacement.md-5
- tests/testsuite/bad_config.rs-37
- tests/testsuite/build.rs+25
- tests/testsuite/build_plan.rs-207
- tests/testsuite/check.rs+4-65
- tests/testsuite/main.rs-1
- tests/testsuite/path.rs+3-6
- tests/testsuite/profile_targets.rs+33-33
- tests/testsuite/rustc.rs+1-38
- tests/testsuite/test.rs+3-3
Submodule rls updated from cf0609d to d2ade31
Submodule rustfmt updated from bf2581b to 0f8029f
0 commit comments