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

feat(time): add Duration::{WEEK, DAY, HOUR, MINUTE} 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.
#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.
#163134 opened Sep 21, 2026 by Catskhi Draft
[rustdoc] Fix invalid jump to def link when #[rustc_allow_incoherent_impl] is involved 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#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 feature(field_projections) fixme 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.
#163118 opened Sep 21, 2026 by lcnr Contributor Loading…
Raise some occurrences of unused_attributes to deny by default A-attributes 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.
#163116 opened Sep 21, 2026 by mejrs Member Loading…
Point at 'static obligations from an fn being called 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.
#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 std::os::wasip2 with correct doc-cfgs, mark as unstable O-wasm 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.
#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 usize and isize as typedefs 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.
#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…
ProTip! Exclude everything labeled bug with -label:bug.