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

Misc LTO cleanups 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.
#146209 opened Sep 4, 2025 by bjorn3 Loading…
std: Implement WASIp2-specific stdio routines 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.
#146207 opened Sep 4, 2025 by alexcrichton Loading…
identity uses are ok, even if there are no defining uses 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.
#146206 opened Sep 4, 2025 by lcnr Loading…
Rollup of 4 pull requests A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-tidy Area: The tidy tool 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#146205 opened Sep 4, 2025 by matthiaskrgr Loading…
Do not copy rustc rlibs into the sysroot of the build compiler A-bootstrap-stamp Area: bootstrap stamp logic 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)
#146203 opened Sep 4, 2025 by Kobzol Draft
[DO NOT MERGE] Move trait perf test 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#146201 opened Sep 4, 2025 by lcnr Draft
Simplify rustdoc-gui tester by calling directly browser-ui-test A-testsuite Area: The testsuite used to check the correctness of rustc 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#146200 opened Sep 4, 2025 by GuillaumeGomez Loading…
Document Cargo with in-tree rustdoc 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)
#146199 opened Sep 4, 2025 by Kobzol Loading…
triagebot: fix rustc_allow_const_fn_unstable matcher A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#146197 opened Sep 4, 2025 by RalfJung Loading…
fix partial urlencoded link support S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#146195 opened Sep 4, 2025 by nixxo Loading…
fix path str eq 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.
#146194 opened Sep 4, 2025 by bend-n Loading…
Update tracing, again perf-regression Performance regression. 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.
#146188 opened Sep 4, 2025 by dpaoliello Draft
Unstably constify ptr::drop_in_place and related methods S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#146187 opened Sep 4, 2025 by clarfonthey Loading…
Update cc-rs to 1.2.33 A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#146186 opened Sep 4, 2025 by dpaoliello Loading…
In the rustc_llvm build script, don't consider arm64* to be 32-bit 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.
#146184 opened Sep 4, 2025 by dpaoliello Loading…
Add intrinsic for dynamic shared memory A-compiletest Area: The compiletest test runner A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#146181 opened Sep 3, 2025 by Flakebi Loading…
Remove Cased Unicode table perf-regression Performance regression. 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.
#146180 opened Sep 3, 2025 by Kmeakin Loading…
Implement #[rustc_align_static(N)] on statics A-attributes Area: Attributes (`#[…]`, `#![…]`) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-static_align #![feature(static_align)] 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.
#146178 opened Sep 3, 2025 by folkertdev Loading…
rustdoc: even spacing in crate brand heading 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.
#146175 opened Sep 3, 2025 by notriddle Loading…
Don't include ASCII characters in Unicode tables 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.
#146173 opened Sep 3, 2025 by Kmeakin Loading…
tidy: check that error messages don't start with a capitalized letter 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)
#146171 opened Sep 3, 2025 by scrabsha Loading…
fix: offline rustdoc html missing favicon 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)
#146170 opened Sep 3, 2025 by kumarUjjawal Loading…
Deny-by-default never type lints F-never_type `#![feature(never_type)]` I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination I-lang-nominated Nominated for discussion during a lang team meeting. L-dependency_on_unit_never_type_fallback Lint: dependency_on_unit_never_type_fallback L-never_type_fallback_flowing_into_unsafe Lint: never_type_fallback_flowing_into_unsafe 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.
#146167 opened Sep 3, 2025 by WaffleLapkin Loading…
Implement range support in //@ edition 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)
#146166 opened Sep 3, 2025 by pvdrz Loading…
improve c-variadic error reporting 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.
#146165 opened Sep 3, 2025 by folkertdev Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.