File tree
9 files changed
+66
-57
lines changed- src
- bootstrap
- ci
- docker/x86_64-gnu-tools
- tools
9 files changed
+66
-57
lines changed+56-34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
556 | 556 |
| |
557 | 557 |
| |
558 | 558 |
| |
559 |
| - | |
560 |
| - | |
561 |
| - | |
562 |
| - | |
563 |
| - | |
564 |
| - | |
565 |
| - | |
566 |
| - | |
567 |
| - | |
568 | 559 |
| |
569 | 560 |
| |
570 | 561 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
34 |
| - | |
35 |
| - | |
| 33 | + | |
36 | 34 |
| |
37 | 35 |
| |
38 | 36 |
| |
| |||
66 | 64 |
| |
67 | 65 |
| |
68 | 66 |
| |
69 |
| - | |
70 |
| - | |
71 | 67 |
| |
72 | 68 |
| |
73 | 69 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + |
Submodule stdsimd updated from 1ea18a5 to 2f86c75
- src/bin/cargo/command_prelude.rs+8-7
- src/bin/cargo/commands/bench.rs+2-2
- src/bin/cargo/commands/build.rs+1-1
- src/bin/cargo/commands/check.rs+1-1
- src/bin/cargo/commands/doc.rs+1-1
- src/bin/cargo/commands/install.rs+2-2
- src/bin/cargo/commands/run.rs+1-1
- src/bin/cargo/commands/rustc.rs+1-1
- src/bin/cargo/commands/rustdoc.rs+1-1
- src/bin/cargo/commands/test.rs+2-2
- src/cargo/core/compiler/build_config.rs+190
- src/cargo/core/compiler/build_context/mod.rs+145-16
- src/cargo/core/compiler/build_context/target_info.rs+25-10
- src/cargo/core/compiler/compilation.rs+8-7
- src/cargo/core/compiler/context/compilation_files.rs+6-5
- src/cargo/core/compiler/context/mod.rs+6-12
- src/cargo/core/compiler/context/unit_dependencies.rs+5-6
- src/cargo/core/compiler/custom_build.rs+10-10
- src/cargo/core/compiler/fingerprint.rs+1-1
- src/cargo/core/compiler/job_queue.rs+1-2
- src/cargo/core/compiler/mod.rs+7-204
- src/cargo/core/features.rs+8-3
- src/cargo/core/package.rs+4
- src/cargo/core/package_id_spec.rs+21-1
- src/cargo/core/profiles.rs+113-28
- src/cargo/core/registry.rs-108
- src/cargo/core/resolver/context.rs+26-13
- src/cargo/core/source/mod.rs+34-2
- src/cargo/ops/cargo_clean.rs+5-5
- src/cargo/ops/cargo_compile.rs+41-166
- src/cargo/ops/cargo_doc.rs+1-1
- src/cargo/ops/cargo_fetch.rs+7-6
- src/cargo/ops/cargo_output_metadata.rs+81-32
- src/cargo/ops/cargo_package.rs+2-6
- src/cargo/ops/cargo_run.rs+21-5
- src/cargo/ops/mod.rs+1-1
- src/cargo/sources/directory.rs+2-4
- src/cargo/sources/git/source.rs+2-6
- src/cargo/sources/path.rs+2-4
- src/cargo/sources/registry/mod.rs+2-4
- src/cargo/sources/replaced.rs+2-4
- src/cargo/util/config.rs+7-2
- src/cargo/util/toml/mod.rs+42-8
- src/doc/src/reference/manifest.md+1-13
- src/doc/src/reference/unstable.md+4-4
- tests/testsuite/bench.rs+1-1
- tests/testsuite/build_script.rs+174-5
- tests/testsuite/doc.rs+1-1
- tests/testsuite/freshness.rs+118-42
- tests/testsuite/install.rs+1-1
- tests/testsuite/metadata.rs+223-2
- tests/testsuite/package.rs+7-4
- tests/testsuite/profile_overrides.rs+131-3
- tests/testsuite/profile_targets.rs+6-2
- tests/testsuite/profiles.rs+25
- tests/testsuite/resolve.rs-6
- tests/testsuite/run.rs+33-1
Submodule rls updated from d2f4435 to d2ade31
Submodule rustfmt updated from 0f8029f to 49279d7
0 commit comments