Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Normalize .. and . in diagnostic file paths A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155569 opened Apr 20, 2026 by arferreira Contributor Loading…
Update books S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#155568 opened Apr 20, 2026 by rustbot Collaborator Loading…
Rollup of 7 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) rollup A PR which is a rollup S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#155567 opened Apr 20, 2026 by JonathanBrouwer Contributor Loading…
constify Vec comparisons S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155565 opened Apr 20, 2026 by Lars-Schumann Contributor Loading…
Implement const Default for &CStr S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155564 opened Apr 20, 2026 by tshakalekholoane Loading…
enable dynamic linking on the vita target S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155563 opened Apr 20, 2026 by olebeck Draft
Add a missing GenericTypeVisitable, and avoid having interner traits for FnSigKind and Abi 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.
#155562 opened Apr 20, 2026 by ChayimFriedman2 Contributor Loading…
Use singular wording for single _ placeholders in type suggestions 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.
#155561 opened Apr 20, 2026 by cijiugechu Contributor Loading…
Remove AttributeLintKind variants - part 4 A-attributes Area: Attributes (`#[…]`, `#![…]`) S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155560 opened Apr 20, 2026 by GuillaumeGomez Member Loading…
add safety doc (section header) to two unsafe methods in NonZero S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155559 opened Apr 20, 2026 by hxuhack Contributor Loading…
Clarify that isqrt returns the principal (non-negative) square root S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155558 opened Apr 20, 2026 by nivekithan Loading…
rust-analyzer subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#155556 opened Apr 20, 2026 by lnicola Member Loading…
compiletest: Report filtered and --skip-ed tests in metrics A-CI Area: Our Github Actions CI A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#155555 opened Apr 20, 2026 by jyn514 Member Loading…
add warning message when using x fix S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#155554 opened Apr 20, 2026 by nivekithan Loading…
miri subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#155553 opened Apr 20, 2026 by RalfJung Member Loading…
Experiment: Use packed query cache entries perf-regression Performance regression. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155551 opened Apr 20, 2026 by zetanumbers Contributor Draft
Experiment: Replace ShardedHashMap method insert with debug-checked insert_unique S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155550 opened Apr 20, 2026 by zetanumbers Contributor Draft
Better disambiguators S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155547 opened Apr 20, 2026 by aerooneqq Contributor Loading…
Improve E0308 error message for impl Trait return mismatches 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.
#155546 opened Apr 20, 2026 by Unique-Usman Contributor Loading…
docs(unstable-book): Document const generics features 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.
#155543 opened Apr 20, 2026 by popzxc Contributor Loading…
Simplify some Deref impls. 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.
#155536 opened Apr 20, 2026 by nnethercote Contributor Loading…
export symbols: support macos/windows(32/64) A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#155535 opened Apr 20, 2026 by cezarbbb Contributor Loading…
Fix redundant boolean comparison in Mutex::try_lock S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155532 opened Apr 20, 2026 by StepfenShawn Contributor Loading…
const-stabilize char::is_control() I-libs-api-nominated Nominated for discussion during a libs-api team meeting. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-t-libs-api Status: Awaiting decision from T-libs-api T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#155528 opened Apr 19, 2026 by Jules-Bertholet Contributor Loading…
Replace printables table with unicode_data.rs tables A-Unicode Area: Unicode S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#155527 opened Apr 19, 2026 by Jules-Bertholet Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.