-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Experimental feature gate proposal 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-lang
Relevant to the language team, which will review and decide on the PR/issue.
crabi
S-waiting-on-author
#105586
opened Dec 12, 2022 by
joshtriplett
Loading…
Stabilize associated type position impl Trait (ATPIT)
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-impl_trait_in_assoc_type
`#![feature(impl_trait_in_assoc_type)]`
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-lang
Relevant to the language 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.
#120700
opened Feb 6, 2024 by
traviscross
Loading…
3 tasks
Stabilize Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
A-run-make
Area: port run-make Makefiles to rmake.rs
A-rustc-dev-guide
Area: rustc-dev-guide
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
O-unix
Operating system: Unix-like
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.
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.
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)
assert_matches
and move it to core::macros
A-query-system
#137487
opened Feb 23, 2025 by
Voultapher
Loading…
Stabilize return type notation (RFC 3654)
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
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-documentation
Status: Waiting on approved PRs to documentation before merging
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#138424
opened Mar 12, 2025 by
compiler-errors
Loading…
1 of 4 tasks
redesign stage 0 std
A-rustc-dev-guide
Area: rustc-dev-guide
A-testsuite
Area: The testsuite used to check the correctness of rustc
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#119899
opened Jan 12, 2024 by
onur-ozkan
Loading…
Use futex-based synchronization on Apple platforms
A-atomic
Area: Atomics, barriers, and sync primitives
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
O-unix
Operating system: Unix-like
relnotes
Marks issues that should be documented in the release notes of the next release.
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.
#122408
opened Mar 12, 2024 by
joboet
Loading…
Increase parallelism in various locations
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.
#115003
opened Aug 19, 2023 by
Zoxc
Loading…
Stabilize let chains in the 2024 edition
A-edition-2024
Area: The 2024 edition
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
F-let_chains
`#![feature(let_chains)]`
I-lang-nominated
Nominated for discussion during a lang team meeting.
I-style-nominated
Nominated for discussion during a style 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.
S-waiting-on-fcp
Status: PR is in FCP and is awaiting for FCP to complete.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#132833
opened Nov 10, 2024 by
est31
Loading…
7 of 9 tasks
Arbitrary self types v2: stabilize
A-rustdoc-json
Area: Rustdoc JSON backend
A-rustdoc-search
Area: Rustdoc's search feature
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
I-lang-nominated
Nominated for discussion during a lang team meeting.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
PG-exploit-mitigations
Project group: Exploit mitigations
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-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.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#135881
opened Jan 22, 2025 by
adetaylor
Loading…
Rewrite UTF-8 validation in shift-based DFA for 70%~135% performance increase on non-ASCII strings
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.
#136693
opened Feb 7, 2025 by
oxalica
Loading…
2 of 3 tasks
Remove Area: Attributes (`#[…]`, `#![…]`)
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.
Nonterminal
and TokenKind::Interpolated
A-attributes
#124141
opened Apr 18, 2024 by
nnethercote
Loading…
Make `#![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.
Default
const and add some const Default
impls
F-const_trait_impl
#134628
opened Dec 21, 2024 by
estebank
Loading…
Implement Status: PR has an ACP and is waiting for the ACP to complete.
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.
#[skip]
for builtin derives
S-waiting-on-ACP
#121053
opened Feb 13, 2024 by
clubby789
Loading…
Experimental: Add Derive Proc-Macro Caching
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
#129102
opened Aug 14, 2024 by
futile
Loading…
3 tasks
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…
Demote i686-pc-windows-gnu to Tier 2
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#137869
opened Mar 1, 2025 by
Noratrieb
Loading…
std::thread
support for the Nintendo 3DS
S-waiting-on-ACP
#98514
opened Jun 26, 2022 by
AzureMarker
Loading…
Add range metadata to slice lengths
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.
Remove wasm legacy abi
A-ABI
Area: Concerning the application binary interface (ABI)
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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.
[do not merge] Preparation for LLD stabilization
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
deref patterns: implement implicit deref patterns
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.
#138528
opened Mar 15, 2025 by
dianne
Loading…
Expose algebraic floating point intrinsics
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#136457
opened Feb 3, 2025 by
calder
Loading…
Use the new solver in the 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)
impossible_predicates
S-waiting-on-review
#136988
opened Feb 13, 2025 by
compiler-errors
Loading…
Constify 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.
PartialEq
S-waiting-on-author
#133995
opened Dec 7, 2024 by
compiler-errors
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.