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

uefi: fs: Implement exists 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.
#135368 opened Jan 11, 2025 by Ayush1325 Loading…
Enable unreachable_pub lint in alloc 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.
#135367 opened Jan 11, 2025 by Urgau Loading…
Enable unreachable_pub lint in test and proc_macro crates 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.
#135366 opened Jan 11, 2025 by Urgau Loading…
Use Box::new instead of the box_new intrinsic in vec! expansion S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#135365 opened Jan 11, 2025 by saethlin Draft
Cleanup suggest_binding_for_closure_capture_self diag in borrowck 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.
#135364 opened Jan 11, 2025 by yotamofek Loading…
update and clarify StructuralPartialEq docs 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.
#135360 opened Jan 11, 2025 by RalfJung Loading…
use a single large catch_unwind in lang_start 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.
#135359 opened Jan 11, 2025 by RalfJung Loading…
ci: added test log format for ci A-CI Area: Our Github Actions CI 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)
#135355 opened Jan 11, 2025 by ranger-ross Loading…
[Debuginfo] Add MSVC Synthetic and Summary providers to LLDB A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) O-windows-msvc Toolchain: MSVC, Operating system: Windows 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.
#135354 opened Jan 11, 2025 by Walnut356 Loading…
re-add --disable-minification to rustdoc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135353 opened Jan 11, 2025 by lolbinarycat Loading…
rustdoc: use import stability marker in display S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135352 opened Jan 11, 2025 by notriddle Loading…
[beta] stage0 bump and backports 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. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#135351 opened Jan 11, 2025 by cuviper Loading…
rustdoc-json: Include items in stripped modules in Crate::paths. A-rustdoc-json Area: Rustdoc JSON backend S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135348 opened Jan 10, 2025 by aDotInTheVoid Loading…
Less unsafe in dangling/without_provenance 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.
#135344 opened Jan 10, 2025 by scottmcm Loading…
Add explicit_extern_abis Feature and Enforce Explicit ABIs A-run-make Area: port run-make Makefiles to rmake.rs F-explicit_extern_abis `#![feature(explicit_extern_abis)]` S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#135340 opened Jan 10, 2025 by obeis Loading…
docs:Update rustc-dev-guide-book A-rustc-dev-guide Area: rustc-dev-guide 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.
#135337 opened Jan 10, 2025 by QingyaoLin Loading…
use target feature and not target name A-rustc-dev-guide Area: rustc-dev-guide 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.
#135336 opened Jan 10, 2025 by tshepang Loading…
codegen: store ScalarPair via memset when one side is undef and the other side can be memset 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.
#135335 opened Jan 10, 2025 by oli-obk Loading…
Add and modify safety descriptions in some of intrinsics APIs 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.
#135334 opened Jan 10, 2025 by DiuDiu777 Loading…
Partial progress on #132735: Replace extern "rust-intrinsic" with #[rustc_intrinsic] across the codebase 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.
#135333 opened Jan 10, 2025 by vayunbiyani Draft
[crater-only] Ban assoc ty unbounds rla-silenced Silences rust-log-analyzer postings to the PR it's added on. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135331 opened Jan 10, 2025 by fmease Draft
Respect --sysroot for rustc -vV and -Cpasses=list 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.
#135330 opened Jan 10, 2025 by bjorn3 Loading…
Stable Hash: Ignore all HirIds that just identify the node itself 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.
#135329 opened Jan 10, 2025 by oli-obk Loading…
[mir-opt] simplify Repeats that don't actually repeat the operand 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.
#135322 opened Jan 10, 2025 by scottmcm Loading…
Fix deduplication mismatches in vtables leading to upcasting unsoundness A-rustc-dev-guide Area: rustc-dev-guide 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.
#135318 opened Jan 10, 2025 by compiler-errors Loading…
ProTip! Exclude everything labeled bug with -label:bug.