-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Tracking the old name of renamed unstable library features
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.
T-libs
Relevant to the library 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.
#142158
opened Jun 7, 2025 by
xizheyin
Loading…
rustc_resolve: Improve 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.
resolve_const_param_in_non_trivial_anon_const
wording
S-waiting-on-review
#142157
opened Jun 7, 2025 by
Enselic
Loading…
Withdraw the claim 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.
extern "C-cmse-nonsecure-*"
always matches extern "C"
S-waiting-on-review
#142146
opened Jun 7, 2025 by
workingjubilee
Loading…
Include additional hashes in src/stage0
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#142139
opened Jun 7, 2025 by
erickt
Loading…
Add 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.
Vec::into_chunks
S-waiting-on-review
#142138
opened Jun 7, 2025 by
ashivaram23
Loading…
docs: autogenerate compiler flag stubs based on -Zhelp
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.
#142135
opened Jun 7, 2025 by
rmehri01
Loading…
Reject unsupported Area: Rustdoc JSON backend
I-lang-nominated
Nominated for discussion during a lang team meeting.
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.
extern "{abi}"
s consistently in all positions
A-rustdoc-json
#142134
opened Jun 6, 2025 by
workingjubilee
Loading…
Apply Lint: mismatched_lifetime_syntaxes
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.
mismatched-lifetime-syntaxes
to trait and extern functions
L-mismatched_lifetime_syntaxes
#142129
opened Jun 6, 2025 by
shepmaster
Loading…
Apply nested goals certainty to 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)
InspectGoals
for normalizes-to
S-waiting-on-review
#142127
opened Jun 6, 2025 by
compiler-errors
Loading…
Stabilize "file_lock" feature
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.
#142125
opened Jun 6, 2025 by
cberner
Loading…
Implement initial support for timing sections (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.
--json=timings
)
S-waiting-on-review
#142123
opened Jun 6, 2025 by
Kobzol
Loading…
[DO NOT MERGE] Experimental
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Add 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)
compiler-builtins
to bootstrap
A-testsuite
#142106
opened Jun 6, 2025 by
tgross35
Loading…
rustdoc: make srcIndex no longer a global variable
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
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.
#142100
opened Jun 5, 2025 by
lolbinarycat
Loading…
Implement 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.
int_format_into
feature
S-waiting-on-review
#142098
opened Jun 5, 2025 by
GuillaumeGomez
Loading…
gpu offload host code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-autodiff
`#![feature(autodiff)]`
F-gpu_offload
`#![feature(gpu_offload)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
[do not merge] testing
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
#142094
opened Jun 5, 2025 by
ChrisDenton
Loading…
add track_caller attribute to map_err and ok_or/_else
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.
#142093
opened Jun 5, 2025 by
yaahc
Loading…
Refactor 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.
rustc_attr_data_structures
documentation
A-attributes
#142082
opened Jun 5, 2025 by
xizheyin
Loading…
nll-relate: improve hr opaque types support
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.
#142079
opened Jun 5, 2025 by
lcnr
Loading…
Add SIMD funnel shift and round-to-even intrinsics
A-intrinsics
Area: Intrinsics
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-core_intrinsics
Issue in the "core intrinsics" for internal usage only.
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.
#142078
opened Jun 5, 2025 by
sayantn
Loading…
apply_member_constraints
: fix placeholder check
disposition-merge
#142071
opened Jun 5, 2025 by
lcnr
Loading…
Introduce 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.
-Zmacro-stats
S-waiting-on-author
#142069
opened Jun 5, 2025 by
nnethercote
Loading…
More simple 2015 edition test decoupling
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.
#142066
opened Jun 5, 2025 by
Veykril
Loading…
Make many 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.
MacResult
methods unreachable.
S-waiting-on-author
#142061
opened Jun 5, 2025 by
nnethercote
Loading…
ProTip!
Add no:assignee to see everything that’s not assigned.