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

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…
Rollup of 8 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-run-make Area: port run-make Makefiles to rmake.rs A-tidy Area: The tidy tool 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-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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143267 opened Jul 1, 2025 by matthiaskrgr 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…
fix: Emit suggestion filename if primary diagnostic span is dummy 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.
#143264 opened Jul 1, 2025 by Muscraft Loading…
linkify CodeSuggestion in doc comments 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.
#143263 opened Jul 1, 2025 by ComputerDruid 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…
Upgrade dependencies in run-make-support 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.
#143257 opened Jun 30, 2025 by tgross35 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…
mbe: Add tests and restructure metavariable expressions A-tidy Area: The tidy tool 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.
#143245 opened Jun 30, 2025 by tgross35 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…
Replace ItemCtxt::report_placeholder_type_error match with a call to TyCtxt::def_descr 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.
#143234 opened Jun 30, 2025 by GuillaumeGomez 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
ProTip! What’s not been updated in a month: updated:<2025-06-01.