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

Add #[must_use] to Array::map 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.
#140957 opened May 13, 2025 by JulianKnodt Loading…
More option optimization 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.
#140950 opened May 12, 2025 by clubby789 Loading…
Make some f32/f64 tests also run in const-context 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.
#140924 opened May 11, 2025 by Urgau Loading…
Weekly cargo update S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140911 opened May 11, 2025 by github-actions bot Loading…
Add an issue template for future-incompatible lints S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140904 opened May 10, 2025 by ehuss Loading…
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…
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…
std: stop using TLS in signal handler A-thread-locals Area: Thread local storage (TLS) O-unix Operating system: Unix-like 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.
#140628 opened May 3, 2025 by joboet Loading…
Remove a test that never runs 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.
#140155 opened Apr 22, 2025 by bjorn3 Loading…
Add LLDB providers for BTreeMap and BTreeSet A-compiletest Area: The compiletest test runner 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. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#140130 opened Apr 21, 2025 by ede1998 Loading…
Extend minicore with intrinsics and use it to replace #[rustc_intrinsic] in tests A-rustdoc-json Area: Rustdoc JSON backend A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#140037 opened Apr 19, 2025 by hbina Draft
make std::intrinsics functions actually be intrinsics disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. final-comment-period In the final comment period and will be merged soon unless new substantive objections are raised. relnotes Marks issues that should be documented in the release notes of the next release. 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.
#139916 opened Apr 16, 2025 by RalfJung Loading…
SGX: Fix fuzzy provenance casts with AtomicUsize O-SGX Target: SGX 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.
#139775 opened Apr 14, 2025 by thaliaarchi Loading…
Rustfmt now support use closures A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#139692 opened Apr 11, 2025 by spastorino Draft
Use mimalloc as the global allocator on x86_64-pc-windows-msvc A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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.
#138764 opened Mar 21, 2025 by Zoxc Draft
remove invalid workspaceFolder prefix from the zed rust-analyzer config 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)
#138085 opened Mar 6, 2025 by cjhowedev Loading…
libstd: init(): dup() subsequent /dev/nulls instead of opening them again O-unix Operating system: Unix-like 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.
#137494 opened Feb 23, 2025 by nabijaczleweli Loading…
Add missing trait implementations for ScopedJoinHandle needs-fcp This change is insta-stable, so needs a completed FCP to proceed. O-unix Operating system: Unix-like O-windows Operating system: Windows S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#136912 opened Feb 12, 2025 by Rosdf Loading…
ci: move x86_64-msvc-ext jobs to windows 2025 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.
#136478 opened Feb 3, 2025 by marcoieni Loading…
[DO NOT MERGE] perf run for rustc-hash candidate (folded multiply) A-rustdoc-json Area: Rustdoc JSON backend 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#136095 opened Jan 26, 2025 by orlp Loading…
stop specializing on Copy disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. perf-regression Performance regression. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#135634 opened Jan 17, 2025 by joboet Loading…
Add support for excluding tests via config.toml 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. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#135538 opened Jan 15, 2025 by Aditya-PS-05 Loading…
Add Three Codegen Tests 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.
#134626 opened Dec 21, 2024 by veera-sivarajan Loading…
Handle rustc_query_system cases of rustc::potential_query_instability lint A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#131200 opened Oct 3, 2024 by ismailarilik Loading…
core/ptr: Add simulate_realloc() 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.
#130886 opened Sep 26, 2024 by mrkajetanp Draft
ProTip! Find all pull requests that aren't related to any open issues with -linked:issue.