Skip to content

let people change rustc-dev-guide in-tree - #162255

Merged
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
tshepang:patch-3
Sep 5, 2026
Merged

let people change rustc-dev-guide in-tree#162255
rust-bors[bot] merged 1 commit into
rust-lang:mainfrom
tshepang:patch-3

Conversation

@tshepang

@tshepang tshepang commented Sep 3, 2026

Copy link
Copy Markdown
Member

View all comments

am happy for people to edit the document in this repo... let's not scare them away, or waste their time

example message that resulted in reverting a positive change

r? @BoxyUwU

@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 Sep 3, 2026
@rustbot

rustbot commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

BoxyUwU is currently at their maximum review capacity.
They may take a while to respond.

@BoxyUwU

BoxyUwU commented Sep 3, 2026

Copy link
Copy Markdown
Member

Did this message get changed at some point 🤔 It really should say "if this PR only touches the dev gudie then..." we definitely want people touching things in-tree

@BoxyUwU

BoxyUwU commented Sep 3, 2026

Copy link
Copy Markdown
Member

Yes #157169 😔

@BoxyUwU

BoxyUwU commented Sep 3, 2026

Copy link
Copy Markdown
Member

Can we just revert that PRs change to the dev guide. I much prefer the older message 😅

@tshepang

tshepang commented Sep 3, 2026

Copy link
Copy Markdown
Member Author

adjusted the wording to match meaning of old message

would rather ask people to do so in future prs, instead of have them close their pr and submitting the same changes upstream

if that goes too far @BoxyUwU, you may approve this pr as it is

@BoxyUwU

BoxyUwU commented Sep 4, 2026

Copy link
Copy Markdown
Member

@bors r+

thanks for noticing this

@rust-bors

rust-bors Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 1a33e9e has been approved by BoxyUwU

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 Sep 4, 2026
@BoxyUwU

BoxyUwU commented Sep 4, 2026

Copy link
Copy Markdown
Member

oh though yeah I don't mind adjusting the old wording to also make it clear that it's fine to land stuff in r-l/r it's just slower

@BoxyUwU

BoxyUwU commented Sep 4, 2026

Copy link
Copy Markdown
Member

feel free to r- and make those changes if you wish

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Sep 4, 2026
let people change rustc-dev-guide in-tree

am happy for people to edit the document in this repo... let's not scare them away, or waste their time

[example message](rust-lang#160100 (comment)) that resulted in [reverting a positive change](https://github.com/rust-lang/rust/compare/ff6dcf461b4f15551d54cdc0e92a576e48357cc3..76bb5f07890ba6b455b7b75b73975f749b8e3fc3)

r? @BoxyUwU
@rust-bors rust-bors Bot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels Sep 4, 2026
@rust-bors

rust-bors Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

⚠️ A new commit fc09f3297a51d3aec3945a41f6229aaa71995b0e was pushed.

This pull request was unapproved.

This PR was contained in a rollup (#162307), which was closed.

@tshepang

tshepang commented Sep 4, 2026

Copy link
Copy Markdown
Member Author

oops, sorry for cancelling the rollup

@tshepang

tshepang commented Sep 4, 2026

Copy link
Copy Markdown
Member Author

@bors info

@rust-bors

rust-bors Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Status of PR 162255

  • Not Approved
  • Priority: unset
  • Mergeable: yes

@tshepang

tshepang commented Sep 4, 2026

Copy link
Copy Markdown
Member Author

@bors squash

@rust-bors

This comment has been minimized.

* let people change rustc-dev-guide in-tree
* direct people upstream when appropriate
* no need to re-submit current changes
* typo
* tweak
@rust-bors

rust-bors Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

🔨 5 commits were squashed into 7b83b5a.

@tshepang

tshepang commented Sep 4, 2026

Copy link
Copy Markdown
Member Author

@bors squash message='do not discourage people from changing rustc-dev-guide in-tree'

@rust-bors

rust-bors Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

❗ The PR has only one commit.

@BoxyUwU

BoxyUwU commented Sep 4, 2026

Copy link
Copy Markdown
Member

cool r=me on CI passing

@BoxyUwU

BoxyUwU commented Sep 4, 2026

Copy link
Copy Markdown
Member

@bors r+

@rust-bors

rust-bors Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

📌 Commit 7b83b5a has been approved by BoxyUwU

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-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Sep 4, 2026
rust-bors Bot pushed a commit that referenced this pull request Sep 5, 2026
…uwer

Rollup of 25 pull requests

Successful merges:

 - #162072 (Add new Tier-3 target: `powerpc64-sony-ps3`)
 - #162179 (type system const items via direct rhs)
 - #162255 (let people change rustc-dev-guide in-tree)
 - #162262 (Avoid manually instantiating some binders in error reporting with `-Znext-solver`)
 - #162277 (Introduce `rustc_middle::middel::resolve`)
 - #162285 (box: fixup map/try_map deallocate calls)
 - #162286 (string: don't unwind prematurely)
 - #162289 (alloc: a bunch of safety comments)
 - #162290 (abby test DSL: AliasTyOutlivesViaEnv)
 - #162292 (Update `askama` version to `0.16.1`)
 - #160509 (Remove `RegionExt`; move methods to `Region` in `rustc_type_ir`)
 - #160906 (Suggest usize instead of placeholder type for array length constants)
 - #160936 (traits: Represent live alias arguments as bitsets)
 - #161394 (fix `is_homogeneous_aggregate`: use unit size, not total size )
 - #161400 (Improve diagnostics for references to closures)
 - #161656 (Suggest mutable references for FnMut closure arguments)
 - #161711 (Add more splat fn type tests)
 - #161786 (Make `tcx.def_id_partial_cmp` public)
 - #161953 (sanitizers: Implicitly disable mutually exclusive sanitizers)
 - #162155 (add suggestion for `rustc_allowed_through_unstable_modules` attribute)
 - #162212 (Implement `Rng` for `Box`)
 - #162246 (Fix incorrect meta span)
 - #162266 (std: fix typo)
 - #162291 (Add regression test from 1.98.1)
 - #162303 (Fix a minor spelling error in `library/std/src/sys/fs/unix.rs`)
@Zalathar

Zalathar commented Sep 5, 2026

Copy link
Copy Markdown
Member

@bors rollup=always

rust-bors Bot pushed a commit that referenced this pull request Sep 5, 2026
…uwer

Rollup of 25 pull requests

Successful merges:

 - #162072 (Add new Tier-3 target: `powerpc64-sony-ps3`)
 - #162179 (type system const items via direct rhs)
 - #162255 (let people change rustc-dev-guide in-tree)
 - #162262 (Avoid manually instantiating some binders in error reporting with `-Znext-solver`)
 - #162277 (Introduce `rustc_middle::middel::resolve`)
 - #162285 (box: fixup map/try_map deallocate calls)
 - #162286 (string: don't unwind prematurely)
 - #162289 (alloc: a bunch of safety comments)
 - #162290 (abby test DSL: AliasTyOutlivesViaEnv)
 - #162292 (Update `askama` version to `0.16.1`)
 - #160509 (Remove `RegionExt`; move methods to `Region` in `rustc_type_ir`)
 - #160906 (Suggest usize instead of placeholder type for array length constants)
 - #160936 (traits: Represent live alias arguments as bitsets)
 - #161394 (fix `is_homogeneous_aggregate`: use unit size, not total size )
 - #161400 (Improve diagnostics for references to closures)
 - #161656 (Suggest mutable references for FnMut closure arguments)
 - #161711 (Add more splat fn type tests)
 - #161786 (Make `tcx.def_id_partial_cmp` public)
 - #161953 (sanitizers: Implicitly disable mutually exclusive sanitizers)
 - #162155 (add suggestion for `rustc_allowed_through_unstable_modules` attribute)
 - #162212 (Implement `Rng` for `Box`)
 - #162246 (Fix incorrect meta span)
 - #162266 (std: fix typo)
 - #162291 (Add regression test from 1.98.1)
 - #162303 (Fix a minor spelling error in `library/std/src/sys/fs/unix.rs`)
@rust-bors
rust-bors Bot merged commit db3f6be into rust-lang:main Sep 5, 2026
13 checks passed
rust-bors Bot pushed a commit that referenced this pull request Sep 5, 2026
Rollup merge of #162255 - tshepang:patch-3, r=BoxyUwU

let people change rustc-dev-guide in-tree

am happy for people to edit the document in this repo... let's not scare them away, or waste their time

[example message](#160100 (comment)) that resulted in [reverting a positive change](https://github.com/rust-lang/rust/compare/ff6dcf461b4f15551d54cdc0e92a576e48357cc3..76bb5f07890ba6b455b7b75b73975f749b8e3fc3)

r? @BoxyUwU
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.

4 participants