Skip to content

rustc-dev-guide subtree update - #148172

Merged
bors merged 14 commits into
rust-lang:masterfrom
tshepang:rdg-sync
Oct 28, 2025
Merged

rustc-dev-guide subtree update#148172
bors merged 14 commits into
rust-lang:masterfrom
tshepang:rdg-sync

Conversation

@tshepang

Copy link
Copy Markdown
Member

Subtree update of rustc-dev-guide to rust-lang/rustc-dev-guide@b9fb8e9.

Created using https://github.com/rust-lang/josh-sync.

r? @ghost

tshepangand others added 14 commits September 8, 2025 06:12
One can use unstable features on stable too, like via an env var
This updates the rust-version file to 4068baf.
Pull recent changes from https://github.com/rust-lang/rust via Josh.
Upstream ref: 4068baf
Filtered ref: da574cbe2d3bcda451b7508b65e82de837b9c92d
Upstream diff: rust-lang/rust@4fa824b...4068baf
This merge was created using https://github.com/rust-lang/josh-sync.
the previous command already builds using in-tree std
Add the gpu version of the kernel which was missing in the docs
This updates the rust-version file to b1b464d.
Pull recent changes from https://github.com/rust-lang/rust via Josh.
Upstream ref: b1b464d
Filtered ref: f94cd4e7de0695f11c7f0bf0d33bb39ce736c581
Upstream diff: rust-lang/rust@4068baf...b1b464d
This merge was created using https://github.com/rust-lang/josh-sync.
@rustbot

Copy link
Copy Markdown
Collaborator

The rustc-dev-guide subtree was changed. If this PR only touches the dev guide consider submitting a PR directly to rust-lang/rustc-dev-guide otherwise thank you for updating the dev guide with your changes.

cc @BoxyUwU, @jieyouxu, @Kobzol, @tshepang

@rustbotrustbot added A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 27, 2025
@tshepang

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup

@bors

bors commented Oct 27, 2025

Copy link
Copy Markdown
Collaborator

📌 Commit 044bc7a has been approved by tshepang

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 Oct 27, 2025
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 27, 2025
rustc-dev-guide subtree update
Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@b9fb8e9.
Created using https://github.com/rust-lang/josh-sync.
r? `@ghost`
bors added a commit that referenced this pull request Oct 28, 2025
Rollup of 6 pull requests
Successful merges:
- #147840 (Rework unsizing coercions in the new solver)
- #148139 (Add `coverage` scope for controlling paths in code coverage)
- #148154 (Add a mailmap entry)
- #148158 (ci: loongarch64: use medium code model to avoid relocation overflows)
- #148172 (rustc-dev-guide subtree update)
- #148175 (Fix typos: duplicate words in comments)
r? `@ghost`
`@rustbot` modify labels: rollup
Zalathar added a commit to Zalathar/rust that referenced this pull request Oct 28, 2025
rustc-dev-guide subtree update
Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@b9fb8e9.
Created using https://github.com/rust-lang/josh-sync.
r? ``@ghost``
This was referenced Oct 28, 2025
bors added a commit that referenced this pull request Oct 28, 2025
Rollup of 14 pull requests
Successful merges:
- #144936 (CFI: Fix types that implement Fn, FnMut, or FnOnce)
- #147185 (repr(transparent): do not consider repr(C) types to be 1-ZST)
- #147840 (Rework unsizing coercions in the new solver)
- #147915 (Update target maintainers android.md)
- #148013 (1.91.0 release notes)
- #148044 (compiletest: show output in debug logging)
- #148057 (tests/ui/sanitizer/hwaddress.rs: Run on aarch64 and remove cgu hack)
- #148139 (Add `coverage` scope for controlling paths in code coverage)
- #148154 (Add a mailmap entry)
- #148158 (ci: loongarch64: use medium code model to avoid relocation overflows)
- #148166 (Re-enable macro-stepping test for AArch64)
- #148172 (rustc-dev-guide subtree update)
- #148175 (Fix typos: duplicate words in comments)
- #148186 (rustdoc-search: add an integration test for CCI)
Failed merges:
- #147935 (Add LLVM realtime sanitizer)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 8616167 into rust-lang:masterOct 28, 2025
11 checks passed
@rustbotrustbot added this to the 1.93.0 milestone Oct 28, 2025
rust-timer added a commit that referenced this pull request Oct 28, 2025
Rollup merge of #148172 - tshepang:rdg-sync, r=tshepang
rustc-dev-guide subtree update
Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@b9fb8e9.
Created using https://github.com/rust-lang/josh-sync.
r? ```@ghost```
bors added a commit that referenced this pull request Oct 28, 2025
Rollup of 6 pull requests
Successful merges:
- #147840 (Rework unsizing coercions in the new solver)
- #148139 (Add `coverage` scope for controlling paths in code coverage)
- #148154 (Add a mailmap entry)
- #148158 (ci: loongarch64: use medium code model to avoid relocation overflows)
- #148172 (rustc-dev-guide subtree update)
- #148175 (Fix typos: duplicate words in comments)
r? `@ghost`
`@rustbot` modify labels: rollup
github-actionsBot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Nov 3, 2025
Rollup of 14 pull requests
Successful merges:
- rust-lang/rust#144936 (CFI: Fix types that implement Fn, FnMut, or FnOnce)
- rust-lang/rust#147185 (repr(transparent): do not consider repr(C) types to be 1-ZST)
- rust-lang/rust#147840 (Rework unsizing coercions in the new solver)
- rust-lang/rust#147915 (Update target maintainers android.md)
- rust-lang/rust#148013 (1.91.0 release notes)
- rust-lang/rust#148044 (compiletest: show output in debug logging)
- rust-lang/rust#148057 (tests/ui/sanitizer/hwaddress.rs: Run on aarch64 and remove cgu hack)
- rust-lang/rust#148139 (Add `coverage` scope for controlling paths in code coverage)
- rust-lang/rust#148154 (Add a mailmap entry)
- rust-lang/rust#148158 (ci: loongarch64: use medium code model to avoid relocation overflows)
- rust-lang/rust#148166 (Re-enable macro-stepping test for AArch64)
- rust-lang/rust#148172 (rustc-dev-guide subtree update)
- rust-lang/rust#148175 (Fix typos: duplicate words in comments)
- rust-lang/rust#148186 (rustdoc-search: add an integration test for CCI)
Failed merges:
- rust-lang/rust#147935 (Add LLVM realtime sanitizer)
r? `@ghost`
`@rustbot` modify labels: rollup
@tshepang
tshepang deleted the rdg-sync branch November 4, 2025 21:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-rustc-dev-guideArea: rustc-dev-guideS-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@tshepang@rustbot@bors@ZuseZ4@jieyouxu