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

support revealing uses in HIR typeck 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)
#140497 opened Apr 30, 2025 by lcnr Draft
Rename rustc_query_append! to rustc_with_all_queries! A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#140448 opened Apr 29, 2025 by Zalathar Loading…
use uX::from instead of _ as uX in non - const contexts L-unnecessary_transmutes Lint: unnecessary_transmutes 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.
#140435 opened Apr 29, 2025 by bend-n Loading…
rm TypeVistable impls for Canonical 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.
#140404 opened Apr 28, 2025 by lcnr Loading…
Match on lang item kind instead of using an if/else chain 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.
#140386 opened Apr 28, 2025 by oli-obk Loading…
eagerly compute sub_relations again 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)
#140375 opened Apr 27, 2025 by lcnr Draft
change unsatisfiable trivial bounds detection needs-fcp This change is insta-stable, so needs a completed FCP to proceed. 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.
#140313 opened Apr 25, 2025 by lcnr Loading…
Don't build ParamEnv and do trait solving in ItemCtxts when lowering IATs 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.
#140247 opened Apr 24, 2025 by BoxyUwU Loading…
HIR ty lowering: Clean up & refactor the lowering of type-relative paths 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.
#140218 opened Apr 23, 2025 by fmease Loading…
Experimental cygwin support in rustc O-cygwin Target: *-pc-cygwin 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.
#140154 opened Apr 22, 2025 by Berrysoft Loading…
New const traits syntax 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#139858 opened Apr 15, 2025 by oli-obk Loading…
Implement pin-project in pattern matching for &pin mut|const T A-attributes Area: Attributes (`#[…]`, `#![…]`) F-autodiff `#![feature(autodiff)]` 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.
#139751 opened Apr 13, 2025 by frank-king Loading…
Stabilize offset_of_slice 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.
#139673 opened Apr 11, 2025 by jdonszelmann Loading…
Handle regions equivalent to 'static in non_local_bounds 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-types Relevant to the types team, which will review and decide on the PR/issue.
#139668 opened Apr 11, 2025 by matthewjasper Loading…
Finalize repeat expr inference behaviour with inferred repeat counts disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#139635 opened Apr 10, 2025 by BoxyUwU Loading…
support revealing uses of opaques in closures 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)
#139587 opened Apr 9, 2025 by lcnr Draft
Enhance Scope Enum with Late Types and Consts Handling 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.
#139320 opened Apr 3, 2025 by reez12g Draft
Try use tcx.ensure_ok for some predicates_of queries. 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.
#139256 opened Apr 2, 2025 by zetanumbers Draft
Support using const pointers in asm const operand 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.
#138618 opened Mar 17, 2025 by nbdd0121 Loading…
Fix struct_tail_raw argument order and ObligationCause usage 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.
#138456 opened Mar 13, 2025 by JumpiiX Loading…
Keep space if arg does not follow punctuation when lint unused parens 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.
#138271 opened Mar 9, 2025 by mu001999 Loading…
Add GlobalAsm as a valid ItemKind to StableMIR 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.
#138025 opened Mar 5, 2025 by celinval Loading…
Include whitespace in "remove |" suggestion and make it hidden 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.
#137872 opened Mar 1, 2025 by estebank Loading…
Tweak auto trait errors 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.
#137831 opened Feb 28, 2025 by estebank Loading…
Add iter macro 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.
#137725 opened Feb 27, 2025 by oli-obk Loading…
ProTip! Exclude everything labeled bug with -label:bug.