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

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
Fix Typos and Improve Documentation Consistency 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.
#143365 opened Jul 3, 2025 by zeevick10 Loading…
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…
Respect endianness correctly in CheckEnums test suite A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#143339 opened Jul 2, 2025 by 1c3t3a Loading…
Always inline InterpCx::layout_of after perf regression 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.
#143334 opened Jul 2, 2025 by Stypox Loading…
[TOY] Extend GVN to perform local value numbering. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#143333 opened Jul 2, 2025 by cjgillot Draft
Fix diagnostics str::replace comma to bar 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.
#143331 opened Jul 2, 2025 by A4-Tacks Loading…
minicore: use core's diagnostic::on_unimplemented messages A-rustc-dev-guide Area: rustc-dev-guide A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` 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.
#143329 opened Jul 2, 2025 by folkertdev Loading…
Avoid loading HIR for check_well_formed on type declarations 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.
#143328 opened Jul 2, 2025 by oli-obk Loading…
remove deprecated from core::ffi::c_str 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.
#143326 opened Jul 2, 2025 by hkBst Loading…
make -Zmin-function-alignment a target modifier 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.
#143323 opened Jul 2, 2025 by folkertdev Loading…
ProTip! Exclude everything labeled bug with -label:bug.