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

CStr docs: Fix CStr vs &CStr confusion 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.
#148826 by btj was merged Nov 14, 2025 Loading… 1.93.0
Implement IsZero for (), and optimize IsZero::is_zero for arrays 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.
#148737 by zachs18 was merged Nov 11, 2025 Loading… 1.93.0
rustc_target: introduce Abi, Env, Os A-attributes Area: Attributes (`#[…]`, `#![…]`) 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) 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.
#148531 by tamird was merged Nov 12, 2025 Loading… 1.93.0
vec_recycle: implementation 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.
#148416 by GrigorenkoPV was merged Nov 16, 2025 Loading… 1.93.0
Fix suggestion when there were a colon already in generics 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.
#148405 by Kivooeo was merged Nov 3, 2025 Loading… 1.93.0
Point at inner item when it uses generic type param from outer item or Self 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.
#148370 by estebank was merged Nov 3, 2025 Loading… 1.93.0
Document and improve MIR transform passes T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#148293 by DevaanshPathak was closed Oct 31, 2025 Loading…
Fix deferred cast checks using the wrong body for determining constness 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.
#148287 by oli-obk was merged Oct 31, 2025 Loading… 1.93.0
fix panic when rustc tries to reduce intermediate filenames len with utf8 A-run-make Area: port run-make Makefiles to rmake.rs beta-accepted Accepted for backporting to the compiler in the beta channel. 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.
#148018 by tardyp was merged Oct 24, 2025 Loading… 1.91.0
cve-rs: Fix unsound lifetime extension in HRTB function pointer coercion T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-types Relevant to the types team, which will review and decide on the PR/issue.
#147543 by kstrafe was closed Oct 11, 2025 Loading…
Port #[cfg_attr] to the new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) perf-regression Performance regression. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#147532 by JonathanBrouwer was merged Oct 18, 2025 Loading… 1.92.0
Port the remaining SIMD intrinsics to const-eval 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.
#147520 by sayantn was merged Nov 3, 2025 Loading… 1.93.0
Rename "non-inline module" to "file module" in proc macro diagnostics 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.
#147438 by reddevilmidzy was merged Oct 19, 2025 Loading… 1.92.0
Add alignment parameter to simd_masked_{load,store} A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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.
#147355 by sayantn was merged Nov 5, 2025 Loading…
3 tasks done
1.93.0
std::os::windows::net: add Unix-domain socket support (AF_UNIX on Windows) O-windows Operating system: Windows T-libs Relevant to the library team, which will review and decide on the PR/issue.
#147335 by kouhe3 was closed Nov 6, 2025 Loading…
2 tasks done
cmse: disallow impl Trait in cmse-nonsecure-entry return types F-cmse_nonsecure_entry `#![feature(cmse_nonsecure_entry)]` 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.
#147243 by folkertdev was merged Oct 7, 2025 Loading… 1.92.0
Add regression test for issue #147146 ( ICE) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#147159 by ManojJiSharma was closed Sep 30, 2025 Loading…
std: implement hostname O-unix Operating system: Unix-like O-windows Operating system: Windows 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.
#146937 by joboet was merged Sep 30, 2025 Loading… 1.92.0
llvm: update remarks support on LLVM 22 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#146905 by durin42 was merged Sep 25, 2025 Loading… 1.92.0
BTreeMap: Don't leak allocators when initializing nodes 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.
#146859 by cammeresi was merged Sep 25, 2025 Loading… 1.92.0
revert change removing has_infer check. Commit conservatively patch… 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.
#146857 by tnuha was merged Sep 24, 2025 Loading… 1.92.0
Add x86_64-unknown-motor (Motor OS) tier 3 target 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.
#146848 by lasiotus was merged Sep 22, 2025 Loading… 1.92.0
feat: add parsing support for algebraic effect declarations A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself needs-rfc This change is large or controversial enough that it should have an RFC accepted before doing it. S-blocked Status: Blocked on something else such as an RFC or other implementation work. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#146821 by qxlsz was closed Sep 21, 2025 Draft
constify {float}::total_cmp() 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.
#146818 by npmccallum was merged Sep 24, 2025 Loading… 1.92.0
Simplify jemalloc setup A-allocators Area: Custom and system allocators A-linkage Area: linking into static, shared libraries and binaries O-linux Operating system: Linux O-macos Operating system: macOS 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#146627 by madsmtm was merged Nov 12, 2025 Loading… 1.93.0
ProTip! Add no:assignee to see everything that’s not assigned.