Skip to content

Docs & bors: Replace mentions of libs-api with libs - #160590

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
nia-e:libs-refactor-adjustments
Aug 10, 2026
Merged

Docs & bors: Replace mentions of libs-api with libs#160590
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
nia-e:libs-refactor-adjustments

Conversation

@nia-e

@nia-e nia-e commented Aug 5, 2026

Copy link
Copy Markdown
Member

Per the libs refactor RFC, libs-api will not exist anymore soon & so replace mentions of it with libs.

@rustbot

rustbot commented Aug 5, 2026

Copy link
Copy Markdown
Collaborator

rustc-dev-guide is developed in its own repository. If possible, consider making this change to rust-lang/rustc-dev-guide instead.

cc @BoxyUwU, @tshepang

@rustbot rustbot added A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 5, 2026
@nia-e

nia-e commented Aug 5, 2026

Copy link
Copy Markdown
Member Author

r? libs

@rustbot rustbot added the T-libs Relevant to the library team, which will review and decide on the PR/issue. label Aug 5, 2026
@clarfonthey

Copy link
Copy Markdown
Contributor

@rustbot blocked

(until RFC merge, technically)

r? clarfonthey

(you can merge r=me once we coordinate all the other changes)

@rustbot rustbot added S-blocked Status: Blocked on something else such as an RFC or other implementation work. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 5, 2026
@clarfonthey

clarfonthey commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@rustbot author

(since Nia can merge, and was planning to do some script-replacing of tags I think before merge)

@rust-bors

This comment was marked as outdated.

@nia-e nia-e added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-blocked Status: Blocked on something else such as an RFC or other implementation work. labels Aug 7, 2026
@nia-e

nia-e commented Aug 10, 2026

Copy link
Copy Markdown
Member Author

context: The agenda generator was changed, so even if the team repo changes haven't landed yet this still describes our de facto policy better now since we'll be operating as if the new team is in effect

@bors r=clarfonthey rollup

@rust-bors

rust-bors Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 712070e has been approved by clarfonthey

It is now in the queue for this repository.

@rust-bors rust-bors Bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Aug 10, 2026
rust-bors Bot pushed a commit that referenced this pull request Aug 10, 2026
…uwer

Rollup of 9 pull requests

Successful merges:

 - #158404 (trait_solver: normalize next-gen region constraints)
 - #160631 (Do not eagerly download rustfmt in bootstrap)
 - #160642 (mir: prohibit projection into scalable vec)
 - #160749 (MaybeDangling: ensure references fit inside the address space)
 - #160791 (Use recognizer functions for enums and tuple structs)
 - #160500 (Fix inaccurate description for crate and pathroot)
 - #160590 (Docs & bors: Replace mentions of libs-api with libs)
 - #160825 (Fix references to unsupported on sys::paths::unix)
 - #160852 (Use `remove_dir_all` for `./x clean`)

Failed merges:

 - #160829 (bootstrap: Make `main.rs` a stub that calls into the library crate)
@clarfonthey

Copy link
Copy Markdown
Contributor

FWIW, I was mostly talking about removing S-waiting-on-t-libs-api as a label that can block merging, but it's not really a big deal, honestly. We can hopefully just go through those manually.

@nia-e

nia-e commented Aug 10, 2026

Copy link
Copy Markdown
Member Author

alr did for the waiting-on-team labels ^^ the T-libs-api labels still exist but i got rate-limited. we'll figure it out

@clarfonthey

Copy link
Copy Markdown
Contributor

Condolences on your rate limits. Hope it gets better soon

@rust-bors
rust-bors Bot merged commit dac5458 into rust-lang:main Aug 10, 2026
13 checks passed
@rustbot rustbot added this to the 1.99.0 milestone Aug 10, 2026
rust-timer added a commit that referenced this pull request Aug 10, 2026
Rollup merge of #160590 - nia-e:libs-refactor-adjustments, r=clarfonthey

Docs & bors: Replace mentions of libs-api with libs

Per [the libs refactor RFC](rust-lang/rfcs#3984), libs-api will not exist anymore soon & so replace mentions of it with libs.
github-actions Bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Aug 11, 2026
…uwer

Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#158404 (trait_solver: normalize next-gen region constraints)
 - rust-lang/rust#160631 (Do not eagerly download rustfmt in bootstrap)
 - rust-lang/rust#160642 (mir: prohibit projection into scalable vec)
 - rust-lang/rust#160749 (MaybeDangling: ensure references fit inside the address space)
 - rust-lang/rust#160791 (Use recognizer functions for enums and tuple structs)
 - rust-lang/rust#160500 (Fix inaccurate description for crate and pathroot)
 - rust-lang/rust#160590 (Docs & bors: Replace mentions of libs-api with libs)
 - rust-lang/rust#160825 (Fix references to unsupported on sys::paths::unix)
 - rust-lang/rust#160852 (Use `remove_dir_all` for `./x clean`)

Failed merges:

 - rust-lang/rust#160829 (bootstrap: Make `main.rs` a stub that calls into the library crate)
bjorn3 pushed a commit to bjorn3/stdarch that referenced this pull request Aug 13, 2026
…uwer

Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#158404 (trait_solver: normalize next-gen region constraints)
 - rust-lang/rust#160631 (Do not eagerly download rustfmt in bootstrap)
 - rust-lang/rust#160642 (mir: prohibit projection into scalable vec)
 - rust-lang/rust#160749 (MaybeDangling: ensure references fit inside the address space)
 - rust-lang/rust#160791 (Use recognizer functions for enums and tuple structs)
 - rust-lang/rust#160500 (Fix inaccurate description for crate and pathroot)
 - rust-lang/rust#160590 (Docs & bors: Replace mentions of libs-api with libs)
 - rust-lang/rust#160825 (Fix references to unsupported on sys::paths::unix)
 - rust-lang/rust#160852 (Use `remove_dir_all` for `./x clean`)

Failed merges:

 - rust-lang/rust#160829 (bootstrap: Make `main.rs` a stub that calls into the library crate)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants