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

install docs for each target in different directory 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)
#142478 opened Jun 13, 2025 by Forist2034 Loading…
Fix incorrect suggestion when calling an associated type with a type anchor 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.
#142477 opened Jun 13, 2025 by JonathanBrouwer Loading…
Insert parentheses around binary operation with attribute A-pretty Area: Pretty printing (including `-Z unpretty`) F-stmt_expr_attributes `#![feature(stmt_expr_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.
#142476 opened Jun 13, 2025 by dtolnay Loading…
Add platform support docs & maintainers for *-windows-msvc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#142475 opened Jun 13, 2025 by wesleywiser Loading…
Add new doc(attribute = "...") attribute A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-json Area: Rustdoc JSON backend A-rustdoc-search Area: Rustdoc's search feature 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#142472 opened Jun 13, 2025 by GuillaumeGomez Loading…
use MixedBitSet for borrows-in-scope dataflow analysis 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.
#142471 opened Jun 13, 2025 by lqd Loading…
Add some missing mailmap entries 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.
#142470 opened Jun 13, 2025 by tgross35 Loading…
variadic functions: remove list of supported ABIs from error 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.
#142464 opened Jun 13, 2025 by RalfJung Loading…
compiletest: Clarify that --no-capture is needed with --verbose 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)
#142461 opened Jun 13, 2025 by Enselic Loading…
cleanup search graph impl 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.
#142460 opened Jun 13, 2025 by lcnr Loading…
Remove output helper bootstrap 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)
#142459 opened Jun 13, 2025 by Shourya742 Loading…
Merge unboxed trait object error suggestion into regular dyn incompat error 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.
#142458 opened Jun 13, 2025 by oli-obk Loading…
collect delayed lints in hir_crate_items 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.
#142455 opened Jun 13, 2025 by jdonszelmann Loading…
Add modern AVR mcus like avr128db28 and attiny3224 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.
#142454 opened Jun 13, 2025 by tomtor Loading…
Windows: make read_dir stop iterating after the first error is encountered 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#142453 opened Jun 13, 2025 by ChrisDenton Loading…
Remove "intermittent" wording from ReadDir S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#142452 opened Jun 13, 2025 by ChrisDenton Loading…
Add documentation on top of rustc_middle/src/query/mod.rs A-rustc-dev-guide Area: rustc-dev-guide 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.
#142450 opened Jun 13, 2025 by xizheyin Loading…
Require generic params for const generic params 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.
#142449 opened Jun 13, 2025 by oli-obk Loading…
Update to LLVM 20.1.7 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.
#142447 opened Jun 13, 2025 by dianqk Loading…
compiler: Use -T instead of --script for linker scripts 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.
#142445 opened Jun 13, 2025 by workingjubilee Loading…
adding codegen test to autodiff T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142444 opened Jun 13, 2025 by KMJ-007 Draft
Delay replacing escaping bound vars in FindParamInClause 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#142441 opened Jun 12, 2025 by compiler-errors Loading…
tests/ui: A New Order [14/N] 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.
#142440 opened Jun 12, 2025 by Kivooeo Loading…
doc: mention that intrinsics should not be called in user code S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#142439 opened Jun 12, 2025 by scrabsha Loading…
Add test cases for namespaced crates 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.
#142437 opened Jun 12, 2025 by eholk Loading…
ProTip! Follow long discussions with comments:>50.