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

perf: removed unnecessary let for return only in layout.rs merged-by-bors This PR was explicitly merged by bors. 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.
#148093 by Azzybana was merged Oct 29, 2025 Loading… 1.93.0
comments for deduce_param_attrs 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.
#147873 by RalfJung was merged Oct 19, 2025 Loading… 1.92.0
Replace manual implementation with carrying_mul_add 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.
#147666 by Kivooeo was merged Oct 15, 2025 Loading… 1.92.0
Change int-to-ptr transmute lowering back to inttoptr beta-accepted Accepted for backporting to the compiler in the beta channel. merged-by-bors This PR was explicitly merged by bors. perf-regression Performance regression. perf-regression-triaged The performance regression has been triaged. 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.
#147541 by saethlin was merged Oct 13, 2025 Loading… 1.91.0
Remove Rvalue::Len again. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-clippy Relevant to the Clippy team. 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.
#146564 by cjgillot was merged Sep 17, 2025 Loading… 1.92.0
str: Stabilize round_char_boundary feature S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-clippy Relevant to the Clippy team. 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.
#145756 by okaneco was merged Aug 30, 2025 Loading… 1.91.0
Forbid tail calling intrinsics F-explicit_tail_calls `#![feature(explicit_tail_calls)]` 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.
#144851 by WaffleLapkin was merged Aug 4, 2025 Loading… 1.91.0
test intrinsic fallback bodies with Miri 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.
#140903 by RalfJung was merged May 11, 2025 Loading… 1.89.0
clarify simd_relaxed_fma non-determinism 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.
#133844 by RalfJung was merged Dec 5, 2024 Loading… 1.85.0
add const_eval_select macro to reduce redundancy 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.
#132571 by RalfJung was merged Nov 6, 2024 Loading… 1.84.0
Update StableMIR doc to reflect current status 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.
#132085 by celinval was merged Oct 25, 2024 Loading… 1.84.0
Stabilize isqrt feature needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. S-waiting-on-fcp Status: PR is in FCP and is awaiting for FCP to complete. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#131391 by ChaiTRex was merged Oct 28, 2024 Loading… 1.84.0
make ptr metadata functions callable from stable const fn I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team T-libs Relevant to the library team, which will review and decide on the PR/issue.
#130966 by RalfJung was merged Oct 1, 2024 Loading… 1.83.0
Safer implementation of RepeatN merged-by-bors This PR was explicitly merged by bors. 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.
#130887 by Soveu was merged Jun 18, 2025 Loading… 1.89.0
clarify that addr_of creates read-only pointers S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team T-libs Relevant to the library team, which will review and decide on the PR/issue.
#129653 by RalfJung was merged Sep 6, 2024 Loading… 1.83.0
Don't alloca for unused locals merged-by-bors This PR was explicitly merged by bors. 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.
#129283 by saethlin was merged Sep 21, 2024 Loading… 1.83.0
core: use compare_bytes for more slice element types 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.
#128495 by joboet was merged Sep 1, 2024 Loading… 1.83.0
Let InstCombine remove Clone shims inside Clone shims merged-by-bors This PR was explicitly merged by bors. PG-exploit-mitigations Project group: Exploit mitigations 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.
#128165 by saethlin was merged Jul 26, 2024 Loading… 1.82.0
std: Set has_reliable_f16 to false for MIPS targets in build.rs F-f16_and_f128 `#![feature(f16)]`, `#![feature(f128)]` merged-by-bors This PR was explicitly merged by bors. 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.
#127235 by martn3 was merged Jul 8, 2024 Loading… 1.81.0
Add missing slash in const_eval_select doc comment 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.
#126946 by cyrgani was merged Jun 25, 2024 Loading… 1.81.0
Revert #123203 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.
#125377 by Amanieu was closed May 22, 2024 Loading…
Dellvmize some intrinsics (use u32 instead of Self in some integer intrinsics) 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.
#124003 by WaffleLapkin was merged Apr 23, 2024 Loading… 1.79.0
Experimental feature postfix match 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-lang Relevant to the language team
#121619 by RossSmyth was merged Mar 22, 2024 Loading… 1.79.0
References refer to allocated objects A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team
#116677 by joshlf was merged Jan 29, 2024 Loading… 1.77.0
Expose tests for {f32,f64}.total_cmp in docs merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-lang Relevant to the language team
#115412 by eswartz was merged Nov 18, 2023 Loading… 1.76.0
ProTip! Mix and match filters to narrow down what you’re looking for.