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

Enable -Zfunction-sections by default for *-windows-{gnu,cygwin} 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.
#148669 opened Nov 7, 2025 by wesleywiser Draft
"pin" version of rollup in package.json to get CI working S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#148668 opened Nov 7, 2025 by yotamofek Loading…
a few small clippy fixes 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.
#148667 opened Nov 7, 2025 by hkBst Loading…
Add support for xray in aarch64 unknown none target 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.
#148666 opened Nov 7, 2025 by odlot Loading…
Allow vscr to be marked as a clobber in PowerPC inline asm 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.
#148663 opened Nov 7, 2025 by pmur Loading…
alloc: Document panics when allocations will exceed max 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.
#148662 opened Nov 7, 2025 by leftmostcat Loading…
Encode cfg trace, not its early counterpart to fix cross-crate doc(auto_cfg) A-attributes Area: Attributes (`#[…]`, `#![…]`) F-doc_cfg `#![feature(doc_cfg)]` 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#148660 opened Nov 7, 2025 by fmease Loading…
cleanup: merge RvalueScopes into ScopeTree 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.
#148658 opened Nov 7, 2025 by dianne Loading…
Also compile rustc_driver as rlib 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.
#148657 opened Nov 7, 2025 by bjorn3 Loading…
std: allow Condvar to be used with multiple Mutexes I-libs-nominated Nominated for discussion during a libs team meeting. 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.
#148656 opened Nov 7, 2025 by joboet Loading…
Fix invalid macro tag generation for keywords which can be followed by values 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.
#148655 opened Nov 7, 2025 by GuillaumeGomez Loading…
Lint unused associated types 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.
#148654 opened Nov 7, 2025 by mu001999 Loading…
Cleanup and refactor FnCtxt::report_no_match_method_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.
#148652 opened Nov 7, 2025 by rperier Loading…
lint(unsafe_code): exclude unsafe declarations from lint coverage 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.
#148651 opened Nov 7, 2025 by wyfo Draft
Rollup of 7 pull requests A-meta Area: Issues & PRs about the rust-lang/rust repository itself rollup A PR which is a rollup 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. 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.
#148650 opened Nov 7, 2025 by GuillaumeGomez Loading…
don't completely reset HeadUsages 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.
#148649 opened Nov 7, 2025 by lcnr Loading…
Check unsafety for non-macro attributes in validate_attr A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#148647 opened Nov 7, 2025 by JonathanBrouwer Loading…
compiletest: don't pickup a Python from PYTHONPATH in debuginfo A-compiletest Area: The compiletest test runner 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)
#148646 opened Nov 7, 2025 by jieyouxu Draft
[bootstrap] Make --open option work with doc src/tools/error_index_generator 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)
#148644 opened Nov 7, 2025 by GuillaumeGomez Loading…
Add a diagnostic attribute for special casing const bound errors for non-const impls A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#148641 opened Nov 7, 2025 by oli-obk Loading…
test(rustdoc): move tests into jump-to-def 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.
#148639 opened Nov 7, 2025 by midsterx Loading…
Fix ICE for repr simd on non struct 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.
#148638 opened Nov 7, 2025 by chenyukang Loading…
[DO NOT MERGE YET] Replace #[rustc_do_not_implement_via_object] with #[rustc_dyn_incompatible_trait] A-attributes Area: Attributes (`#[…]`, `#![…]`) 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#148637 opened Nov 7, 2025 by zachs18 Loading…
bootstrap: respect build.python on macOS 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)
#148636 opened Nov 7, 2025 by xSetech Loading…
Ignore #[doc(hidden)] items when computing trimmed paths for 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.
#148623 opened Nov 7, 2025 by Zalathar Loading…
ProTip! What’s not been updated in a month: updated:<2025-10-07.