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

Implement Write for Cursor<W: AsMut<[u8]>> 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.
#160960 opened Aug 12, 2026 by bushrat011899 Contributor Loading…
2026/08/12 -- hrsraiden -- bootstrap: warn when download-ci-llvm is unavailable with assertions S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#160959 opened Aug 12, 2026 by HRSRaiden Loading…
Remove unused #[non_exhaustive] in library S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#160958 opened Aug 12, 2026 by mu001999 Member Draft
Remove unneeded [const] Destruct bound in array::from_fn S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#160956 opened Aug 12, 2026 by Lars-Schumann Contributor Draft
trait_solver: Reject canonical responses with placeholder universe leaks 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#160955 opened Aug 12, 2026 by Dnreikronos Contributor Loading…
Rollup of 14 pull requests A-CI Area: Our Github Actions CI A-compiletest Area: The compiletest test runner 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 A-testsuite Area: The testsuite used to check the correctness of rustc 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-clippy Relevant to the Clippy team. 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. 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. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#160954 opened Aug 12, 2026 by jhpratt Member Loading…
Enforce more library clippy lints in CI O-windows Operating system: Windows 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#160953 opened Aug 12, 2026 by ChrisDenton Member Loading…
Fix improper stability of Write for Cursor<W: WriteThroughCursor> 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.
#160952 opened Aug 12, 2026 by bushrat011899 Contributor Loading…
Stabilize core::io::{Error(Kind), IoSlice(Mut), Result} S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#160951 opened Aug 11, 2026 by bushrat011899 Contributor Loading…
dogfood #[diagnostic::unknown] in the compiler 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.
#160950 opened Aug 11, 2026 by mejrs Contributor Loading…
Add floating point inline ASM support for SPARC 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.
#160949 opened Aug 11, 2026 by beetrees Contributor Loading…
Enforce safety comments on alloc 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#160941 opened Aug 11, 2026 by nia-e Member Loading…
Fix coroutine witness trait solving with NLL-derived facts A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#160940 opened Aug 11, 2026 by dingxiangfei2009 Contributor Draft
1 of 2 tasks
Fix std-features example in bootstrap.example.toml 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)
#160939 opened Aug 11, 2026 by alyssais Contributor Loading…
Store the names of Fn trait parameters in the AST, fix rustfmt bug S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#160937 opened Aug 11, 2026 by JonathanBrouwer Contributor Loading…
traits: Represent live alias arguments as bitsets 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.
#160936 opened Aug 11, 2026 by Dnreikronos Contributor Loading…
Ensure TLS accesses don't call the global allocator through panic 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.
#160934 opened Aug 11, 2026 by maxdexh Contributor Loading…
Make tidy::Version public 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)
#160932 opened Aug 11, 2026 by Kat-zorn Loading…
check mut-restriction when tuple constructor is used as a value 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.
#160928 opened Aug 11, 2026 by im-lunex Contributor Loading…
Enhance EII UI tests F-extern_item_impls `#![feature(extern_item_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.
#160927 opened Aug 11, 2026 by AsakuraMizu Contributor Loading…
sve: add addl. passing test for field projection 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.
#160926 opened Aug 11, 2026 by davidtwco Member Loading…
Add TypeId::is_signed method 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.
#160925 opened Aug 11, 2026 by yara-blue Loading…
split up rustc_session A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. 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.
#160924 opened Aug 11, 2026 by mejrs Contributor Loading…
Handle multiple action records in EH personality function 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.
#160923 opened Aug 11, 2026 by nbdd0121 Member Loading…
rustdoc: Fix invalid CSS classes generated for notable items S-waiting-on-bors 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#160921 opened Aug 11, 2026 by GuillaumeGomez Member Loading…
ProTip! Follow long discussions with comments:>50.