-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 7 pull requests
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#154693
opened Apr 1, 2026 by
GuillaumeGomez
Loading…
core: Update the feature gate on Nominated for backporting to the compiler in the beta channel.
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.
TryFrom<integer> for bool
beta-nominated
#154691
opened Apr 1, 2026 by
tgross35
Loading…
Allow for regular comments to be part of the AST and pretty-printed
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-clippy
Relevant to the Clippy team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#154687
opened Apr 1, 2026 by
FranciscoTGouveia
•
Draft
Suppress misleading binding suggestion for multi-segment const patterns
A-diagnostics
Area: Messages for errors, warnings, and lints
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.
#154685
opened Apr 1, 2026 by
jeanibarz
Loading…
Migrate rest of 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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
std::io to alloc
S-waiting-on-author
[rustdoc] Replace Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
DocContext with TyCtxt wherever possible
S-waiting-on-bors
#154680
opened Apr 1, 2026 by
GuillaumeGomez
Loading…
Introduce #[diagnostic::on_move] on 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.
Rc
S-waiting-on-review
#154678
opened Apr 1, 2026 by
rperier
Loading…
hwaddress: automatically add Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-sanitizers
Area: Sanitizers for correctness and code quality
PG-exploit-mitigations
Project group: Exploit mitigations
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.
-Ctarget-feature=+tagged-globals
A-LLVM
#154677
opened Apr 1, 2026 by
Darksonn
Loading…
Improve shadowed private field diagnostics
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.
#154675
opened Apr 1, 2026 by
chenyukang
Loading…
borrowck: Don't mention unused vars in closure outlive errors
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.
#154674
opened Apr 1, 2026 by
Enselic
Loading…
Use a different name for fast try builds
A-CI
Area: Our Github Actions CI
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
Add a test for a past ICE when calling a const fn of an unresolved type with the wrong number of args
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.
#154671
opened Apr 1, 2026 by
jakubadamw
Loading…
Introduce #[diagnostic::on_move] on 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-libs
Relevant to the library team, which will review and decide on the PR/issue.
Arc
S-waiting-on-bors
#154669
opened Apr 1, 2026 by
rperier
Loading…
Remove 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.
StableHashContext impls
S-waiting-on-bors
#154666
opened Apr 1, 2026 by
nnethercote
Loading…
add safety sections for three functions in core::mem
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.
#154665
opened Apr 1, 2026 by
hxuhack
Loading…
core/num: Implement feature 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.
integer_cast_extras
S-waiting-on-review
#154664
opened Apr 1, 2026 by
okaneco
Loading…
Semantic checks of Area: Attributes (`#[…]`, `#![…]`)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-clippy
Relevant to the Clippy team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
impl restrictions
A-attributes
#154661
opened Apr 1, 2026 by
CoCo-Japan-pan
Loading…
Avoid creating async return opaques for foreign async fns
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.
#154660
opened Apr 1, 2026 by
mu001999
Loading…
Promote 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.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
char::is_case_ignorable from perma-unstable to unstable
A-Unicode
#154658
opened Apr 1, 2026 by
Jules-Bertholet
Loading…
Fix pattern assignment suggestions for uninitialized bindings
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.
#154657
opened Apr 1, 2026 by
chenyukang
Loading…
Move 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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
std::io::ErrorKind to core::io
S-waiting-on-review
#154654
opened Apr 1, 2026 by
bushrat011899
Loading…
Remove rustc_on_unimplemented's append_const_msg
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-test-infra-minicore
Area: `minicore` test auxiliary and `//@ add-core-stubs`
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.
#154653
opened Mar 31, 2026 by
mejrs
Loading…
Add suggestion to Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-clippy
Relevant to the Clippy team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
.to_owned() used on Cow when borrowing
A-LLVM
#154646
opened Mar 31, 2026 by
m4rch3n1ng
Loading…
rustdoc: seperate methods and associated functions in sidebar
relnotes
Marks issues that should be documented in the release notes of the next release.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#154644
opened Mar 31, 2026 by
lolbinarycat
Loading…
Emit fatal on defaults for generic params in binders if with nested defs
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.
#154642
opened Mar 31, 2026 by
mu001999
Loading…
Previous Next
ProTip!
Find all pull requests that aren't related to any open issues with -linked:issue.