-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Stop backends from needing to support nullary intrinsics
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
#142839
opened Jun 21, 2025 by
oli-obk
Loading…
MaybeImprove MaybeUninit
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-libs
Relevant to the library team, which will review and decide on the PR/issue.
Make lowering incremental, take 3/N
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.
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.
1.88.0 release notes
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#142828
opened Jun 21, 2025 by
Mark-Simulacrum
Loading…
Move error code explanation removal check into tidy
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#142827
opened Jun 21, 2025 by
GuillaumeGomez
Loading…
Port 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.
#[track_caller]
to the new attribute system
A-attributes
#142825
opened Jun 21, 2025 by
jdonszelmann
Loading…
Stabilize Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
-Cmin-function-alignment
A-LLVM
#142824
opened Jun 21, 2025 by
folkertdev
Loading…
Port Area: Attributes (`#[…]`, `#![…]`)
A-rustdoc-json
Area: Rustdoc JSON backend
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-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#[no_mangle]
to new attribute parsing infrastructure
A-attributes
#142823
opened Jun 21, 2025 by
JonathanBrouwer
Loading…
Make 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.
PartialEq
a const_trait
S-waiting-on-review
#142822
opened Jun 21, 2025 by
oli-obk
Loading…
Compute jump threading opportunities in a single pass
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.
#142821
opened Jun 21, 2025 by
cjgillot
Loading…
Remove fewer Storage calls in GVN
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.
#142819
opened Jun 21, 2025 by
ohadravid
Loading…
Port 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.
#[used]
to new attribute parsing infrastructure
A-attributes
#142818
opened Jun 21, 2025 by
JonathanBrouwer
Loading…
Add caching layer to bootstrap
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#142816
opened Jun 21, 2025 by
Shourya742
•
Draft
mbe: Inline functions in 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.
transcribe
that are only called once
S-waiting-on-author
Allow arbitrary 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.
build.description
in tests
S-waiting-on-review
#142811
opened Jun 20, 2025 by
pvdrz
Loading…
Do not ICE on generic const expr referencing missing ty param
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)
#142810
opened Jun 20, 2025 by
estebank
Loading…
Add PrintTAFn flag for targeted type analysis printing
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-rustc-dev-guide
Area: rustc-dev-guide
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.
#142809
opened Jun 20, 2025 by
KMJ-007
Loading…
Rehome tests in Relevant to the compiler team, which will review and decide on the PR/issue.
tests/ui/
to accurate subdirectories
T-compiler
libtest: expose --fail-fast as an unstable command-line option
A-libtest
Area: `#[test]` / the `test` library
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
T-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#142807
opened Jun 20, 2025 by
sourcefrog
Loading…
Normalize before computing ConstArgHasType goal in new solver
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)
#142806
opened Jun 20, 2025 by
compiler-errors
Loading…
Emit a single error when importing a path with 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.
_
S-waiting-on-review
#142805
opened Jun 20, 2025 by
estebank
Loading…
Collapse Analysis|Borrowck|PostBorrowckAnalysis when there are no opaques
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.
#142802
opened Jun 20, 2025 by
compiler-errors
Loading…
integer docs: remove extraneous text
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#142800
opened Jun 20, 2025 by
tshepang
Loading…
rustc_session: Add a structure for keeping both explicit and default sysroots
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
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.
#142799
opened Jun 20, 2025 by
petrochenkov
Loading…
Don't fail to parse a struct if a semicolon is used to separate fields
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.
#142798
opened Jun 20, 2025 by
camsteffen
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.