Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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
Assigned to nobody Loading
Sort

Pull requests list

Shallow resolve ty vars to their root var 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.
#147193 opened Sep 30, 2025 by BoxyUwU Draft
Resume testing macOS x86_64 A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#147192 opened Sep 30, 2025 by shepmaster Draft
Add new optional tidy check to check if ftl error messages are unused A-attributes Area: Attributes (`#[...]`, `#![...]`) 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.
#147191 opened Sep 30, 2025 by GuillaumeGomez Loading...
std: sys::net cleanups O-unix Operating system: Unix-like O-windows Operating system: Windows 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.
#147190 opened Sep 30, 2025 by joboet Loading...
[PERF] Use small Spans in rustdoc's highlighter 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-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.
#147189 opened Sep 30, 2025 by yotamofek Draft
Remove usage of compiletest-use-stage0-libtest from CI A-CI Area: Our Github Actions CI 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#147188 opened Sep 30, 2025 by Kobzol Loading...
remove unnecessary test directives 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.
#147187 opened Sep 30, 2025 by lcnr Loading...
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-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.
#147186 opened Sep 30, 2025 by Zalathar Loading...
repr(transparent): do not consider repr(C) types to be 1-ZST S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147185 opened Sep 30, 2025 by RalfJung Loading...
Fix the bevy implied bounds hack for the 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.
#147184 opened Sep 30, 2025 by jdonszelmann Loading...
cg_llvm: Replace enum MetadataType with a list of MetadataKindId constants A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#147181 opened Sep 30, 2025 by Zalathar Loading...
add tests 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)
#147180 opened Sep 30, 2025 by lcnr Loading...
[DebugInfo] Fix container types failing to find template args S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#147179 opened Sep 30, 2025 by Walnut356 Loading...
[DebugInfo] Improve formatting of MSVC enum struct variants S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#147178 opened Sep 30, 2025 by Walnut356 Loading...
[DebugInfo] Fix MSVC tuple child creation S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#147177 opened Sep 30, 2025 by Walnut356 Loading...
Rollup of 4 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) rollup A PR which is a rollup 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.
#147175 opened Sep 30, 2025 by Zalathar Loading...
Add support for hexagon-unknown-qurt target 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.
#147173 opened Sep 30, 2025 by androm3da Loading...
bootstrap: build bootstrap docs with in-tree rustdoc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#147172 opened Sep 30, 2025 by notriddle Loading...
recommend using a HashMap if a HashSet's second generic parameter doesn't implement BuildHasher 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.
#147171 opened Sep 30, 2025 by Qelxiros Loading...
compiletest: Pass around DirectiveLine instead of bare strings 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)
#147170 opened Sep 30, 2025 by Zalathar Loading...
Don't unconditionally build alloc for no-std targets 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)
#147168 opened Sep 29, 2025 by jyn514 Loading...
Don't condition RUSTDOC_LIBDIR on --no-doc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#147167 opened Sep 29, 2025 by jyn514 Loading...
several small proc_macro cleanups S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#147166 opened Sep 29, 2025 by cyrgani Loading...
test: Subtract code_offset from width for ui_testing S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147165 opened Sep 29, 2025 by Muscraft Loading...
implement VecDeque extend_from_within and prepend_from_within 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.
#147161 opened Sep 29, 2025 by antonilol Draft
Previous 1 3 4 5 34 35
Previous
ProTip! Filter pull requests by the default branch with base:master.

AltStyle によって変換されたページ (->オリジナル) /