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

clippy fix: indentation 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.
#143426 opened Jul 4, 2025 by hkBst Loading…
clippy fix: rely on autoderef 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.
#143424 opened Jul 4, 2025 by hkBst Loading…
Fix multiple clippy issues 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.
#143423 opened Jul 4, 2025 by hkBst Loading…
rustc-dev-guide subtree update A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143420 opened Jul 4, 2025 by Kobzol Loading…
bump termize dep 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.
#143417 opened Jul 4, 2025 by klensy Loading…
mbe: Defer checks for compile_error! until reporting an unused macro rule A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) 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.
#143416 opened Jul 4, 2025 by joshtriplett Loading…
Get rid of build-powerpc64le-toolchain.sh 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#143415 opened Jul 4, 2025 by Gelbpunkt Loading…
remove special-casing of boxes from match exhaustiveness/usefulness analysis 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.
#143414 opened Jul 4, 2025 by dianne Loading…
Move std_detect into stdlib A-tidy Area: The tidy tool T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-libs Relevant to the library team, which will review and decide on the PR/issue.
#143412 opened Jul 4, 2025 by Kobzol Draft
Block SIMD in transmute_immediate; delete OperandValueKind 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.
#143410 opened Jul 4, 2025 by scottmcm Loading…
Enable xgot feature for mips64 musl targets 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.
#143409 opened Jul 4, 2025 by Gelbpunkt Loading…
mbe: Gracefully handle macro rules that end after => A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ 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.
#143408 opened Jul 4, 2025 by joshtriplett Loading…
Remove some unnecessary unsafe in VecCache T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143406 opened Jul 4, 2025 by scottmcm Draft
Update the compiler-builtins subtree 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.
#143405 opened Jul 3, 2025 by tgross35 Loading…
Port several trait/coherence-related attributes the new attribute system A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#143403 opened Jul 3, 2025 by GrigorenkoPV Loading…
Port several linking (linkage?) related attributes the new attribute system A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#143402 opened Jul 3, 2025 by GrigorenkoPV Loading…
tests: Don't check for self-printed output in std-backtrace.rs test 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.
#143401 opened Jul 3, 2025 by Enselic Loading…
Port #[rustc_pass_by_value] to the new attribute system A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#143400 opened Jul 3, 2025 by GrigorenkoPV Loading…
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-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.
#143396 opened Jul 3, 2025 by rocurley 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-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.
#143387 opened Jul 3, 2025 by dpaoliello Loading…
Assign dependency bump PRs to me A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#143386 opened Jul 3, 2025 by clubby789 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…
ProTip! no:milestone will show everything without a milestone.