Commit de75473
committed
enable
avx10_target_feature in core (used by stdarch)1 parent 2922cbd commit de75473
File tree
9 files changed
+9
-8
lines changed- library/core/src
- src
- doc
- tools
9 files changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
Submodule gcc updated 6606 files
Submodule llvm-project updated 100 files
- crates/cargo-test-support/src/registry.rs+2-2
- crates/cargo-util-schemas/src/manifest/mod.rs+7
- src/bin/cargo/commands/help.rs+1-1
- src/bin/cargo/commands/run.rs+2-1
- src/bin/cargo/main.rs+1-1
- src/cargo/core/compiler/mod.rs+8-5
- src/cargo/core/features.rs+2
- src/cargo/core/shell.rs+33-1
- src/cargo/ops/cargo_package/mod.rs+6-2
- src/cargo/ops/lockfile.rs+10-6
- src/cargo/ops/vendor.rs+30-7
- src/cargo/sources/git/oxide.rs+12-5
- src/cargo/sources/git/utils.rs+36-6
- src/cargo/util/context/mod.rs+3
- src/doc/src/reference/unstable.md+7
- tests/testsuite/bad_config.rs+41
- tests/testsuite/cargo/z_help/stdout.term.svg+19-17
- tests/testsuite/cargo_help/help/stdout.term.svg+2-2
- tests/testsuite/cargo_run/help/stdout.term.svg+5-3
- tests/testsuite/lints/mod.rs+39
- tests/testsuite/lockfile_compat.rs+2-2
- tests/testsuite/message_format.rs+36
- tests/testsuite/offline.rs+4-4
- tests/testsuite/package.rs+5-1
- tests/testsuite/patch.rs+57
- tests/testsuite/vendor.rs+33
0 commit comments