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

Remove lower_arg_ty as all callers were passing None 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.
#142418 opened Jun 12, 2025 by oli-obk Loading…
tests/ui: A New Order [12/N] 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.
#142417 opened Jun 12, 2025 by Kivooeo Loading…
Assorted bootstrap cleanups (step 2) 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)
#142416 opened Jun 12, 2025 by Kobzol Loading…
Add note when inherent impl for a alias type defined outside of the crate 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.
#142415 opened Jun 12, 2025 by xizheyin Loading…
ignore run-make tests that need std on targets without std 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.
#142414 opened Jun 12, 2025 by folkertdev 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.
#142413 opened Jun 12, 2025 by tshepang Loading…
intrinsics: rename min_align_of to align_of 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.
#142410 opened Jun 12, 2025 by RalfJung Loading…
Rollup of 8 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#142409 opened Jun 12, 2025 by matthiaskrgr Loading…
Add myself (WaffleLapkin) to review rotation 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.
#142408 opened Jun 12, 2025 by WaffleLapkin Loading…
Remove bootstrap adhoc group 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.
#142407 opened Jun 12, 2025 by Kobzol Loading…
Note when enum variants shadow an associated function 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.
#142406 opened Jun 12, 2025 by jdonszelmann Loading…
Don't hardcode the intrinsic return types twice in the compiler 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.
#142405 opened Jun 12, 2025 by oli-obk Loading…
chore(doctest): Remove redundant blank lines 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.
#142402 opened Jun 12, 2025 by sorairolake Loading…
Add proper name mangling for pattern 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.
#142401 opened Jun 12, 2025 by oli-obk Loading…
early linting: avoid redundant calls to check_id S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. S-waiting-on-perf Status: Waiting on a perf run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142398 opened Jun 12, 2025 by fee1-dead Loading…
Rollup of 15 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. rollup A PR which is a rollup S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. 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-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.
#142397 opened Jun 12, 2025 by workingjubilee Loading…
Don't give APITs names with macro expansion placeholder fragments in it 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.
#142393 opened Jun 12, 2025 by compiler-errors Loading…
rust: library: Add setsid method to CommandExt trait O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#142391 opened Jun 12, 2025 by LevitatingBusinessMan Loading…
Perform unused assignment and unused variables lints on MIR. 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142390 opened Jun 12, 2025 by cjgillot Loading…
Apply ABI attributes on return types in rustc_codegen_cranelift 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.
#142389 opened Jun 11, 2025 by beetrees Loading…
Do not clone Arc when hashing span. A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142388 opened Jun 11, 2025 by cjgillot Loading…
Bringing rustc_rayon_core in tree as rustc_thread_pool A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-tidy Area: The tidy tool 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.
#142384 opened Jun 11, 2025 by celinval Draft
CodeGen: rework Aggregate implemention for rvalue_creates_operand cases 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.
#142383 opened Jun 11, 2025 by scottmcm Loading…
Put negative implementors first and apply same ordering logic to foreign implementors 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.
#142380 opened Jun 11, 2025 by GuillaumeGomez Loading…
Add bootstrap option to compile a tool with features 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)
#142379 opened Jun 11, 2025 by Stypox Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.