From fde670d43d088944a75703513535f75cdf348a6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 11 Sep 2026 15:17:07 +0200 Subject: [PATCH 1/3] Initial josh-sync configuration --- compiler/rustc_codegen_cranelift/josh-sync.toml | 3 +++ compiler/rustc_codegen_cranelift/rust-version | 0 2 files changed, 3 insertions(+) create mode 100644 compiler/rustc_codegen_cranelift/josh-sync.toml create mode 100644 compiler/rustc_codegen_cranelift/rust-version diff --git a/compiler/rustc_codegen_cranelift/josh-sync.toml b/compiler/rustc_codegen_cranelift/josh-sync.toml new file mode 100644 index 0000000000000..2de9f9489cce3 --- /dev/null +++ b/compiler/rustc_codegen_cranelift/josh-sync.toml @@ -0,0 +1,3 @@ +repo = "rustc_codegen_cranelift" +filter = ":~(history=\"keep-trivial-merges,no-splice\")[:rev(<=5e120485964f4857f1ad70f7d661fd244d087668:prefix=compiler/rustc_codegen_cranelift,<=7bd21608dfab11ea536f7be8936cc7dfac5864fb:SQUASH)]:/compiler/rustc_codegen_cranelift" +filter-version = 2 diff --git a/compiler/rustc_codegen_cranelift/rust-version b/compiler/rustc_codegen_cranelift/rust-version new file mode 100644 index 0000000000000..e69de29bb2d1d From a6fafea6f185ebcf2913bac500e127fe4787e998 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 11 Sep 2026 15:17:10 +0200 Subject: [PATCH 2/3] Prepare for merging from rust-lang/rust This updates the rust-version file to ca0a6473ffde01deb7fce24cc04864cf723e14a0. --- compiler/rustc_codegen_cranelift/rust-version | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/rustc_codegen_cranelift/rust-version b/compiler/rustc_codegen_cranelift/rust-version index e69de29bb2d1d..4dce5836595b5 100644 --- a/compiler/rustc_codegen_cranelift/rust-version +++ b/compiler/rustc_codegen_cranelift/rust-version @@ -0,0 +1 @@ +ca0a6473ffde01deb7fce24cc04864cf723e14a0 From 8095ae701be39d0623388498e112e15215fa7551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Fri, 11 Sep 2026 17:09:03 +0200 Subject: [PATCH 3/3] Update nightly version --- compiler/rustc_codegen_cranelift/rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_codegen_cranelift/rust-toolchain.toml b/compiler/rustc_codegen_cranelift/rust-toolchain.toml index b83354ee49fb9..d7e313a7a33ed 100644 --- a/compiler/rustc_codegen_cranelift/rust-toolchain.toml +++ b/compiler/rustc_codegen_cranelift/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2026-09-10" +channel = "nightly-2026-09-11" components = ["rust-src", "rustc-dev", "llvm-tools", "rustfmt"] profile = "minimal"