Skip to content

Comments

Add direct link to rustc-dev-guide in README#152640

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
shibcreate:add-rustc-dev-guide-link
Feb 23, 2026
Merged

Add direct link to rustc-dev-guide in README#152640
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
shibcreate:add-rustc-dev-guide-link

Conversation

@shibcreate
Copy link
Contributor

@shibcreate shibcreate commented Feb 15, 2026

Adds a direct link to the rustc-dev-guide in the top-level README so new contributors can find compiler documentation faster without middle steps.

Fixes #110144

@rustbot rustbot added A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 15, 2026
@rustbot
Copy link
Collaborator

rustbot commented Feb 15, 2026

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Fallback group: @Mark-Simulacrum, @jieyouxu
  • @Mark-Simulacrum, @jieyouxu expanded to Mark-Simulacrum, jieyouxu

@rustbot

This comment has been minimized.

@shibcreate shibcreate force-pushed the add-rustc-dev-guide-link branch from ae620ff to cc6dfc4 Compare February 15, 2026 04:26
@rustbot

This comment has been minimized.

@shibcreate shibcreate force-pushed the add-rustc-dev-guide-link branch from cc6dfc4 to dc2cfdb Compare February 15, 2026 04:36
@shibcreate shibcreate force-pushed the add-rustc-dev-guide-link branch from dc2cfdb to f0f849d Compare February 15, 2026 07:29
@Mark-Simulacrum
Copy link
Member

Given the current landing page of the rustc-dev-guide I'm not super convinced this is better, but CONTRIBUTING and this link share a lot of similarity. So I think it's probably OK for us to add this and potentially iterate / remove it if it proves confusing.

@bors r+ rollup

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 23, 2026

📌 Commit f0f849d has been approved by Mark-Simulacrum

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 Feb 23, 2026
rust-bors bot pushed a commit that referenced this pull request Feb 23, 2026
Rollup of 9 pull requests

Successful merges:

 - #152229 (Remove deterministic picking from query cycle handling)
 - #152970 (extend unpin noalias tests to cover mutable references)
 - #149783 (stabilize `cfg_select!`)
 - #151744 (fix refining_impl_trait suggestion with return_type_notation)
 - #152366 (Add try_shrink_to and try_shrink_to_fit to Vec)
 - #152640 (Add direct link to rustc-dev-guide in README)
 - #152963 (Revert "Stabilize `str_as_str`")
 - #152984 (Remove redundant call to `check_codegen_attributes_extra` in Inliner)
 - #152987 (Use `HashStable` derive in more places)
@rust-bors rust-bors bot merged commit 42994d6 into rust-lang:main Feb 23, 2026
11 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Feb 23, 2026
rust-timer added a commit that referenced this pull request Feb 23, 2026
Rollup merge of #152640 - shibcreate:add-rustc-dev-guide-link, r=Mark-Simulacrum

Add direct link to rustc-dev-guide in README

Adds a direct link to the rustc-dev-guide in the top-level README so new contributors can find compiler documentation faster without middle steps.

Fixes #110144
RalfJung pushed a commit to RalfJung/miri that referenced this pull request Feb 24, 2026
Rollup of 9 pull requests

Successful merges:

 - rust-lang/rust#152229 (Remove deterministic picking from query cycle handling)
 - rust-lang/rust#152970 (extend unpin noalias tests to cover mutable references)
 - rust-lang/rust#149783 (stabilize `cfg_select!`)
 - rust-lang/rust#151744 (fix refining_impl_trait suggestion with return_type_notation)
 - rust-lang/rust#152366 (Add try_shrink_to and try_shrink_to_fit to Vec)
 - rust-lang/rust#152640 (Add direct link to rustc-dev-guide in README)
 - rust-lang/rust#152963 (Revert "Stabilize `str_as_str`")
 - rust-lang/rust#152984 (Remove redundant call to `check_codegen_attributes_extra` in Inliner)
 - rust-lang/rust#152987 (Use `HashStable` derive in more places)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.

Link directly from the README to rustc-dev-guide

3 participants