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

Simplify HardwiredLints and SoftLints 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.
#158006 opened Jun 17, 2026 by nnethercote Contributor Loading…
Remove useless #[doc(hidden)] from ZipImpl 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.
#158005 opened Jun 17, 2026 by theemathas Contributor Loading…
Update cargo submodule S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#158004 opened Jun 17, 2026 by weihanglo Member Loading…
Reorganize tests/ui/issues [9/N] 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.
#158003 opened Jun 17, 2026 by zedddie Contributor Loading…
Fix(ICE): Remove unwrap from get_module_children 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.
#158002 opened Jun 17, 2026 by bushrat011899 Contributor Loading…
Document module resolution inside include! 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.
#158001 opened Jun 17, 2026 by ChronoCoders Loading…
Use a dummy TypeckResults instead of Option<TypeckResults> when linting 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.
#158000 opened Jun 17, 2026 by Jarcho Contributor Loading…
Rollup of 7 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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 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.
#157999 opened Jun 17, 2026 by jhpratt Member Loading…
Add big disclaimer to the description of lint explicit_outlives_requirements 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.
#157998 opened Jun 16, 2026 by fmease Member Loading…
perf: collapse double hash probe in projection cache fill path 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.
#157996 opened Jun 16, 2026 by xmakro Contributor Draft
Vec::dedup_by docs explicit function argument order 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.
#157995 opened Jun 16, 2026 by m4dh0rs3 Loading…
Generate more Typetrees for Enzyme A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#157994 opened Jun 16, 2026 by ZuseZ4 Member Draft
Expose more info about ADTs and functions in rustc_public 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.
#157993 opened Jun 16, 2026 by erickt Contributor Loading…
tidy: revisions inherit global directives 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.
#157992 opened Jun 16, 2026 by folkertdev Contributor Loading…
run-make: handle AIX symbol cdylib export test A-run-make Area: port run-make Makefiles to rmake.rs 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.
#157989 opened Jun 16, 2026 by amy-kwan Contributor Loading…
Fix incremental-finalize-fail proc macro test on AIX A-run-make Area: port run-make Makefiles to rmake.rs 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.
#157988 opened Jun 16, 2026 by amy-kwan Contributor Loading…
Try to make FieldDef smaller 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. T-rustfmt Relevant to the rustfmt team, which will review and decide on the PR/issue.
#157986 opened Jun 16, 2026 by panstromek Contributor Draft
Pass --no-entry to emcc when linking emscripten cdylib/dylib A-run-make Area: port run-make Makefiles to rmake.rs 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.
#157985 opened Jun 16, 2026 by guybedford Contributor Loading…
trait solver: Capture binder region constraints while relating 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)
#157984 opened Jun 16, 2026 by Dnreikronos Contributor Loading…
Lift the same-signature restriction for extern "tail" F-explicit_tail_calls `#![feature(explicit_tail_calls)]` F-rust_tail_cc `#![feature(rust_tail_cc)]` 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.
#157983 opened Jun 16, 2026 by folkertdev Contributor Loading…
doc: Document NonNull pointer ABI compatibility I-lang-radar Items that are on lang's radar and will need eventual work or consideration. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team T-libs Relevant to the library team, which will review and decide on the PR/issue.
#157982 opened Jun 16, 2026 by 0xEgao Loading…
Some minor cleanups around hir ty/pat/expr 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.
#157980 opened Jun 16, 2026 by oli-obk Contributor Loading…
Avoid &raw recovery ICE after trailing comma 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.
#157978 opened Jun 16, 2026 by TaKO8Ki Member Loading…
c-variadic: initialize the copied VaList in const-eval F-c_variadic `#![feature(c_variadic)]` 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.
#157977 opened Jun 16, 2026 by folkertdev Contributor Loading…
Improve NumBufferTrait associated items 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.
#157976 opened Jun 16, 2026 by GuillaumeGomez Member Loading…
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.