From c014f0ab3d838807e2abd0af1b28173da39150d6 Mon Sep 17 00:00:00 2001 From: kilavvy <140459108+kilavvy@users.noreply.github.com> Date: Sun, 29 Jun 2025 10:01:27 +0200 Subject: [PATCH 1/3] Update README.md - Update ui.md - Update type-alias-impl-trait.md - Update README.md --- crates/intrinsic-test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/intrinsic-test/README.md b/crates/intrinsic-test/README.md index 260d59fca8..bea95f91e9 100644 --- a/crates/intrinsic-test/README.md +++ b/crates/intrinsic-test/README.md @@ -7,7 +7,7 @@ USAGE: intrinsic-test [FLAGS] [OPTIONS] FLAGS: - --a32 Run tests for A32 instrinsics instead of A64 + --a32 Run tests for A32 intrinsics instead of A64 --generate-only Regenerate test programs, but don't build or run them -h, --help Prints help information -V, --version Prints version information From a73bcebf79df87467e83036ae8794791027d2106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 4 Jul 2025 13:16:59 +0200 Subject: [PATCH 2/3] Add config files for `rustc-josh-sync` --- josh-sync.toml | 3 +++ rust-version | 0 2 files changed, 3 insertions(+) create mode 100644 josh-sync.toml create mode 100644 rust-version diff --git a/josh-sync.toml b/josh-sync.toml new file mode 100644 index 0000000000..ebdb457628 --- /dev/null +++ b/josh-sync.toml @@ -0,0 +1,3 @@ +org = "rust-lang" +repo = "stdarch" +path = "library/stdarch" diff --git a/rust-version b/rust-version new file mode 100644 index 0000000000..e69de29bb2 From 6fc1814c2d85a6323d35c1a7ea4d967ad0465eb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 4 Jul 2025 13:21:47 +0200 Subject: [PATCH 3/3] Prepare for merging from rust-lang/rust This updates the rust-version file to 1b61d43bdbf875183b1f436302d62ff93f9a6bba. --- rust-version | 1 + 1 file changed, 1 insertion(+) diff --git a/rust-version b/rust-version index e69de29bb2..56a727c282 100644 --- a/rust-version +++ b/rust-version @@ -0,0 +1 @@ +1b61d43bdbf875183b1f436302d62ff93f9a6bba