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

Remove QPath::LangItem 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#148193 opened Oct 28, 2025 by camsteffen Loading… updated Oct 28, 2025
Use mut less in dataflow analysis 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.
#148165 opened Oct 27, 2025 by nnethercote Loading… updated Oct 27, 2025
GVN: Use VnIndex for the local base in Address 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.
#147941 opened Oct 21, 2025 by dianqk Loading… updated Oct 27, 2025
GVN: Only introduce new derefs if the immutable borrow is always valid. perf-regression Performance regression. 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.
#147886 opened Oct 19, 2025 by dianqk Loading… updated Oct 27, 2025
Move coroutine upvars into locals for better memory economy A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135527 opened Jan 15, 2025 by dingxiangfei2009 Loading… updated Oct 27, 2025
Impls and impl items inherit dead_code lint level of the corresponding traits and trait items disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. finished-final-comment-period The final comment period is finished for this PR / Issue. 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. S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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-lang Relevant to the language team to-announce Announce this issue on triage meeting
#144113 opened Jul 18, 2025 by mu001999 Loading… updated Oct 25, 2025
Turn moves into copies after copy propagation perf-regression Performance regression. 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.
#147804 opened Oct 17, 2025 by tmiasko Loading… updated Oct 18, 2025
hir_owner_parent optimized to inlined call for non-incremental build 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.
#147387 opened Oct 5, 2025 by azhogin Loading… updated Oct 14, 2025
Cache derive proc macro expansion with incremental query perf-regression Performance regression. 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.
#145354 opened Aug 13, 2025 by Kobzol Loading… updated Oct 12, 2025
Remove fewer Storage calls in CopyProp and GVN A-mir-opt-GVN Area: MIR opt Global Value Numbering (GVN) perf-regression Performance regression. 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.
#142531 opened Jun 15, 2025 by ohadravid Loading… updated Oct 12, 2025
Revert "Change prefetch to avoid deadlock" 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.
#121910 opened Mar 2, 2024 by Zoxc Loading… updated Oct 9, 2025
Deref is not a projection: VarDebugInfo 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.
#146710 opened Sep 18, 2025 by beepster4096 Loading… updated Oct 3, 2025
Revert "Do not check privacy for RPITIT." 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.
#146470 opened Sep 12, 2025 by mladedav Loading… updated Sep 30, 2025
source_span query optimized to be inlined function in case of non-incremental build 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.
#146880 opened Sep 22, 2025 by azhogin Loading… updated Sep 29, 2025
Increase parallelism in various locations 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.
#115003 opened Aug 19, 2023 by Zoxc Loading… updated Sep 29, 2025
Allow MIR-inlining Drop terminators too 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#144561 opened Jul 28, 2025 by scottmcm Draft updated Aug 4, 2025
Make create_def a side effect instead of marking the entire query as always red A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc perf-regression Performance regression. 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115613 opened Sep 6, 2023 by oli-obk Loading… updated Jul 9, 2025
3 tasks
Create the previous dep graph index on a background thread A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) perf-regression Performance regression. 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.
#116375 opened Oct 3, 2023 by Zoxc Draft updated Jul 9, 2025
Add range metadata to slice lengths perf-regression Performance regression. 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.
#116542 opened Oct 8, 2023 by the8472 Draft updated Jul 9, 2025
Implement struct_target_features. perf-regression Performance regression. S-waiting-on-concerns Status: Awaiting concerns to be addressed by the author T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#129881 opened Sep 2, 2024 by veluca93 Loading… updated Jul 9, 2025
ProTip! Updated in the last three days: updated:>2025-10-24.