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

avoid some usages of &mut P<T> in AST visitors perf-regression Performance regression. 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.
#141636 by fee1-dead was merged May 30, 2025 Loading… 1.89.0
further dedup WalkItemKind for mut_visit and visit 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.
#141635 by fee1-dead was merged May 27, 2025 Loading… 1.89.0
remove visit_mt from ast::mut_visit 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.
#141632 by fee1-dead was merged May 27, 2025 Loading… 1.89.0
implement TrustedRandomAccessNoCoerce for Peekable 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.
#141630 opened May 27, 2025 by fee1-dead Loading…
impl Default for array::IntoIter disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#141574 opened May 26, 2025 by fee1-dead Loading…
further deduplicate ast visitor code 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.
#141449 by fee1-dead was merged May 26, 2025 Loading… 1.89.0
remove visit_clobber and move DummyAstNode to rustc_expand 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.
#141430 by fee1-dead was merged May 30, 2025 Loading… 1.89.0
introduce common macro for MutVisitor and Visitor to dedup code 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.
#141249 by fee1-dead was merged May 19, 2025 Loading… 1.89.0
gate let_chains in all places before the 2024 edition 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.
#140198 by fee1-dead was closed May 1, 2025 Loading…
Implement RFC 3503: frontmatters F-frontmatter `#![feature(frontmatter)]` 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-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.
#140035 by fee1-dead was merged May 6, 2025 Loading… 1.88.0
Actually ensure that TokenKind's fields are safely copyable 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.
#139743 by fee1-dead was closed Apr 14, 2025 Loading…
Revert "Mention style for new syntax in tracking issue template" S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#139444 by fee1-dead was closed Apr 8, 2025 Loading…
triagebot: only ping me for constck A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#137840 by fee1-dead was merged Mar 2, 2025 Loading… 1.87.0
Update const_conditions and explicit_implied_const_bounds docs 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.
#137837 by fee1-dead was merged Mar 2, 2025 Loading… 1.87.0
require trait impls to have matching const stabilities as the traits 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.
#136688 by fee1-dead was merged Feb 28, 2025 Loading… 1.87.0
Fix typo in const stability error message 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.
#136056 by fee1-dead was merged Jan 26, 2025 Loading… 1.86.0
Implement MIR const trait stability checks 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.
#136055 by fee1-dead was merged Jan 28, 2025 Loading… 1.86.0
Implement trait const stability A-rustc-dev-guide Area: rustc-dev-guide 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.
#133999 by fee1-dead was closed Jan 13, 2025 Loading…
Minimally constify Add F-const_trait_impl `#![feature(const_trait_impl)]` PG-const-traits Project group: Const traits 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.
#133237 by fee1-dead was merged Nov 23, 2024 Loading… 1.85.0
Deny calls to non-#[const_trait] methods in MIR constck F-effects `#![feature(effects)]` PG-const-traits Project group: Const traits 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.
#132169 by fee1-dead was merged Oct 26, 2024 Loading… 1.84.0
Effects cleanup F-effects `#![feature(effects)]` PG-const-traits Project group: Const traits 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132168 by fee1-dead was merged Oct 26, 2024 Loading… 1.84.0
Improve const traits diagnostics for new desugaring 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.
#131152 by fee1-dead was merged Oct 2, 2024 Loading… 1.83.0
Rollup of 8 pull requests 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.
#130461 by fee1-dead was closed Sep 17, 2024 Loading…
RepeatN: use MaybeUninit beta-accepted Accepted for backporting to the compiler in the beta channel. merged-by-bors This PR was explicitly merged by bors. 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.
#130145 by fee1-dead was merged Sep 17, 2024 Loading… 1.82.0
remove invalid TyCompat relation for effects F-const_trait_impl `#![feature(const_trait_impl)]` F-effects `#![feature(effects)]` PG-const-traits Project group: Const traits 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.
#129500 by fee1-dead was merged Aug 25, 2024 Loading… 1.82.0
ProTip! Exclude everything labeled bug with -label:bug.