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

Rollup of 5 pull requests 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#149032 opened Nov 17, 2025 by matthiaskrgr Loading…
Update books S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#149031 opened Nov 17, 2025 by rustbot Loading…
doc: fix strict_provenance_lints tracking issue link S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#149030 opened Nov 17, 2025 by mkroening Loading…
[rustdoc] Remove UrlFragment::render method to unify clean::types::links and anchor 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.
#149028 opened Nov 17, 2025 by GuillaumeGomez Loading…
Implement method signature suggestion for trait mismatches error 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.
#149027 opened Nov 17, 2025 by reddevilmidzy Loading…
Add test for href of reexported enum variant 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.
#149026 opened Nov 17, 2025 by GuillaumeGomez Loading…
flush_delayed: add note about stashed 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.
#149020 opened Nov 17, 2025 by RalfJung Loading…
[WIP] rustdoc: Rewrite auto trait impl synthesis rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#149019 opened Nov 17, 2025 by fmease Draft
7
2
Document the let this = self; idiom used in MIR building 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.
#149016 opened Nov 17, 2025 by Zalathar Loading…
Rollup of 8 pull requests A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#149011 opened Nov 17, 2025 by JaclynCodes Loading…
Fix false positive of "multiple different versions of crate X in the dependency graph" 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.
#149001 opened Nov 16, 2025 by rperier Loading…
miri genmc: fix exit() handling 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.
#148991 opened Nov 16, 2025 by RalfJung Loading…
Exhaustively specify names and stability of --print values 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.
#148990 opened Nov 16, 2025 by Zalathar Loading…
bootstrap: Replace Step::DEFAULT and default_condition with is_default_step 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. S-waiting-on-t-bootstrap Status: Awaiting decision from T-bootstrap. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#148987 opened Nov 16, 2025 by Zalathar Loading…
Work with stdbuf environment variables I-libs-api-nominated Nominated for discussion during a libs-api team meeting. O-windows Operating system: Windows 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.
#148986 opened Nov 15, 2025 by tbu- Loading…
std: sys: fs: uefi: Implement stat O-UEFI UEFI 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.
#148970 opened Nov 15, 2025 by Ayush1325 Loading…
const-eval: always do mem-to-mem copies if there might be padding involved I-lang-nominated Nominated for discussion during a lang team meeting. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. P-lang-drag-1 Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang perf-regression Performance regression. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team
#148967 opened Nov 15, 2025 by RalfJung Loading…
bootstrap: Split out Step::is_really_default from Step::should_run 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#148965 opened Nov 15, 2025 by Zalathar Draft
rust-analyzer subtree update S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
#148964 opened Nov 15, 2025 by lnicola Draft
crater experiment: do not promote function calls in const/static items S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148952 opened Nov 14, 2025 by RalfJung Draft
rustc_target: aarch64: Remove deprecated FEAT_TME A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#148951 opened Nov 14, 2025 by maurer Loading…
rustdoc: add fmt_json helper and use it to avoid allocations 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.
#148950 opened Nov 14, 2025 by lolbinarycat Draft
resolve: Consider all traits from ambiguous glob imports to be in scope 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.
#148946 opened Nov 14, 2025 by petrochenkov Loading…
resolve: Consider traits from shadowed glob imports to be in scope S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148943 opened Nov 14, 2025 by petrochenkov Loading…
stabilize Peekable::next_if_map (#![feature(peekable_next_if_map)]) 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.
#148941 opened Nov 14, 2025 by jdonszelmann Loading…
ProTip! Updated in the last three days: updated:>2025-11-14.