-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 5 pull requests
rollup
A PR which is a rollup
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.
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.
#161840
opened Aug 26, 2026 by
matthiaskrgr
Member
Loading…
Fix doc link to pointer::addr
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.
#161839
opened Aug 26, 2026 by
maxdexh
Contributor
Loading…
tests: accept LLVM 24 optimization in this test
llvm-main
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
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.
#161838
opened Aug 26, 2026 by
durin42
Contributor
Loading…
Fix #161735: type search Box<_> matches Box<[T; N]>
A-rustdoc-js
Area: Rustdoc's JS front-end
A-rustdoc-search
Area: Rustdoc's search feature
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
#161834
opened Aug 26, 2026 by
anmolxlight
•
Draft
Fix #161802: Unsize bound aliasing T -> U in next solver
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.
#161833
opened Aug 26, 2026 by
anmolxlight
•
Draft
Remove experimental 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-rust-analyzer
Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
--env-set option
S-waiting-on-review
#161831
opened Aug 26, 2026 by
Urgau
Member
Loading…
Never type after-stabilization cleanup
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.
#161828
opened Aug 26, 2026 by
WaffleLapkin
Member
Loading…
Fix suggestion for mutability mismatch between trait def and trait impl
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.
#161827
opened Aug 26, 2026 by
GuillaumeGomez
Member
Loading…
Clarify that match_indices returns an iterator over byte indices
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
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.
#161825
opened Aug 26, 2026 by
zepredos
Loading…
Add missing option 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.
-Zself-profile-event help message as well as information about what the default options are
S-waiting-on-review
#161821
opened Aug 26, 2026 by
steffahn
Member
Loading…
Fix long type on diagnostics for conditionally implemented traits
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.
#161818
opened Aug 26, 2026 by
lsunsi
Contributor
Loading…
Initial implementation of 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.
Stopwatch
S-waiting-on-review
#161817
opened Aug 26, 2026 by
ChrisDenton
Member
Loading…
don't pass `#![feature(complex_numbers)]`
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.
Complex<f16> in vector registers on i586 without SSE2
F-complex_numbers
#161814
opened Aug 26, 2026 by
folkertdev
Contributor
Loading…
Change Area: Source-based code coverage (-Cinstrument-coverage)
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.
is_eligible_for_coverage from a hook to a query
A-code-coverage
#161813
opened Aug 26, 2026 by
Zalathar
Member
Loading…
prevent 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.
Freeze and UnsafeUnpin from being implemented outside of core
S-waiting-on-review
#161811
opened Aug 26, 2026 by
joboet
Member
Loading…
Do not generate coverage records for compile-time-only functions
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.
#161808
opened Aug 26, 2026 by
fs-rachel
Contributor
Loading…
Add tests and docs for Area: rustc-dev-guide
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.
#[derive(GenericTypeVisitable)]
A-rustc-dev-guide
#161806
opened Aug 26, 2026 by
ada4a
Contributor
Loading…
Prefer ambiguous candidates when deduplicating traits in scope, so 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.
ambiguous_glob_imported_traits doesn't depend on import order
S-waiting-on-review
#161805
opened Aug 26, 2026 by
LorrensP-2158466
Contributor
Loading…
Document PartialOrd behavior for Option<T> where T: PartialOrd
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
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.
#161804
opened Aug 26, 2026 by
zepredos
Loading…
Fix docs of make_ascii_lowercase/make_ascii_upercase
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.
#161803
opened Aug 26, 2026 by
Narfinger
Loading…
always rerun if we normalize local opaques
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)
#161795
opened Aug 26, 2026 by
adwinwhite
Contributor
•
Draft
Fix handling of weak keyword Area: Attributes (`#[…]`, `#![…]`)
F-pin_ergonomics
`#![feature(pin_ergonomics)]`
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.
pin
A-attributes
#161794
opened Aug 26, 2026 by
fmease
Member
Loading…
compiletest: add auxiliary dylib path for CDB tests
A-compiletest
Area: The compiletest test runner
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.
#161793
opened Aug 26, 2026 by
phpont
Loading…
Fix and improve diagnostics for lint 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.
rust_2021_prefixes_incompatible_syntax
S-waiting-on-review
#161792
opened Aug 26, 2026 by
fmease
Member
Loading…
Make dropping an empty BTreeMap free
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.
#161791
opened Aug 26, 2026 by
jakedrew
Contributor
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.