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
Sort

Pull requests list

Improve suggest construct with literal syntax instead of calling 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.
#139014 opened Mar 27, 2025 by xizheyin Loading… updated Mar 27, 2025
Add unstable frontmatter support F-frontmatter `#![feature(frontmatter)]` 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.
#137193 opened Feb 17, 2025 by epage Loading… updated Mar 27, 2025
literal pattern lowering: use the pattern's type instead of the literal's in const_to_pat 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.
#138992 opened Mar 26, 2025 by dianne Loading… updated Mar 27, 2025
Invalidate all dereferences when encountering non-local assignments A-mir-opt Area: MIR optimizations 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.
#132527 opened Nov 2, 2024 by dianqk Loading… updated Mar 27, 2025
Sanitizers target modificators PG-exploit-mitigations Project group: Exploit mitigations 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.
#138736 opened Mar 20, 2025 by azhogin Loading… updated Mar 27, 2025
[WIP] Support param bounds on non-lifetime binders 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#115362 opened Aug 29, 2023 by compiler-errors Loading… updated Mar 26, 2025
fix usage of autodiff macro with inner functions F-autodiff `#![feature(autodiff)]` 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.
#138314 opened Mar 10, 2025 by haenoe Loading… updated Mar 25, 2025
Note potential but private items in show_candidates 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.
#138790 opened Mar 21, 2025 by xizheyin Loading… updated Mar 23, 2025
remove feature(inline_const_pat) A-tidy Area: The tidy tool 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.
#138492 opened Mar 14, 2025 by lcnr Loading… updated Mar 21, 2025
Issue-125323: ICE non-ADT in struct pattern when long time constant evaluation is in for loop 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.
#138679 opened Mar 18, 2025 by Shunpoco Loading… updated Mar 21, 2025
Add checking for unnecessary delims in closure body A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination I-lang-nominated Nominated for discussion during a lang team meeting. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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-lang Relevant to the language 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.
#136906 opened Feb 12, 2025 by chenyukang Loading… updated Mar 20, 2025
error on empty precision S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#136638 opened Feb 6, 2025 by hkBst Loading… updated Mar 20, 2025
Infrastructure for lints during attribute parsing, specifically duplicate usages of attributes A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138164 opened Mar 7, 2025 by jdonszelmann Loading… updated Mar 20, 2025
Add #[repr(u128)]/#[repr(i128)] enums to improper_ctypes_definitions 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.
#138282 opened Mar 9, 2025 by beetrees Loading… updated Mar 20, 2025
Stop considering moved-out locals when computing auto traits for generators (rebased) needs-fcp This change is insta-stable, so needs a completed FCP to proceed. perf-regression Performance regression. T-types Relevant to the types team, which will review and decide on the PR/issue.
#128846 opened Aug 8, 2024 by compiler-errors Loading… updated Mar 19, 2025
Add unstable option to nul-terminate location strings I-needs-decision Issue: In need of a decision. 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.
#135240 opened Jan 8, 2025 by Darksonn Loading… updated Mar 18, 2025
Stop putting Assumes in MIR for every enum-as cast 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.
#138297 opened Mar 10, 2025 by scottmcm Draft updated Mar 15, 2025
Make Default const and add some const Default impls F-const_trait_impl `#![feature(const_trait_impl)]` F-default_field_values `#![feature(default_field_values)]` 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#134628 opened Dec 21, 2024 by estebank Loading… updated Mar 12, 2025
Prereq2 for async drop - ResumedAfterDrop panic messages 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.
#129736 opened Aug 29, 2024 by azhogin Draft updated Mar 12, 2025
Async drop codegen F-async_drop Async drop 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#123948 opened Apr 15, 2024 by azhogin Loading… updated Mar 12, 2025
Prereq1 for async drop - drop & async_fut fields in Drop terminator 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.
#129734 opened Aug 29, 2024 by azhogin Draft updated Mar 12, 2025
rewrite optimize attribute to use new attribute parsing infrastructure 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.
#138291 opened Mar 9, 2025 by jdonszelmann Draft updated Mar 11, 2025
Rewrite inline attribute parser to use new infrastructure and improve diagnostics for all parsed attributes 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.
#138165 opened Mar 7, 2025 by jdonszelmann Draft updated Mar 11, 2025
Handle autodiff for lib builds F-autodiff `#![feature(autodiff)]` 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.
#137570 opened Feb 24, 2025 by ZuseZ4 Draft updated Mar 10, 2025
Fix incorrect cfg structured suggestion and make suggestion verbose 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.
#137773 opened Feb 28, 2025 by estebank Loading… updated Mar 3, 2025
ProTip! Add no:assignee to see everything that’s not assigned.