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

avoid suggesting traits from private dependencies 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.
#143038 opened Jun 26, 2025 by Qelxiros Loading…
2
Make named asm_labels lint not trigger on hexagon register spans 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.
#143037 opened Jun 26, 2025 by androm3da Loading…
Remove support for dyn* from the compiler A-tidy Area: The tidy tool PG-exploit-mitigations Project group: Exploit mitigations 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143036 opened Jun 26, 2025 by compiler-errors Loading…
Only work-steal in the main loop for rustc_thread_pool 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.
#143035 opened Jun 26, 2025 by ywxt Loading…
Rollup of 9 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-testsuite Area: The testsuite used to check the correctness of rustc O-android Operating system: Android O-linux Operating system: Linux 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-infra Relevant to the infrastructure 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-release Relevant to the release subteam, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143034 opened Jun 26, 2025 by samueltardieu Loading…
Expand const-stabilized API links in relnotes S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#143033 opened Jun 26, 2025 by jieyouxu Loading…
Add windows-gnullvm hosts to the manifest beta-nominated Nominated for backporting to the compiler in the beta channel. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#143031 opened Jun 25, 2025 by mati865 Loading…
Fix suggestion spans inside macros for the unused_must_use lint 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.
#143030 opened Jun 25, 2025 by Urgau Loading…
GCI: Imply outlives-bounds on free (generic) const items A-rustc-dev-guide Area: rustc-dev-guide F-generic_const_items `#![feature(generic_const_items)]` 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.
#143029 opened Jun 25, 2025 by fmease Draft
emit StorageLive and schedule StorageDead for let-else's bindings after matching needs-crater This change needs a crater run to check for possible breakage in the ecosystem. S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143028 opened Jun 25, 2025 by dianne Loading…
codegen_fn_attrs: make comment more precise 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.
#143020 opened Jun 25, 2025 by RalfJung Loading…
Ensure -V --verbose processes both codegen_backend and codegen-backend 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.
#143019 opened Jun 25, 2025 by danielframpton Loading…
Add sym::macro_pin diagnostic item for core::pin::pin!() 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.
#143015 opened Jun 25, 2025 by samueltardieu Loading…
Don't suggest rewriting call if resolution was invalid 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.
#143014 opened Jun 25, 2025 by compiler-errors Loading…
Split exported_symbols for generic and non-generic symbols 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.
#143013 opened Jun 25, 2025 by bjorn3 Loading…
Make lint ambiguous_glob_imports deny-by-default and report-in-deps 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.
#143011 opened Jun 25, 2025 by LorrensP-2158466 Loading…
Update browser-ui-test version to 0.20.7 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#143010 opened Jun 25, 2025 by GuillaumeGomez Loading…
Update std and test to newest crates.io versions 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.
#143004 opened Jun 25, 2025 by SciMind2460 Loading…
tests: Require run-fail ui tests to have an exit code (SIGABRT not ok) A-compiletest Area: The compiletest test runner A-rustc-dev-guide Area: rustc-dev-guide 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#143002 opened Jun 25, 2025 by Enselic Loading…
2 tasks done
Rename run always 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)
#143001 opened Jun 25, 2025 by Shourya742 Loading…
rustdoc: show attributes on enum variants 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.
#142987 opened Jun 24, 2025 by lolbinarycat Loading…
Port #[export_name] to the new attribute parsing infrastructure A-attributes Area: Attributes (`#[…]`, `#![…]`) 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142986 opened Jun 24, 2025 by JonathanBrouwer Loading…
Make missing lifetime suggestion verbose 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)
#142981 opened Jun 24, 2025 by compiler-errors Loading…
Add new self-profiling event to cheaply aggregate query cache hit counts 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.
#142978 opened Jun 24, 2025 by Kobzol Loading…
mbe: Rework the concat metavariable expression A-tidy Area: The tidy tool rla-silenced Silences rust-log-analyzer postings to the PR it's added on. 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.
#142975 opened Jun 24, 2025 by tgross35 Draft
ProTip! Follow long discussions with comments:>50.