8000 Pull requests · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

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

Do not freshen ReError 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.
#143159 opened Jun 28, 2025 by compiler-errors Loading…
rustdoc: add doc_link_canonical feature 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-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.
#143158 opened Jun 28, 2025 by lolbinarycat Loading…
Rollup of 9 pull requests A-testsuite Area: The testsuite used to check the correctness of rustc O-solaris Operating system: Solaris 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. 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. 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.
#143157 opened Jun 28, 2025 by matthiaskrgr Loading…
inherit #[align] from trait method prototypes 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.
#143156 opened Jun 28, 2025 by folkertdev Loading…
librustdoc house-keeping 🧹 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.
#143155 opened Jun 28, 2025 by yotamofek Loading…
Allow specifying multiple bounds for same associated item (remove E0719) needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-types Relevant to the types team, which will review and decide on the PR/issue.
#143146 opened Jun 28, 2025 by Jules-Bertholet Loading…
fresh binding should shallow the def after expand 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.
#143141 opened Jun 28, 2025 by bvanjoi Loading…
give Pointer::into_parts a more scary name and offer a safer alternative A-LLVM 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.
#143140 opened Jun 28, 2025 by RalfJung Loading…
Port #[link_name] to the new attribute parsing infrastructure 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.
#143138 opened Jun 28, 2025 by JonathanBrouwer Loading…
Miri subtree update S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#143137 opened Jun 28, 2025 by RalfJung Loading…
fix typos on some doc comments 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.
#143135 opened Jun 28, 2025 by tshepang Loading…
Improve diagnostic for link.exe special case exit code 0xc0000409 (STATUS_STACK_BUFFER_OVERRUN) 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.
#143133 opened Jun 28, 2025 by vangata-ve Loading…
doc(std): clarify NonZero<T> usage limitation in doc comment 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.
#143130 opened Jun 28, 2025 by xizheyin Loading…
Add a regression test for ld64 T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143126 opened Jun 28, 2025 by dianqk Draft
Disable f16 on Aarch64 without neon for llvm < 20.1.1 A-LLVM 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.
#143125 opened Jun 28, 2025 by tgross35 Loading…
tests/ui: A New Order [15/N] 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.
#143118 opened Jun 27, 2025 by Kivooeo Loading…
Minor Documentation Improvements S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143114 opened Jun 27, 2025 by leopardracer Loading…
BTreeSet: remove duplicated code by reusing from_sorted_iter 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.
#143111 opened Jun 27, 2025 by xu-cheng Loading…
Use tidy to sort sym::* items 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.
#143110 opened Jun 27, 2025 by yotamofek Loading…
fix: keyword_docs.rs S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143098 opened Jun 27, 2025 by iampi31415 Loading…
Simplify polonius location-sensitive analysis 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.
#143093 opened Jun 27, 2025 by lqd Loading…
Workaround for memory unsafety in third party DLLs 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.
#143090 opened Jun 27, 2025 by ChrisDenton Loading…
Replace JSONPath with jq in jsondocck A-compiletest Area: The compiletest test runner A-rustdoc-json Area: Rustdoc JSON backend 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143089 opened Jun 27, 2025 by fluiderson Draft
Improve documentation of TagEncoding 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.
#143088 opened Jun 27, 2025 by firefighterduck Loading…
Update poison.rs to fix the typo (sys->sync) 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.
#143086 opened Jun 27, 2025 by SciMind2460 Loading…
ProTip! Updated in the last three days: updated:>2025-06-25.
0