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

Stabilize feature(trait_upcasting) disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-trait_upcasting `#![feature(trait_upcasting)]` finished-final-comment-period The final comment period is finished for this PR / Issue. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team
#134367 by WaffleLapkin was merged Feb 7, 2025 Loading… 1.86.0
stabilize -Znext-solver=coherence again I-types-nominated Nominated for discussion during a types team meeting. merged-by-bors This PR was explicitly merged by bors. relnotes Marks issues that should be documented in the release notes of the next release. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-types Relevant to the types team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#130654 by lcnr was merged Oct 15, 2024 Loading… 1.84.0
Use 64 bits for incremental cache in-file positions A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#104164 by cjgillot was merged Nov 10, 2022 Loading… 1.66.0
deref patterns: bare-bones feature gate and typechecking F-deref_patterns `#![feature(deref_patterns)]` 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.
#122222 by Nadrieril was merged Mar 21, 2024 Loading… 1.79.0
Re-add estebank to review rotation 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.
#120246 by estebank was merged Jan 23, 2024 Loading… 1.77.0
Move various checks to typeck so them failing causes the typeck result to get tainted 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#96046 by oli-obk was merged May 27, 2022 Loading… 1.63.0
Skip pub structs with repr(c) and repr(transparent) in dead code analysis S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-lang Relevant to the language team
#127104 by mu001999 was closed Sep 3, 2024 Loading…
Detect when method call on LHS might be shadowed 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.
#106150 by estebank was merged Dec 27, 2022 Loading… 1.68.0
Generate correct suggestion with named arguments used positionally 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#99660 by PrestonFrom was merged Jul 29, 2022 Loading… 1.64.0
Suggest removing a semicolon after impl/trait items 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.
#100446 by TaKO8Ki was merged Aug 14, 2022 Loading… 1.65.0
Remove an address comparison from the parser 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.
#104147 by WaffleLapkin was merged Nov 9, 2022 Loading… 1.67.0
Copy 1-/2-element arrays as scalars, not vectors 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.
#116479 by scottmcm was closed May 4, 2024 Draft
Improve naming for rustc_insignficant_dtor attribute 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.
#130943 by Noratrieb was closed Sep 27, 2024 Loading…
Replace &Vec<_>s with &[_]s 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#97697 by WaffleLapkin was merged Jun 5, 2022 Loading… 1.63.0
-Znext-solver caching S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#128828 by lcnr was merged Aug 14, 2024 Loading… 1.82.0
Remove box expressions from HIR 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.
#108958 by clubby789 was merged Mar 17, 2023 Loading… 1.70.0
Point at expressions where inference refines an unexpected type 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.
#106400 by estebank was merged Jan 6, 2023 Loading… 1.68.0
Recover from more const arguments that are not wrapped in curly braces A-diagnostics Area: Messages for errors, warnings, and lints 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.
#107190 by fmease was merged Jan 28, 2023 Loading… 1.69.0
Unequal → Not equal 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.
#109180 by ghost was merged Mar 16, 2023 Loading… 1.70.0
Don't suggest #[doc(hidden)] trait methods with matching return type A-diagnostics Area: Messages for errors, warnings, and lints 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.
#108049 by clubby789 was merged Feb 16, 2023 Loading… 1.69.0
Suggest removing the tuple struct field for the unwrapped value 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.
#99593 by TaKO8Ki was merged Jul 26, 2022 Loading… 1.64.0
Inherit function lifetimes for impl-trait 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#103449 by cjgillot was closed Oct 12, 2023 Loading…
[for errs] perf run sub_relations change 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140480 by lcnr was closed Apr 29, 2025 Draft
Mark DefineOpaqueTypes::Yes use-sites uncovered by tests as FIXMEs 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.
#117369 by lqd was closed Oct 29, 2023 Loading…
Add a note when suggesting to use Impl Trait S-inactive Status: Inactive and waiting on the author. This is often applied to closed PRs. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#112088 by sladyn98 was closed Oct 31, 2023 Loading…
ProTip! no:milestone will show everything without a milestone.