Skip to content

constify Index(Mut), Deref(Mut) for Vec#155054

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Lars-Schumann:const-vec-ops
Apr 20, 2026
Merged

constify Index(Mut), Deref(Mut) for Vec#155054
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
Lars-Schumann:const-vec-ops

Conversation

@Lars-Schumann
Copy link
Copy Markdown
Contributor

Relevant tracking issues
const_convert: #143773
const_index: #143775

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Apr 9, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented Apr 9, 2026

r? @jackh726

rustbot has assigned @jackh726.
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:

  • Owners of files modified in this PR: compiler
  • compiler expanded to 69 candidates
  • Random selection from 11 candidates

@jackh726
Copy link
Copy Markdown
Member

r? libs-api

@rustbot rustbot added the T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. label Apr 13, 2026
@rustbot rustbot assigned BurntSushi and unassigned jackh726 Apr 13, 2026
@jackh726 jackh726 removed the T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. label Apr 13, 2026
@Lars-Schumann
Copy link
Copy Markdown
Contributor Author

@rustbot reroll

@JonathanBrouwer
Copy link
Copy Markdown
Contributor

r? libs-api

@rustbot rustbot assigned dtolnay and unassigned JonathanBrouwer Apr 19, 2026
Copy link
Copy Markdown
Member

@dtolnay dtolnay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dtolnay
Copy link
Copy Markdown
Member

dtolnay commented Apr 19, 2026

@bors r+

@rust-bors
Copy link
Copy Markdown
Contributor

rust-bors Bot commented Apr 19, 2026

📌 Commit 804f495 has been approved by dtolnay

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 19, 2026
jhpratt added a commit to jhpratt/rust that referenced this pull request Apr 20, 2026
…lnay

constify `Index(Mut)`, `Deref(Mut)` for `Vec`

Relevant tracking issues
const_convert: rust-lang#143773
const_index: rust-lang#143775
jhpratt added a commit to jhpratt/rust that referenced this pull request Apr 20, 2026
…lnay

constify `Index(Mut)`, `Deref(Mut)` for `Vec`

Relevant tracking issues
const_convert: rust-lang#143773
const_index: rust-lang#143775
rust-bors Bot pushed a commit that referenced this pull request Apr 20, 2026
Rollup of 6 pull requests

Successful merges:

 - #154654 (Move `std::io::ErrorKind` to `core::io`)
 - #155054 (constify `Index(Mut)`, `Deref(Mut)` for `Vec`)
 - #155507 (suggest expect instead of unwrap when arg provided)
 - #154664 (core/num: Implement feature `integer_cast_extras`)
 - #155474 (Rename incremental `cfail`/`cpass` revisions to `bfail`/`bpass`)
 - #155493 (docs(num): fix stale link to `mem::Alignment`)
rust-bors Bot pushed a commit that referenced this pull request Apr 20, 2026
…uwer

Rollup of 10 pull requests

Successful merges:

 - #155054 (constify `Index(Mut)`, `Deref(Mut)` for `Vec`)
 - #155264 (Add autocast support for `x86amx`)
 - #155507 (suggest expect instead of unwrap when arg provided)
 - #154664 (core/num: Implement feature `integer_cast_extras`)
 - #155238 (compiletest: add a new diff for compare-out-by-lines tests.)
 - #155474 (Rename incremental `cfail`/`cpass` revisions to `bfail`/`bpass`)
 - #155493 (docs(num): fix stale link to `mem::Alignment`)
 - #155529 (Remove `AttributeLintKind` variants - part 3)
 - #155531 (Tweak `is_ascii_punctuation()` docs wording)
 - #155533 (Provide a const new for `GlobalCache`)
@rust-bors rust-bors Bot merged commit ce91732 into rust-lang:main Apr 20, 2026
11 checks passed
rust-timer added a commit that referenced this pull request Apr 20, 2026
Rollup merge of #155054 - Lars-Schumann:const-vec-ops, r=dtolnay

constify `Index(Mut)`, `Deref(Mut)` for `Vec`

Relevant tracking issues
const_convert: #143773
const_index: #143775
github-actions Bot pushed a commit to rust-lang/rustc-dev-guide that referenced this pull request Apr 20, 2026
…uwer

Rollup of 10 pull requests

Successful merges:

 - rust-lang/rust#155054 (constify `Index(Mut)`, `Deref(Mut)` for `Vec`)
 - rust-lang/rust#155264 (Add autocast support for `x86amx`)
 - rust-lang/rust#155507 (suggest expect instead of unwrap when arg provided)
 - rust-lang/rust#154664 (core/num: Implement feature `integer_cast_extras`)
 - rust-lang/rust#155238 (compiletest: add a new diff for compare-out-by-lines tests.)
 - rust-lang/rust#155474 (Rename incremental `cfail`/`cpass` revisions to `bfail`/`bpass`)
 - rust-lang/rust#155493 (docs(num): fix stale link to `mem::Alignment`)
 - rust-lang/rust#155529 (Remove `AttributeLintKind` variants - part 3)
 - rust-lang/rust#155531 (Tweak `is_ascii_punctuation()` docs wording)
 - rust-lang/rust#155533 (Provide a const new for `GlobalCache`)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants