Skip to content

rustc-dev-guide subtree update#154980

Merged
rust-bors[bot] merged 59 commits intorust-lang:mainfrom
tshepang:rdg-sync
Apr 8, 2026
Merged

rustc-dev-guide subtree update#154980
rust-bors[bot] merged 59 commits intorust-lang:mainfrom
tshepang:rdg-sync

Conversation

@tshepang
Copy link
Copy Markdown
Member

@tshepang tshepang commented Apr 8, 2026

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

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

r? @ghost

reddevilmidzy and others added 30 commits March 12, 2026 17:41
- Specifically guide new contributors that unit tests for `core` and `alloc` do not belong within those crates and instead belong in the `coretests` and `alloctests` crates.
- Also add some information about which `lib.rs` file needs the unstable feature declarations
Update information about adding unit tests
Add explanation of default flags for UI tests
add chapter on projection vs trait split
Explain how nested generic args are represented
projection vs trait bound split cleanup
Change `ConstValue::ByRef` to `ConstValue::Indirect`
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 8, 2026

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

@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 Apr 8, 2026
@tshepang
Copy link
Copy Markdown
Member Author

tshepang commented Apr 8, 2026

@bors r+ rollup

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors bot commented Apr 8, 2026

📌 Commit ee33056 has been approved by tshepang

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-review Status: Awaiting review from the assignee but also interested parties. labels Apr 8, 2026
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Apr 8, 2026
rustc-dev-guide subtree update

Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@912f6c6.

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

r? @ghost
rust-bors bot pushed a commit that referenced this pull request Apr 8, 2026
…uwer

Rollup of 15 pull requests

Successful merges:

 - #153995 (Use convergent attribute to funcs for GPU targets)
 - #154184 (stabilize s390x vector registers)
 - #151898 (constify DoubleEndedIterator)
 - #154235 (remove unnecessary variables and delimiter check)
 - #154473 (move borrow checker tests)
 - #154745 (Replace span_look_ahead with span_followed_by)
 - #154778 (make field representing types invariant over the base type)
 - #154867 (Fix private fields diagnostics and improve error messages)
 - #154879 (Don't store `pattern_ty` in `TestableCase`)
 - #154910 (Suppress `unreachable_code` lint in `derive(PartialEq, Clone)`)
 - #154923 (Fix ICE in next-solver dyn-compatibility check)
 - #154934 (Add getters for `rustc_pattern_analysis::constructor::Slice` fields)
 - #154938 (match exhaustiveness: Show the guard exhaustivity note only when it's the guards alone that cause non-exhaustiveness)
 - #154961 (Use derived impl for `GappedRange` subdiagnostic)
 - #154980 (rustc-dev-guide subtree update)
@rust-bors rust-bors bot merged commit aa6dfed into rust-lang:main Apr 8, 2026
11 checks passed
rust-timer added a commit that referenced this pull request Apr 8, 2026
Rollup merge of #154980 - tshepang:rdg-sync, r=tshepang

rustc-dev-guide subtree update

Subtree update of `rustc-dev-guide` to rust-lang/rustc-dev-guide@912f6c6.

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

r? @ghost
@rustbot rustbot added this to the 1.96.0 milestone Apr 8, 2026
@tshepang tshepang deleted the rdg-sync branch April 9, 2026 05:09
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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.