Thanks to visit codestin.com
Credit goes to github.com

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 13 pull requests A-run-make Area: port run-make Makefiles to rmake.rs 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.
#156681 opened May 18, 2026 by JonathanBrouwer Contributor Loading…
perf(compilation): Directly construct Take and Chain 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.
#156680 opened May 17, 2026 by bushrat011899 Contributor Loading…
change other uses of const to raw pointers in const keyword docs 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.
#156677 opened May 17, 2026 by Cheese-Space Contributor Loading…
Preserve spans when hiding do_not_recommend impls 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.
#156676 opened May 17, 2026 by qaijuang Contributor Loading…
bootstrap: add bootstrap step to run stdarch-gen checks in CI 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)
#156674 opened May 17, 2026 by xonx4l Contributor Loading…
Privacy: fix effective visibility calculation for items reachable through RPIT 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.
#156673 opened May 17, 2026 by Bryanskiy Contributor Loading…
Misc improvements to coroutine transform code 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.
#156672 opened May 17, 2026 by cjgillot Contributor Loading…
DRAFT: inline formatting of floating points 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.
#156671 opened May 17, 2026 by pascaldekloe Contributor Loading…
Evaluate Unevaluated const inside Const::Ty in valtree conversion 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.
#156669 opened May 17, 2026 by cijiugechu Member Loading…
Fix typo in format_into docs: signed -> unsigned 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.
#156668 opened May 17, 2026 by joshtriplett Member Loading…
Clarify meaning of ranges in pointer offset docs 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.
#156666 opened May 17, 2026 by RalfJung Member Loading…
eagerly normalize goals before trying to evaluate them 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#156665 opened May 17, 2026 by lcnr Contributor Loading…
Avoid const generic recovery after doc comment in type 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.
#156664 opened May 17, 2026 by ManiSalahmand Loading…
Remove UncheckedIterator 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.
#156661 opened May 17, 2026 by theemathas Contributor Loading…
coverage: Build the expansion tree around SyntaxContext 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.
#156659 opened May 17, 2026 by Zalathar Member Loading…
Call visitor only in one place in bodies of folds for RangeInclusive 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.
#156654 opened May 17, 2026 by AngelicosPhosphoros Contributor Loading…
Update sysinfo version to 0.39.2 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)
#156653 opened May 17, 2026 by GuillaumeGomez Member Loading…
Stop using prefix_tys 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.
#156650 opened May 16, 2026 by dingxiangfei2009 Contributor Loading…
Expand async drops during drop elaboration 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.
#156649 opened May 16, 2026 by cjgillot Contributor Loading…
Change division to multiplication in floating-point midpoint 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.
#156647 opened May 16, 2026 by oscargus Loading…
Widen the result of widening_mul. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#156644 opened May 16, 2026 by bjoernager Contributor Loading…
Document run-make external dependencies A-run-make Area: port run-make Makefiles to rmake.rs 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.
#156643 opened May 16, 2026 by majiayu000 Loading…
wip offload frontend 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#156642 opened May 16, 2026 by Sa4dUs Contributor Draft
library: Fix std compilation for espidf target in unix::process O-unix Operating system: Unix-like 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.
#156638 opened May 16, 2026 by FelixLttks Loading…
lib: specialize Clone of array IntoIter 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.
#156634 opened May 16, 2026 by Paladynee Contributor Loading…
ProTip! Filter pull requests by the default branch with base:main.