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
Sort

Pull requests list

Do not feed anon const a type that references generics that it does not have 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.
#138256 opened Mar 9, 2025 by compiler-errors Loading…
Rollup of 16 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) 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-run-make Area: port run-make Makefiles to rmake.rs A-tidy Area: The tidy tool A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic PG-exploit-mitigations Project group: Exploit mitigations 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#138255 opened Mar 9, 2025 by jieyouxu Loading…
Continue to check attr if meet empty repr for adt A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138253 opened Mar 9, 2025 by mu001999 Loading…
[WIP] Use /usr/bin/strip on macOS -> iOS cross as a temporary mitigation O-ios Operating system: iOS O-macos Operating system: macOS 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.
#138250 opened Mar 9, 2025 by jieyouxu Draft
Do not register Self: AutoTrait when confirming auto trait (in old solver) 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.
#138249 opened Mar 9, 2025 by compiler-errors Loading…
stabilize ci_rustc_if_unchanged_logic test for local environments 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)
#138245 opened Mar 8, 2025 by onur-ozkan Loading…
Revert "Don't test new error messages with the stage 0 compiler" 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.
#138242 opened Mar 8, 2025 by tshepang Loading…
Fix dyn -> param suggestion in struct ICEs 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.
#138238 opened Mar 8, 2025 by compiler-errors Loading…
Get rid of EscapeDebugInner. 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.
#138237 opened Mar 8, 2025 by reitermarkus Loading…
uefi: Add OwnedEvent abstraction 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.
#138236 opened Mar 8, 2025 by Ayush1325 Loading…
Windows: Don't link std (and run-make) against advapi32, except on win7 A-run-make Area: port run-make Makefiles to rmake.rs O-windows Operating system: Windows 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)
#138233 opened Mar 8, 2025 by smmalis37 Loading…
Reduce verbosity of GCC build log 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)
#138232 opened Mar 8, 2025 by Kobzol Loading…
Prevent ICE in autodiff validation by emitting user-friendly errors A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138231 opened Mar 8, 2025 by Sa4dUs Draft
Unnecessary references 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.
#138230 opened Mar 8, 2025 by obeis Loading…
Use disjoint_bitor inside borrowing_sub 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.
#138228 opened Mar 8, 2025 by TDecking Loading…
Fix post-merge workflow S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#138223 opened Mar 8, 2025 by Kobzol Loading…
Turn Cow::is_borrowed,is_owned into associated functions. 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#138217 opened Mar 8, 2025 by theemathas Loading…
bootstrap: Fix stack printing when a step cycle is detected 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)
#138216 opened Mar 8, 2025 by Zalathar Loading…
[AIX] Ignore linting on repr(C) structs with repr(packed) or repr(align(n)) 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.
#138206 opened Mar 8, 2025 by amy-kwan Loading…
Implement pick[23]_mut via get_disjoint_mut [rustc cleanup] #138196 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.
#138204 opened Mar 8, 2025 by UjwalReddyKotla Loading…
Update cargo 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)
#138200 opened Mar 8, 2025 by weihanglo Loading…
crashes: couple more tests 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.
#138192 opened Mar 7, 2025 by matthiaskrgr Loading…
tests: adjust expectation for f128 abi on Windows llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#138182 opened Mar 7, 2025 by durin42 Loading…
Add src/tools/x to the main workspace 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)
#138179 opened Mar 7, 2025 by cuviper Loading…
Prefer built-in sized obligations for rigid types always perf-regression Performance regression. 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.
#138176 opened Mar 7, 2025 by compiler-errors Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.