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

Fix suggestion spans inside macros for the unused_must_use lint 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.
#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-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.
#143028 opened Jun 25, 2025 by dianne Loading…
Rollup of 7 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-rustc-dev-guide Area: rustc-dev-guide A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic F-autodiff `#![feature(autodiff)]` 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.
#143026 opened Jun 25, 2025 by jdonszelmann 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…
Make Sub, Mul, Div and Rem const_traits F-const_trait_impl `#![feature(const_trait_impl)]` 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.
#143000 opened Jun 25, 2025 by SciMind2460 Loading…
Convert some ABI tests to use extern "rust-invalid" 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. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142992 opened Jun 25, 2025 by workingjubilee 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…
Check CoerceUnsized impl validity before coercing 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.
#142976 opened Jun 24, 2025 by compiler-errors 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
Update stage0 to 1.89.0-beta.1 O-android Operating system: Android O-linux Operating system: Linux 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-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)
#142974 opened Jun 24, 2025 by cuviper Loading…
[perf] Fast path for coercions of TY == TY perf-regression Performance regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142973 opened Jun 24, 2025 by compiler-errors Draft
Extend dead code analysis of impls and impl items to non-ADTs 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.
#142968 opened Jun 24, 2025 by mu001999 Loading…
ProTip! no:milestone will show everything without a milestone.