Skip to content

Unpin libc and rustix in compiler and rustbook - #148263

Merged
bors merged 1 commit into
rust-lang:masterfrom
clubby789:bump-libc
Nov 1, 2025
Merged

Unpin libc and rustix in compiler and rustbook#148263
bors merged 1 commit into
rust-lang:masterfrom
clubby789:bump-libc

Conversation

@clubby789

@clubby789clubby789 commented Oct 29, 2025

Copy link
Copy Markdown
Contributor

Closes#147501

@rustbot

Copy link
Copy Markdown
Collaborator

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Oct 29, 2025
@rustbot

Copy link
Copy Markdown
Collaborator

r? @ehuss

rustbot has assigned @ehuss.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@clubby789

Copy link
Copy Markdown
ContributorAuthor

@bors try jobs=dist-loongarch64-musl

@rust-bors

This comment has been minimized.

rust-borsBot added a commit that referenced this pull request Oct 29, 2025
Unpin `libc` in `compiler` and `rustbook`
try-job: dist-loongarch64-musl
@rust-bors

rust-borsBot commented Oct 29, 2025

Copy link
Copy Markdown
Contributor

💔 Test for e94ecf0 failed: CI

@clubby789

Copy link
Copy Markdown
ContributorAuthor

I think GHA is back?
@bors try jobs=dist-loongarch64-musl

rust-borsBot added a commit that referenced this pull request Oct 29, 2025
Unpin `libc` in `compiler` and `rustbook`
try-job: dist-loongarch64-musl
@rust-bors

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

@rust-bors

rust-borsBot commented Oct 29, 2025

Copy link
Copy Markdown
Contributor

💔 Test for afcab83 failed: CI. Failed jobs:

@ehuss

Copy link
Copy Markdown
Contributor

I think you need to also update rustix to latest (1.1.2)

@clubby789

Copy link
Copy Markdown
ContributorAuthor

@bors try jobs=dist-loongarch64-musl

@rust-bors

This comment has been minimized.

rust-borsBot added a commit that referenced this pull request Oct 30, 2025
Unpin `libc` in `compiler` and `rustbook`
try-job: dist-loongarch64-musl
@rust-bors

rust-borsBot commented Oct 30, 2025

Copy link
Copy Markdown
Contributor

☀️ Try build successful (CI)
Build commit: c45feb0 (c45feb0dc6f217612f4c7015978b67616cf17ebb, parent: 72fe2ffb391f397efdfafb2216028ed9952e8078)

@clubby789clubby789 changed the title Unpin libc in compiler and rustbookUnpin libc and rustix in compiler and rustbookOct 31, 2025
@clubby789

Copy link
Copy Markdown
ContributorAuthor

Looks like the issue is fixed 🙂

@ehussehuss left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel free to r=ehuss with the comment fix.

View changes since this review

Comment threadcompiler/rustc_session/Cargo.toml Outdated
@ehuss

ehuss commented Nov 1, 2025

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Nov 1, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit c169ea0 has been approved by ehuss

It is now in the queue for this repository.

@borsbors 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-review Status: Awaiting review from the assignee but also interested parties. labels Nov 1, 2025
Zalathar added a commit to Zalathar/rust that referenced this pull request Nov 1, 2025
Unpin `libc` and `rustix` in `compiler` and `rustbook`
Closesrust-lang#147501
@ZalatharZalathar mentioned this pull request Nov 1, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 1, 2025
Unpin `libc` and `rustix` in `compiler` and `rustbook`
Closesrust-lang#147501
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Nov 1, 2025
Unpin `libc` and `rustix` in `compiler` and `rustbook`
Closesrust-lang#147501
bors added a commit that referenced this pull request Nov 1, 2025
Rollup of 10 pull requests
Successful merges:
- #135602 (Tweak output of missing lifetime on associated type)
- #139751 (Implement pin-project in pattern matching for `&pin mut|const T`)
- #142682 (Update bundled musl to 1.2.5)
- #148171 (Simplify code to generate line numbers in highlight)
- #148263 (Unpin `libc` and `rustix` in `compiler` and `rustbook`)
- #148301 ([rustdoc search] Include extern crates when filtering on `import`)
- #148330 (Don't require dlltool with the dummy backend on MinGW)
- #148338 (cleanup: upstream dropped amx-transpose functionality)
- #148340 (Clippy subtree update)
- #148343 (`nonpoison::Condvar` should take `MutexGuard` by reference)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit that referenced this pull request Nov 1, 2025
Rollup of 10 pull requests
Successful merges:
- #135602 (Tweak output of missing lifetime on associated type)
- #139751 (Implement pin-project in pattern matching for `&pin mut|const T`)
- #142682 (Update bundled musl to 1.2.5)
- #148171 (Simplify code to generate line numbers in highlight)
- #148263 (Unpin `libc` and `rustix` in `compiler` and `rustbook`)
- #148301 ([rustdoc search] Include extern crates when filtering on `import`)
- #148330 (Don't require dlltool with the dummy backend on MinGW)
- #148338 (cleanup: upstream dropped amx-transpose functionality)
- #148340 (Clippy subtree update)
- #148343 (`nonpoison::Condvar` should take `MutexGuard` by reference)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 8cc32c3 into rust-lang:masterNov 1, 2025
11 checks passed
@rustbotrustbot added this to the 1.93.0 milestone Nov 1, 2025
rust-timer added a commit that referenced this pull request Nov 1, 2025
Rollup merge of #148263 - clubby789:bump-libc, r=ehuss
Unpin `libc` and `rustix` in `compiler` and `rustbook`
Closes#147501
github-actionsBot pushed a commit to model-checking/verify-rust-std that referenced this pull request Nov 30, 2025
…iaskrgr
Rollup of 10 pull requests
Successful merges:
- rust-lang#135602 (Tweak output of missing lifetime on associated type)
- rust-lang#139751 (Implement pin-project in pattern matching for `&pin mut|const T`)
- rust-lang#142682 (Update bundled musl to 1.2.5)
- rust-lang#148171 (Simplify code to generate line numbers in highlight)
- rust-lang#148263 (Unpin `libc` and `rustix` in `compiler` and `rustbook`)
- rust-lang#148301 ([rustdoc search] Include extern crates when filtering on `import`)
- rust-lang#148330 (Don't require dlltool with the dummy backend on MinGW)
- rust-lang#148338 (cleanup: upstream dropped amx-transpose functionality)
- rust-lang#148340 (Clippy subtree update)
- rust-lang#148343 (`nonpoison::Condvar` should take `MutexGuard` by reference)
r? `@ghost`
`@rustbot` modify labels: rollup
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unpin libc and update for FreeBSD/riscv support

5 participants

@clubby789@rustbot@rust-log-analyzer@ehuss@bors