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

Allow impl Fn() -> impl Trait in return position 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-types Relevant to the types team, which will review and decide on the PR/issue.
#93582 by WaffleLapkin was merged Oct 30, 2022 Loading… 1.67.0
stabilize -Znext-solver=coherence 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-types-nominated Nominated for discussion during a types team meeting. merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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)
#121848 by lcnr was merged Sep 6, 2024 Loading… 1.83.0
Initial implementation of dyn* F-dyn_star `#![feature(dyn_star)]` 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#101212 by eholk was merged Sep 14, 2022 Loading… 1.65.0
Add a lint against never type fallback affecting unsafe code 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.
#123939 by WaffleLapkin was merged May 2, 2024 Loading… 1.80.0
Add f16 and f128 A-testsuite Area: The testsuite used to check the correctness of rustc F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` O-unix Operating system: Unix-like 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. 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-lang Relevant to the language team 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#114607 by tgross35 was closed Mar 4, 2024 Draft
Add an is_effect flag to GenericArgKind 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#118785 by fee1-dead was closed Dec 10, 2023 Draft
Add def path data variant 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.
#104648 by spastorino was closed Nov 30, 2022 Loading…
Replace pointer address checks in the parser 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.
#103700 by Noratrieb was closed Nov 4, 2022 Loading…
Extend Infer ty for binary operators 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.
#107567 by chenyukang was closed Feb 24, 2023 Draft
fix(ty_utils): try normalize earsing regions 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.
#111259 by bvanjoi was closed Aug 10, 2023 Loading…
Strict region folders 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#110312 by nnethercote was closed Apr 26, 2023 Loading…
fix: prevent infinity evaluate predicate for auto-trait 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.
#111985 by bvanjoi was closed Jun 5, 2023 Loading…
Fix points at nonexisting .await T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#113263 by Alef-gabriel was closed Feb 11, 2024 Loading…
Add a suggestion to add or remove pub on private-in-public error T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#112540 by aryan-debug was closed Feb 10, 2024 Loading…
Do not consider async task_context to be alive across yields 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.
#105668 by Swatinem was closed Dec 20, 2022 Loading…
Do not emit note in coerce if loop iterates at least once 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.
#122679 by gurry was closed Mar 25, 2024 Loading…
Resolve region bounds from components of type projection disposition-close This PR / issue is in PFCP or FCP with a disposition to close it. finished-final-comment-period The final comment period is finished for this PR / Issue. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-types Relevant to the types team, which will review and decide on the PR/issue.
#121602 by dingxiangfei2009 was closed Mar 10, 2024 Loading…
Arbitrary self types v2: avoid dyn, generic ICE 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.
#136195 by adetaylor was closed Feb 4, 2025 Loading…
Fix diag span errors for bad_placeholder 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.
#116511 by chenyukang was closed Apr 8, 2024 Loading…
Fix gce ICE when encountering ill-formed consts 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.
#119060 by sjwang05 was closed Apr 18, 2024 Loading…
CFI: Fix fn items, closures, and Fn trait objects, and more A-sanitizers Area: Sanitizers for correctness and code quality PG-exploit-mitigations Project group: Exploit mitigations 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.
#116404 by rcvalle was closed Apr 8, 2024 Loading…
Implement default_could_be_derived and default_overrides_default_fields lints F-default_field_values `#![feature(default_field_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. T-lang Relevant to the language team
#134441 by estebank was closed Jan 22, 2025 Loading…
Implement partial capturing of types in use<...> 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.
#135765 by frank-king was closed Jan 20, 2025 Loading…
remove weird contravariant S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#134237 by oriongonza was closed Jan 23, 2025 Loading…
Improve diag when calling method on result of index op 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.
#125985 by mu001999 was closed Jun 18, 2024 Loading…
ProTip! Filter pull requests by the default branch with base:master.