Skip to content

Commit c37aea7

Browse files
committed
Consistent tier target naming
1 parent eb05e35 commit c37aea7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/compiler/proposals-and-stabilization.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ circumstance.
254254
- **Approve using:** r+ (compiler leads)
255255
- You can `r? compiler_leads` on the PR to roll one of the compiler leads as the reviewer.
256256
- Open a PR with the new target (w/ relevant documentation updates) and document adherence to the
257-
[target tier policy][tier_policy] in the description. New targets must start as tier three
257+
[target tier policy][tier_policy] in the description. New targets must start as Tier 3
258258
- New targets should be assigned to the compiler team co-leads to check for any licensing
259259
concerns
260260
- Promoting a target
@@ -264,18 +264,18 @@ circumstance.
264264
in the description
265265
- New targets should be assigned to the compiler team co-leads to ensure that any demands on
266266
the project infrastructure are considered and checked with relevant teams
267-
- Renaming a target or making a breaking change to a tier three target
267+
- Renaming a target or making a breaking change to a Tier 3 target
268268
- **Propose using:** PR
269269
- **Approve using:** r+
270270
- Open an PR with the proposed rename and describe the motivation for the change and obtain a r+
271271
from the reviewer.
272-
- Renaming a target or making a breaking change to a tier two target
272+
- Renaming a target or making a breaking change to a Tier 2 target
273273
- **Propose using:** MCP
274274
- **Approve using:** FCP
275275
- Open an MCP describing the motivation for the change and start an FCP to approve, start an FCP.
276276
- If approved, the change should be accompanied by a blog post announcing the change with a
277277
notice period of at least one release before the change applies.
278-
- Renaming a target or making a breaking change to a tier one target
278+
- Renaming a target or making a breaking change to a Tier 1 target
279279
- **Propose using:** RFC
280280
- **Approve using:** FCP
281281
- Open an RFC describing the motivation for the change and start an FCP to approve, start an FCP.
@@ -286,7 +286,7 @@ circumstance.
286286
- **Approve using:** FCP
287287
- Write an MCP describing why the target should be demoted/removed and once discussion has
288288
concluded, an FCP can be started to approve the demotion/removal.
289-
- If approved and affecting a tier two or one target , the change should be accompanied by a
289+
- If approved and affecting a Tier 2 or one target, the change should be accompanied by a
290290
blog post announcing the change with a notice period of at least one release before the change
291291
applies.
292292
- Changing target baseline (e.g. minimum Darwin or Windows version bump)

src/infra/other-installation-methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ might one _not_ want to install using those instructions?
3939

4040
Rust's platform support is defined in [three tiers], which correspond closely
4141
with the installation methods available: in general, the Rust project provides
42-
binary builds for all tier 1 and tier 2 platforms, and they are all installable
43-
via `rustup`. Some tier 2 platforms though have only the standard library
42+
binary builds for all Tier 1 and Tier 2 platforms, and they are all installable
43+
via `rustup`. Some Tier 2 platforms though have only the standard library
4444
available, not the compiler itself; that is, they are cross-compilation targets
4545
only; Rust code can run on those platforms, but they do not run the compiler
4646
itself. Such targets can be installed with the `rustup target add` command.

0 commit comments

Comments
 (0)