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

tidy: add support for --extra-checks=auto: feature A-tidy Area: The tidy tool 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)
#143398 opened Jul 3, 2025 by lolbinarycat Loading…
test passing a VaList from rust to C A-run-make Area: port run-make Makefiles to rmake.rs 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.
#143397 opened Jul 3, 2025 by folkertdev Loading…
Move NaN tests to floats/mod.rs 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.
#143396 opened Jul 3, 2025 by rocurley Loading…
Always use the pure Rust fallback instead of llvm.{maximum,minimum} A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#143395 opened Jul 3, 2025 by Urgau Loading…
compiler: Document and reduce fn provides in hir crates 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.
#143394 opened Jul 3, 2025 by workingjubilee Loading…
Rollup of 5 pull requests A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-testsuite Area: The testsuite used to check the correctness of rustc 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure 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.
#143390 opened Jul 3, 2025 by GuillaumeGomez Loading…
Various refactors to the LTO handling code A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-autodiff `#![feature(autodiff)]` 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.
#143388 opened Jul 3, 2025 by bjorn3 Loading…
Make __rust_alloc_error_handler_should_panic a function 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143387 opened Jul 3, 2025 by dpaoliello Loading…
Assign dependency bump PRs to me S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#143386 opened Jul 3, 2025 by clubby789 Loading…
Update browser-ui-test version to 0.21.1 A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure 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.
#143384 opened Jul 3, 2025 by GuillaumeGomez Loading…
stabilize const_array_each_ref needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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.
#143383 opened Jul 3, 2025 by fee1-dead Loading…
stabilize const_slice_reverse needs-fcp This change is insta-stable, or significant enough to need a team FCP to proceed. 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.
#143382 opened Jul 3, 2025 by fee1-dead Loading…
rustdoc: don't treat methods under const impls or traits as const 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.
#143381 opened Jul 3, 2025 by fee1-dead Loading…
Replace kw_span by full span for generic const parameters. 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.
#143380 opened Jul 3, 2025 by cjgillot Loading…
Post {beta,stable}-accepted notifications to compiler/bootstrap backport zulip channels on {beta,stable}-accepted label application A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#143379 opened Jul 3, 2025 by jieyouxu Loading…
simplify receivers for some array method calls 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.
#143378 opened Jul 3, 2025 by hkBst Loading…
clippy fix: remove manual PartialEq::ne 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.
#143377 opened Jul 3, 2025 by hkBst Loading…
add a scope for if let guard temporaries and bindings 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143376 opened Jul 3, 2025 by dianne Loading…
Unquerify extern_mod_stmt_cnum. A-attributes Area: Attributes (`#[…]`, `#![…]`) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143374 opened Jul 3, 2025 by cjgillot Draft
Unquerify maybe_unused_trait_imports. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143373 opened Jul 3, 2025 by cjgillot Draft
Remove names_imported_by_glob_use query. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143372 opened Jul 3, 2025 by cjgillot Draft
Prehash visibilities in resolver T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143371 opened Jul 3, 2025 by cjgillot Draft
remove redundant #[must_use] 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.
#143370 opened Jul 3, 2025 by hkBst Loading…
Various refactorings to the metadata loader 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.
#143369 opened Jul 3, 2025 by bjorn3 Loading…
allow clippy manual ascii check for definitions of them 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.
#143367 opened Jul 3, 2025 by hkBst Loading…
ProTip! no:milestone will show everything without a milestone.