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

simplify receivers for some array method calls 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.
#143378 opened Jul 3, 2025 by hkBst Loading…
clippy fix: remove manual PartialEq::ne 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.
#143377 opened Jul 3, 2025 by hkBst Loading…
add a scope for if let guard temporaries and bindings 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.
#143376 opened Jul 3, 2025 by dianne Loading…
Unquerify extern_mod_stmt_cnum. A-attributes Area: Attributes (`#[…]`, `#![…]`) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143374 opened Jul 3, 2025 by cjgillot Draft
Unquerify maybe_unused_trait_imports. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143373 opened Jul 3, 2025 by cjgillot Draft
Remove names_imported_by_glob_use query. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143372 opened Jul 3, 2025 by cjgillot Draft
Prehash visibilities in resolver T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143371 opened Jul 3, 2025 by cjgillot Draft
remove redundant #[must_use] 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.
#143370 opened Jul 3, 2025 by hkBst Loading…
Various refactorings to the metadata loader 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.
#143369 opened Jul 3, 2025 by bjorn3 Loading…
allow clippy manual ascii check for definitions of them 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.
#143367 opened Jul 3, 2025 by hkBst Loading…
Precompute stable hash for SyntaxContext. 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.
#143366 opened Jul 3, 2025 by cjgillot Draft
don't include .md in title S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143364 opened Jul 3, 2025 by fee1-dead Loading…
Rollup of 6 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-rustc-dev-guide Area: rustc-dev-guide A-rustdoc-json Area: Rustdoc JSON backend A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` A-tidy Area: The tidy tool F-autodiff `#![feature(autodiff)]` O-unix Operating system: Unix-like 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-libs Relevant to the library 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#143363 opened Jul 3, 2025 by jdonszelmann Loading…
Stop passing resolver disambiguator state to AST lowering. 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.
#143361 opened Jul 3, 2025 by cjgillot Loading…
loop match: error on #[const_continue] outside #[loop_match] F-loop_match when you match up with someone and they really throw you for a loop 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.
#143360 opened Jul 3, 2025 by folkertdev Loading…
Link to 2024 edition page for ! fallback changes A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#143359 opened Jul 3, 2025 by clubby789 Loading…
Retire hir::*ItemRef. A-attributes Area: Attributes (`#[…]`, `#![…]`) 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143357 opened Jul 3, 2025 by cjgillot Draft
use unsigned_abs instead of abs on signed int to silence clippy 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.
#143356 opened Jul 3, 2025 by hkBst Loading…
wrapping shift: remove first bitmask and table 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.
#143355 opened Jul 3, 2025 by hkBst Loading…
Bye bye as command mut T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#143354 opened Jul 3, 2025 by Shourya742 Draft
update coherence example A-rustc-dev-guide Area: rustc-dev-guide S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#143346 opened Jul 2, 2025 by emmanuel-ferdman Loading…
Port #[path] 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.
#143344 opened Jul 2, 2025 by JonathanBrouwer Draft
Lint against &T to &mut T and &T to &UnsafeCell<T> transmutes (rebase) 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.
#143343 opened Jul 2, 2025 by GrigorenkoPV Loading…
Mention that casting to *const () is a way to roundtrip with from_raw_parts 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.
#143341 opened Jul 2, 2025 by Manishearth Loading…
awhile -> a while where appropriate 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. 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.
#143340 opened Jul 2, 2025 by nabijaczleweli Loading…
ProTip! no:milestone will show everything without a milestone.