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

Rollup of 9 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide A-rustdoc-json Area: Rustdoc JSON backend rollup A PR which is a rollup 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#144979 opened Aug 6, 2025 by tgross35 Loading…
Fix some doc links for intrinsics 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.
#144978 opened Aug 6, 2025 by ehuss Loading…
Fortify generic param default checks 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.
#144977 opened Aug 5, 2025 by fmease Loading…
Refactor the way cg_ssa handles indirect returns(returns via sret). A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#144976 opened Aug 5, 2025 by FractalFir Loading…
File::set_times: Update documentation and example to support setting timestamps on directories 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.
#144975 opened Aug 5, 2025 by joshtriplett Loading…
compiler-builtins subtree update A-compiler-builtins Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins) 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.
#144974 opened Aug 5, 2025 by tgross35 Loading…
[WIP] Relative VTables for Rust A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#144973 opened Aug 5, 2025 by PiJoules Draft
add code example showing that file_prefix treats dotfiles as the name of a file, not an extension 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.
#144972 opened Aug 5, 2025 by the8472 Loading…
num: Rename isolate_most_least_significant_one functions 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.
#144971 opened Aug 5, 2025 by okaneco Loading…
rustdoc: fix caching of intra-doc links on reexports 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#144970 opened Aug 5, 2025 by lolbinarycat Loading…
rustc_public: import requried extern crates in run_driver! 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.
#144967 opened Aug 5, 2025 by makai410 Loading…
Improve suggestion for "missing function argument" on multiline call 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.
#144966 opened Aug 5, 2025 by scrabsha Loading…
std: clarify OpenOptions error for create without write access 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.
#144964 opened Aug 5, 2025 by 0xdeafbeef Loading…
Stabilize core::iter::chain 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.
#144963 opened Aug 5, 2025 by rossmacarthur Loading…
Add aarch64_be-unknown-none-softfloat target 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.
#144962 opened Aug 5, 2025 by Gelbpunkt Loading…
Regression test for bad codegen of #[derive(Clone)] on enums 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.
#144961 opened Aug 5, 2025 by lucarlig Loading…
[RTE-513] Ignore sleep_until test on SGX 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.
#144960 opened Aug 5, 2025 by raoulstrackx Loading…
fix(unicode-table-generator): fix duplicated unique indices S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#144959 opened Aug 5, 2025 by Marcondiro Loading…
Gate const trait syntax beta-nominated Nominated for backporting to the compiler in the beta channel. PG-const-traits Project group: Const traits 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.
#144956 opened Aug 5, 2025 by fmease Loading…
search graph: lazily update parent goals 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144955 opened Aug 5, 2025 by lcnr Loading…
run-make: Allow blessing snapshot files that don't exist yet A-run-make Area: port run-make Makefiles to rmake.rs S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#144954 opened Aug 5, 2025 by Zalathar Loading…
More Printer cleanups 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.
#144949 opened Aug 5, 2025 by nnethercote Loading…
we only merge candidates for trait and normalizes-to goals 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#144948 opened Aug 5, 2025 by lcnr Loading…
Fix description of unsigned checked_exact_div 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.
#144947 opened Aug 5, 2025 by tautschnig Loading…
Autolabel PRs that change explicit tail call tests as F-explicit_tail_calls A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#144945 opened Aug 5, 2025 by WaffleLapkin Loading…
ProTip! What’s not been updated in a month: updated:<2025-07-05.