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

Make the enum check work for negative discriminants 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.
#143273 opened Jul 1, 2025 by 1c3t3a Loading…
Upgrade the fortanix-sgx-abi dependency O-SGX Target: 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.
#143272 opened Jul 1, 2025 by tgross35 Loading…
Store the type of each GVN value 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.
#143271 opened Jul 1, 2025 by cjgillot Draft
tests/codegen/enum/enum-match.rs: accept negative range attribute llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#143270 opened Jul 1, 2025 by TimNN Loading…
bootstrap: make comment more clear 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)
#143269 opened Jul 1, 2025 by tshepang Loading…
Mention as_chunks in the docs for chunks 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.
#143265 opened Jul 1, 2025 by scottmcm Loading…
mir: Mark Statement and BasicBlockData as #[non_exhaustive] 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.
#143262 opened Jun 30, 2025 by dianqk Loading…
Feed explicit_predicates_of instead of predicates_of A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#143261 opened Jun 30, 2025 by compiler-errors Loading…
Use the correct export kind for __rust_alloc_error_handler_should_panic 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.
#143260 opened Jun 30, 2025 by dpaoliello Loading…
Add coroutine info to v0 symbol mangling (via DefPath/DefPathData) PG-exploit-mitigations Project group: Exploit mitigations 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143259 opened Jun 30, 2025 by sharnoff Loading…
Don't recompute DisambiguatorState for every RPITIT in trait definition 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.
#143258 opened Jun 30, 2025 by compiler-errors Loading…
Do not enable LLD by default in the dist profile 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#143255 opened Jun 30, 2025 by Kobzol Loading…
Rewrite empty attribute lint for new attribute parser A-attributes Area: Attributes (`#[…]`, `#![…]`) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143252 opened Jun 30, 2025 by JonathanBrouwer Draft
bootstrap: add build.tidy-extra-checks option A-testsuite Area: The testsuite used to check the correctness of rustc 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)
#143251 opened Jun 30, 2025 by lolbinarycat Loading…
RDR: avoid rebuilding dependent crates after comment changes A-run-make Area: port run-make Makefiles to rmake.rs T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143249 opened Jun 30, 2025 by yaahc Draft
Avoid depending on forever-red DepNode when encoding metadata. perf-regression Performance regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143247 opened Jun 30, 2025 by cjgillot Loading…
Port #[rustc_object_lifetime_default] to the new attribute parsing … A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#143240 opened Jun 30, 2025 by JonathanBrouwer Loading…
Port #[ignore] to the new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143238 opened Jun 30, 2025 by JonathanBrouwer Draft
Port #[no_implicit_prelude] to the new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#143237 opened Jun 30, 2025 by JonathanBrouwer Loading…
Stabilize mixed_integer_ops_unsigned_sub 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.
#143236 opened Jun 30, 2025 by nxsaken Loading…
Assemble const bounds via normal item bounds in old solver too 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.
#143235 opened Jun 30, 2025 by compiler-errors Loading…
[STACKED] [COMPILETEST-UNTANGLE 3/N] Use "directives" consistently within compiletest A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143232 opened Jun 30, 2025 by jieyouxu Draft
Suggest use another lifetime specifier instead of underscore lifetime 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.
#143231 opened Jun 30, 2025 by xizheyin Loading…
[COMPILETEST-UNTANGLE 2/N] Make some compiletest errors/warnings/help more visually obvious A-compiletest Area: The compiletest test runner 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143230 opened Jun 30, 2025 by jieyouxu Loading…
add multi-arch asm! label operand 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.
#143227 opened Jun 30, 2025 by tshepang Loading…
ProTip! What’s not been updated in a month: updated:<2025-06-01.