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

Rollup of 15 pull requests A-CI Area: Our Github Actions CI 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-testsuite Area: The testsuite used to check the correctness of rustc O-linux Operating system: Linux 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-infra Relevant to the infrastructure 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)
#156217 opened May 6, 2026 by jhpratt Member Loading…
implement const Iterator for Range 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.
#156216 opened May 6, 2026 by Randl Contributor Loading…
Do not cache lints_that_dont_need_to_run across sessions 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.
#156214 opened May 5, 2026 by qaijuang Contributor Loading…
Additionally gate negative bounds behind new -Ztrait-solver-testing-features 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.
#156212 opened May 5, 2026 by fmease Member Loading…
tests/ui: allow spaces in hashbrown src normalization 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.
#156211 opened May 5, 2026 by kupiakos Contributor Loading…
Emit retags in codegen to support BorrowSanitizer (part 2) 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.
#156210 opened May 5, 2026 by icmccorm Loading…
tests/ui: fix MSVC clean build for issue-82833 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.
#156209 opened May 5, 2026 by kupiakos Contributor Loading…
Emit retags in codegen to support BorrowSanitizer (part 1) 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.
#156208 opened May 5, 2026 by icmccorm Loading…
move generalization test 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)
#156205 opened May 5, 2026 by lcnr Contributor Loading…
Implemented PathBuf::into_string 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.
#156204 opened May 5, 2026 by asder8215 Contributor Loading…
llvm: Use correct type for splat mask A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#156202 opened May 5, 2026 by maurer Contributor Loading…
Don't run ui-fulldeps tests twice in stage 1 A-CI Area: Our Github Actions CI 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.
#156201 opened May 5, 2026 by ehuss Contributor Loading…
Add sync option to -Z threads to force synchronization on one thread 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.
#156198 opened May 5, 2026 by Zoxc Contributor Loading…
Include vendored sources in the rust-src component 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)
#156196 opened May 5, 2026 by bjorn3 Member Loading…
Move tests codegen 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.
#156195 opened May 5, 2026 by danieljofficial Contributor Loading…
Avoid deriving bounds from FnPtr 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.
#156194 opened May 5, 2026 by sgasho Contributor Loading…
port rustc_ast* crates from box_ to deref_patterns 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.
#156193 opened May 5, 2026 by cyrgani Contributor Loading…
core: Replace ptr::slice_from_raw_parts with slice::from_raw_parts 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.
#156192 opened May 5, 2026 by xtqqczze Contributor Draft
riscv: promote d, e, and f target_features to CfgStableToggleUnstable 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.
#156188 opened May 5, 2026 by romancardenas Contributor Loading…
obligations_for_self_ty: skip irrelevant goals (recompute sub_root from stalled_vars) 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#156187 opened May 5, 2026 by inq Contributor Loading…
fix: remap ci-llvm debug paths via -ffile-prefix-map A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#156186 opened May 5, 2026 by paradoxicalguy Contributor Loading…
resolve: Try removing questionable optimizations in eff vis computation 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.
#156185 opened May 5, 2026 by petrochenkov Contributor Loading…
windows/time: avoid being too close to 0 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.
#156177 opened May 5, 2026 by RalfJung Member Loading…
Initial implementation of FnPtr trait O-unix Operating system: Unix-like S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-clippy Relevant to the Clippy team. 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-rust-analyzer Relevant to the rust-analyzer team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#156176 opened May 5, 2026 by carbotaniuman Contributor Loading…
Dep graph cleanups 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.
#156175 opened May 5, 2026 by nnethercote Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.