Skip to content

rustc-dev-guide subtree update - #156015

Merged
rust-bors[bot] merged 50 commits into
rust-lang:mainfrom
tshepang:rdg-sync
May 1, 2026
Merged

rustc-dev-guide subtree update#156015
rust-bors[bot] merged 50 commits into
rust-lang:mainfrom
tshepang:rdg-sync

Conversation

@tshepang

Copy link
Copy Markdown
Member

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

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

r? @ghost

reddevilmidzyand others added 30 commits April 23, 2026 17:31
…nts-description
Update THIR element description
This updates the rust-version file to d493b7c.
…panic
Reflect code renames and API changes in panic docs
This updates the rust-version file to ca9a134.
@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

@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 Apr 30, 2026
@tshepang

Copy link
Copy Markdown
MemberAuthor

@bors r+ rollup

@rust-bors

rust-borsBot commented Apr 30, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 8eedc9f has been approved by tshepang

It is now in the queue for this repository.

@rust-borsrust-borsBot 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 Apr 30, 2026
@jhprattjhpratt mentioned this pull request May 1, 2026
rust-borsBot pushed a commit that referenced this pull request May 1, 2026
Rollup of 19 pull requests
Successful merges:
- #155237 (Disentangle AST crates and error crates)
- #155249 (Fix: On wasm targets, call `panic_in_cleanup` if panic occurs in cleanup)
- #155853 (Use `_mcount` as the mcount symbol name on RISC-V Linux GNU targets)
- #155919 (simplify `ast_fragments!`)
- #155939 (Add feature gate for view_types experiment)
- #155954 (rustdoc: preserve parent doc cfg for `macro_export` macros)
- #155974 (add `c_variadic_experimental_arch` feature)
- #155991 (Catch unwinds from the global ctxt callback to complete queries profiling data in more cases)
- #156003 (Pass Session to optimize_and_codegen_fat_lto)
- #153566 (Add suggestion for E0401 on inner const items)
- #154610 (Suggest public re-exports when a private module makes an import path inaccessible)
- #155523 (Reorganize `tests/ui/issues/` - 02)
- #155821 (c-variadic: document `Clone` and `Drop` instances and require `VaArgSafe: Copy`)
- #155980 (Move `feature*` methods from `parse` mod to `errors` mod.)
- #155987 (Make lifting infallible)
- #155988 (tests/run-make/print-cfg: add Android target_env case)
- #156000 (Fix ICE when using -Zinstrument-mcount and -Clinker-flavor=lld)
- #156002 (Allow to use `Diagnostic` directly in `SharedContext::emit_lint`)
- #156015 (rustc-dev-guide subtree update)
@rust-bors
rust-borsBot merged commit fbde425 into rust-lang:mainMay 1, 2026
11 checks passed
rust-timer added a commit that referenced this pull request May 1, 2026
Rollup merge of #156015 - tshepang:rdg-sync, r=tshepang
rustc-dev-guide subtree update
Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@cdd2373.
Created using https://github.com/rust-lang/josh-sync.
r? @ghost
@rustbotrustbot added this to the 1.97.0 milestone May 1, 2026
@tshepang
tshepang deleted the rdg-sync branch May 2, 2026 16:04
github-actionsBot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request May 4, 2026
Rollup of 19 pull requests
Successful merges:
- rust-lang/rust#155237 (Disentangle AST crates and error crates)
- rust-lang/rust#155249 (Fix: On wasm targets, call `panic_in_cleanup` if panic occurs in cleanup)
- rust-lang/rust#155853 (Use `_mcount` as the mcount symbol name on RISC-V Linux GNU targets)
- rust-lang/rust#155919 (simplify `ast_fragments!`)
- rust-lang/rust#155939 (Add feature gate for view_types experiment)
- rust-lang/rust#155954 (rustdoc: preserve parent doc cfg for `macro_export` macros)
- rust-lang/rust#155974 (add `c_variadic_experimental_arch` feature)
- rust-lang/rust#155991 (Catch unwinds from the global ctxt callback to complete queries profiling data in more cases)
- rust-lang/rust#156003 (Pass Session to optimize_and_codegen_fat_lto)
- rust-lang/rust#153566 (Add suggestion for E0401 on inner const items)
- rust-lang/rust#154610 (Suggest public re-exports when a private module makes an import path inaccessible)
- rust-lang/rust#155523 (Reorganize `tests/ui/issues/` - 02)
- rust-lang/rust#155821 (c-variadic: document `Clone` and `Drop` instances and require `VaArgSafe: Copy`)
- rust-lang/rust#155980 (Move `feature*` methods from `parse` mod to `errors` mod.)
- rust-lang/rust#155987 (Make lifting infallible)
- rust-lang/rust#155988 (tests/run-make/print-cfg: add Android target_env case)
- rust-lang/rust#156000 (Fix ICE when using -Zinstrument-mcount and -Clinker-flavor=lld)
- rust-lang/rust#156002 (Allow to use `Diagnostic` directly in `SharedContext::emit_lint`)
- rust-lang/rust#156015 (rustc-dev-guide subtree update)
flip1995 pushed a commit to flip1995/rust-clippy that referenced this pull request Aug 17, 2026
Rollup of 19 pull requests
Successful merges:
- rust-lang/rust#155237 (Disentangle AST crates and error crates)
- rust-lang/rust#155249 (Fix: On wasm targets, call `panic_in_cleanup` if panic occurs in cleanup)
- rust-lang/rust#155853 (Use `_mcount` as the mcount symbol name on RISC-V Linux GNU targets)
- rust-lang/rust#155919 (simplify `ast_fragments!`)
- rust-lang/rust#155939 (Add feature gate for view_types experiment)
- rust-lang/rust#155954 (rustdoc: preserve parent doc cfg for `macro_export` macros)
- rust-lang/rust#155974 (add `c_variadic_experimental_arch` feature)
- rust-lang/rust#155991 (Catch unwinds from the global ctxt callback to complete queries profiling data in more cases)
- rust-lang/rust#156003 (Pass Session to optimize_and_codegen_fat_lto)
- rust-lang/rust#153566 (Add suggestion for E0401 on inner const items)
- rust-lang/rust#154610 (Suggest public re-exports when a private module makes an import path inaccessible)
- rust-lang/rust#155523 (Reorganize `tests/ui/issues/` - 02)
- rust-lang/rust#155821 (c-variadic: document `Clone` and `Drop` instances and require `VaArgSafe: Copy`)
- rust-lang/rust#155980 (Move `feature*` methods from `parse` mod to `errors` mod.)
- rust-lang/rust#155987 (Make lifting infallible)
- rust-lang/rust#155988 (tests/run-make/print-cfg: add Android target_env case)
- rust-lang/rust#156000 (Fix ICE when using -Zinstrument-mcount and -Clinker-flavor=lld)
- rust-lang/rust#156002 (Allow to use `Diagnostic` directly in `SharedContext::emit_lint`)
- rust-lang/rust#156015 (rustc-dev-guide subtree update)
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.

4 participants

@tshepang@rustbot@reddevilmidzy@cijiugechu