From f70378682d1035a96a17470bac15ffb9c94bd935 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sat, 25 Jul 2026 17:05:09 +0800 Subject: [PATCH 1/2] Describe approvals for changing tier 2 target host tools status --- src/compiler/proposals-and-stabilization.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/compiler/proposals-and-stabilization.md b/src/compiler/proposals-and-stabilization.md index c057f8eea..998c74240 100644 --- a/src/compiler/proposals-and-stabilization.md +++ b/src/compiler/proposals-and-stabilization.md @@ -340,6 +340,11 @@ Quick overview for target demotions and removals: - Open an MCP describing the motivation for the change and start an FCP to approve, start an FCP. - If approved, the change should be accompanied by a blog post announcing the change with a notice period of at least one release before the change applies. +- Changing a tier 2 target's host tools status (without host tools => with host tools, with host + tools => without host tools) + - **Propose using:** MCP + - **Approve using:** FCP + - Open an MCP describing the motivation for the change and start an FCP to approve, start an FCP. - Renaming a target or making a breaking change to a tier 1 target - **Propose using:** RFC - **Approve using:** FCP From d9fe0ea17c6814f5021a60f466d586cfb9955d54 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Fri, 31 Jul 2026 13:06:36 +0800 Subject: [PATCH 2/2] Describe Tier 1 w/ host tools <=> w/out host tools approval --- src/compiler/proposals-and-stabilization.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/compiler/proposals-and-stabilization.md b/src/compiler/proposals-and-stabilization.md index 998c74240..9c61ce469 100644 --- a/src/compiler/proposals-and-stabilization.md +++ b/src/compiler/proposals-and-stabilization.md @@ -351,6 +351,15 @@ Quick overview for target demotions and removals: - Open an RFC describing the motivation for the change and start an FCP to approve, start an FCP. - If approved, the change should be accompanied by a blog post announcing the change with a notice period of at least one release before the change applies. +- Changing a tier 1 target's host tools status (without host tools => with host tools, with host + tools => without host tools) + - **Propose using:** RFC + - **Approve using:** FCP + - Open an RFC describing the motivation for the change and start an FCP to approve, start an FCP. + - If approved, the change should be accompanied by a blog post announcing the change with a + notice period of at least one release before the change applies. + - For dropping host tools, sometimes the one release grace period may need to be waived out of + necessity. - Changing target baseline (e.g. minimum Darwin or Windows version bump) - **Propose using:** MCP - **Approve using:** FCP