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
Sort

Pull requests list

Implement ptr::is_aligned_for and NonNull::is_aligned_for. 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.
#140982 opened May 13, 2025 by mathisbot Loading… updated May 14, 2025
Change core::iter::Fuse's Default impl to do what its docs say it does 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.
#140985 opened May 14, 2025 by zachs18 Loading… updated May 14, 2025
Enable xray support for Mac O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#140790 opened May 8, 2025 by quininer Loading… updated May 14, 2025
Update rustix to 1.0.7 for bootstrap 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)
#140973 opened May 13, 2025 by Berrysoft Loading… updated May 14, 2025
Fix a compiletest blessing message 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)
#140953 opened May 12, 2025 by jieyouxu Loading… updated May 14, 2025
Stabilize sha512. sm3 and sm4 for x86 A-target-feature Area: Enabling/disabling target features like AVX, Neon, etc. I-lang-radar Items that are on lang's radar and will need eventual work or consideration. O-x86_32 Target: x86 processors, 32 bit (like i686-*) (IA-32) O-x86_64 Target: x86-64 processors (like x86_64-*) (also known as amd64 and x64) S-waiting-on-documentation Status: Waiting on approved PRs to documentation before merging S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#140767 opened May 7, 2025 by sayantn Loading… updated May 14, 2025
Set MSG_NOSIGNAL for UnixStream disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. O-unix Operating system: Unix-like proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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.
#140005 opened Apr 18, 2025 by mlowicki Loading… updated May 14, 2025
fix doc for UnixStream O-unix Operating system: Unix-like T-libs Relevant to the library team, which will review and decide on the PR/issue.
#140984 opened May 14, 2025 by mlowicki Draft updated May 14, 2025
trait_sel: deep reject match_normalize_trait_ref 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.
#140978 opened May 13, 2025 by davidtwco Loading… updated May 14, 2025
Return value of coroutine_layout fn changed to Result with LayoutError F-async_drop `#![feature(async_drop)]` 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.
#140926 opened May 11, 2025 by azhogin Loading… updated May 14, 2025
[win] Use a dash instead of slash for linker to avoid breaking lld 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.
#140977 opened May 13, 2025 by dpaoliello Loading… updated May 14, 2025
Optimize ToString implementation for integers 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.
#136264 opened Jan 29, 2025 by GuillaumeGomez Loading… updated May 13, 2025
Clarify upfront that PartialOrd is for strict partial orders S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#140779 opened May 8, 2025 by Muon Loading… updated May 13, 2025
Improve doc of some methods that take ranges 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.
#140983 opened May 13, 2025 by tkr-sh Loading… updated May 13, 2025
Add match guard let chain drop order and scoping 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.
#140981 opened May 13, 2025 by est31 Loading… updated May 13, 2025
Add Result::map_or_default and Option::map_or_default has-merge-commits PR has merge commits, merge with caution. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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.
#138068 opened Mar 5, 2025 by fpervaiz Loading… updated May 13, 2025
Initial implementation of core_float_math rla-silenced Silences rust-log-analyzer postings to the PR it's added on. 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.
#138087 opened Mar 6, 2025 by tgross35 Loading… updated May 13, 2025
Remove #![feature(let_chains)] from library and src/librustdoc A-run-make Area: port run-make Makefiles to rmake.rs 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.
#140966 opened May 13, 2025 by est31 Loading… updated May 13, 2025
Async drop poll shim for error dropee generates noop body F-async_drop `#![feature(async_drop)]` 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.
#140967 opened May 13, 2025 by azhogin Loading… updated May 13, 2025
impl PartialEq<{str,String}> for {Path,PathBuf} 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.
#140956 opened May 13, 2025 by Kixunil Loading… updated May 13, 2025
Simplify Vec::as_non_null implementation and make it const 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.
#140685 opened May 5, 2025 by viliml Loading… updated May 13, 2025
Suggest cloning Arc moved into closure 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-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.
#124595 opened May 1, 2024 by estebank Loading… updated May 13, 2025
Add as_ascii_unchecked() methods to char, u8, and str 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.
#137432 opened Feb 22, 2025 by djscythe Loading… updated May 13, 2025
Add Ipv4Addr and Ipv6Addr diagnostic items 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.
#140976 opened May 13, 2025 by samueltardieu Loading… updated May 13, 2025
[perf] test MCP510 A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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-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.
#113382 opened Jul 5, 2023 by lqd Draft updated May 13, 2025
ProTip! Type g i on any issue or pull request to go back to the issue listing page.