-
-
Notifications
You must be signed in to change notification settings - Fork 16.3k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
feat(time): add 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.
Duration::{WEEK, DAY, HOUR, MINUTE}
S-waiting-on-review
#163138
opened Sep 22, 2026 by
sorairolake
Contributor
Loading…
library: prune allowed lints
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.
#163136
opened Sep 21, 2026 by
mejrs
Member
Loading…
librustdoc: remove stale dep on base64
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#163135
opened Sep 21, 2026 by
durin42
Contributor
Loading…
Fix 160945
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.
[rustdoc] Fix invalid jump to def link when Status: Awaiting review from the assignee but also interested parties.
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.
#[rustc_allow_incoherent_impl] is involved
S-waiting-on-review
#163133
opened Sep 21, 2026 by
GuillaumeGomez
Member
Loading…
Test panics and wasm32-wasip3 in CI, not wasip1
A-CI
Area: Our Github Actions CI
A-compiletest
Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#163132
opened Sep 21, 2026 by
alexcrichton
Member
Loading…
rustdoc: fix ICE caused by evaluating an intra-doc link in the wrong scope
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#163131
opened Sep 21, 2026 by
lolbinarycat
Contributor
Loading…
Fix provisional cache invalidation in the old trait solver (ran into probing ICE issue)
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.
#163130
opened Sep 21, 2026 by
Gmes23
Loading…
tests: accept more efficient simd output from LLVM 24
llvm-main
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
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.
#163128
opened Sep 21, 2026 by
durin42
Contributor
Loading…
add links to documentation to explain wrapping, overflowing, and saturating behavior
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.
#163127
opened Sep 21, 2026 by
imlazyeye
Loading…
Skip redundant storage-conflict updates during coroutine layout
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.
#163126
opened Sep 21, 2026 by
charliermarsh
Contributor
Loading…
Update books
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#163122
opened Sep 21, 2026 by
rustbot
Collaborator
Loading…
Borrow the destination place with a raw pointer in MIR inlining
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.
#163121
opened Sep 21, 2026 by
Amanieu
Member
Loading…
ci: make musl.sh look for patches next to the script
A-CI
Area: Our Github Actions CI
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#163120
opened Sep 21, 2026 by
lambdageek
Contributor
Loading…
add 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.
feature(field_projections) fixme
S-waiting-on-review
#163118
opened Sep 21, 2026 by
lcnr
Contributor
Loading…
Raise some occurrences of Area: Attributes (`#[…]`, `#![…]`)
A-tidy
Area: The tidy tool
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.
unused_attributes to deny by default
A-attributes
#163116
opened Sep 21, 2026 by
mejrs
Member
Loading…
Point at 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.
'static obligations from an fn being called
S-waiting-on-review
#163115
opened Sep 21, 2026 by
estebank
Contributor
Loading…
Add regression test for hang on mutually recursive trait 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.
#163114
opened Sep 21, 2026 by
zakrad
Contributor
Loading…
rustc_codegen_llvm: catch up with LLVM 24 on wasm exceptions
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-run-make
Area: port run-make Makefiles to rmake.rs
llvm-main
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
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.
#163113
opened Sep 21, 2026 by
durin42
Contributor
Loading…
Mark Target: WASM (WebAssembly), http://webassembly.org/
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.
std::os::wasip2 with correct doc-cfgs, mark as unstable
O-wasm
#163110
opened Sep 21, 2026 by
clarfonthey
Contributor
Loading…
emit the constant pattern note for raw identifier 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.
#163106
opened Sep 21, 2026 by
Albab-Hasan
Contributor
Loading…
[debuginfo] Emit 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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
usize and isize as typedefs
A-LLVM
#163104
opened Sep 21, 2026 by
Walnut356
Contributor
Loading…
[PAC] ABI-compatibility rules for discriminator calculation (4.5/8)
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#163103
opened Sep 21, 2026 by
jchlanda
Contributor
Loading…
remove unnecessary restriction with next-solver
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.
#163102
opened Sep 21, 2026 by
lcnr
Contributor
Loading…
normalize normalizes, avoid next-solver hack
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.
#163100
opened Sep 21, 2026 by
lcnr
Contributor
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.