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

Introduce test results file 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. T-testing-devex Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
#140805 opened May 8, 2025 by patskovn Loading…
Fix malformed suggestion for E0061 when method is a macro token in macro context 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.
#140591 opened May 2, 2025 by Kivooeo Loading…
Note atan2 can return -PI 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.
#140487 opened Apr 29, 2025 by whirlwindaster Loading…
use uX::from instead of _ as uX in non - const contexts L-unnecessary_transmutes Lint: unnecessary_transmutes 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.
#140435 opened Apr 29, 2025 by bend-n Loading…
Match on lang item kind instead of using an if/else chain 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.
#140386 opened Apr 28, 2025 by oli-obk Loading…
Fix accidental type inference in array coercion needs-fcp This change is insta-stable, so needs a completed 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.
#140283 opened Apr 25, 2025 by adwinwhite Loading…
implement continue_ok and break_ok for ControlFlow 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.
#140267 opened Apr 24, 2025 by jogru0 Loading…
Improve type parameter suggestion heuristic for missing types 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.
#140073 opened Apr 20, 2025 by Kivooeo Loading…
dirfd: preliminary unix and windows implementations 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.
#139514 opened Apr 8, 2025 by Qelxiros Loading…
Add Duration from nanos u128 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.
#139243 opened Apr 2, 2025 by omanirudh Loading…
arbitrary_self_type: insert implied Receiver bound on Deref F-arbitrary_self_types `#![feature(arbitrary_self_types)]` 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.
#138952 opened Mar 25, 2025 by dingxiangfei2009 Loading…
Add __isPlatformVersionAtLeast and __isOSVersionAtLeast symbols A-linkage Area: linking into static, shared libraries and binaries 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#138944 opened Mar 25, 2025 by madsmtm Loading…
std: fix aliasing bug in UNIX process implementation 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.
#138896 opened Mar 24, 2025 by joboet Loading…
Distinguish delim kind to decide whether to emit unexpected closing delimiter 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.
#138554 opened Mar 16, 2025 by xizheyin Loading…
Make performance description of String::insert_str more precise 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.
#138538 opened Mar 15, 2025 by hkBst Loading…
Unnecessary references lint A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) needs-fcp This change is insta-stable, so needs a completed FCP to proceed. 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#138230 opened Mar 8, 2025 by obeis Loading…
Emit warning while outputs is not exe and prints linkage info 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.
#138139 opened Mar 7, 2025 by xizheyin Loading…
Stop projecting into SIMD types in ui/simd/ 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.
#138036 opened Mar 5, 2025 by scottmcm Loading…
Sized Hierarchy: Part I A-attributes Area: Attributes (`#[…]`, `#![…]`) A-run-make Area: port run-make Makefiles to rmake.rs A-rustdoc-json Area: Rustdoc JSON backend A-rustdoc-search Area: Rustdoc's search feature A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` A-testsuite Area: The testsuite used to check the correctness of rustc F-autodiff `#![feature(autodiff)]` perf-regression Performance regression. PG-exploit-mitigations Project group: Exploit mitigations 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. T-lang Relevant to the language 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#137944 opened Mar 3, 2025 by davidtwco Loading…
Tweak auto trait errors 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.
#137831 opened Feb 28, 2025 by estebank Loading…
Fix code suggestion for local enum patterns in non-exhaustive matches 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.
#137783 opened Feb 28, 2025 by makai410 Loading…
Fix incorrect cfg structured suggestion and make suggestion verbose 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#137773 opened Feb 28, 2025 by estebank Loading…
Optimize CharIndices::advance_by 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.
#137761 opened Feb 28, 2025 by thaliaarchi Loading…
Document From::from impls A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-enhancement Category: An issue proposing an enhancement or a PR with one. O-linux Operating system: Linux O-solid Operating System: SOLID O-unix Operating system: Unix-like 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.
#137330 opened Feb 20, 2025 by TimTheBig Loading…
Implement Random for array 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.
#136732 opened Feb 8, 2025 by sorairolake Loading…
ProTip! Follow long discussions with comments:>50.