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

rustc_lexer: typo fix + small cleanups 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.
#142118 opened Jun 6, 2025 by hkBst Loading…
[DO NOT MERGE] Experimental revert A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#142117 opened Jun 6, 2025 by jieyouxu Draft
Fix bootstrap tracing imports 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)
#142116 opened Jun 6, 2025 by jieyouxu Loading…
[EXPERIMENTAL] Debugging aarch64-apple rustdoc test failure A-testsuite Area: The testsuite used to check the correctness of rustc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) 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.
#142115 opened Jun 6, 2025 by jieyouxu Draft
Compute number of digits instead of relying on constant value for u128 display code 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.
#142114 opened Jun 6, 2025 by GuillaumeGomez Loading…
Reduce confusion of some drop order 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.
#142113 opened Jun 6, 2025 by shepmaster Loading…
fix typo 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.
#142112 opened Jun 6, 2025 by ada4a Loading…
Solaris targets were missing from build-manifest S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#142110 opened Jun 6, 2025 by psumbera Loading…
Update cargo S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#142109 opened Jun 6, 2025 by weihanglo Loading…
compiler: Add track_caller to AbiMapping::unwrap 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.
#142108 opened Jun 6, 2025 by workingjubilee Loading…
Add compiler-builtins to bootstrap 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)
#142106 opened Jun 6, 2025 by tgross35 Loading…
remove extraneous text 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.
#142105 opened Jun 6, 2025 by tshepang Loading…
Update InterpCx::project_field to take FieldIdx 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.
#142103 opened Jun 6, 2025 by scottmcm Loading…
docs: Small clarification on the usage of read_to_string and read_to_end trait methods 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.
#142102 opened Jun 6, 2025 by kiseitai3 Loading…
core::ptr: deduplicate more method 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.
#142101 opened Jun 6, 2025 by lolbinarycat Loading…
rustdoc: make srcIndex no longer a global variable 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.
#142100 opened Jun 5, 2025 by lolbinarycat Loading…
Rollup of 11 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-meta Area: Issues & PRs about the rust-lang/rust repository itself A-rustdoc-json Area: Rustdoc JSON backend O-unix Operating system: Unix-like O-windows Operating system: Windows 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-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.
#142099 opened Jun 5, 2025 by matthiaskrgr Loading…
Implement int_format_into feature 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.
#142098 opened Jun 5, 2025 by GuillaumeGomez Loading…
gpu offload host code generation A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. F-gpu_offload `#![feature(gpu_offload)]` T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142097 opened Jun 5, 2025 by ZuseZ4 Draft
Simplify and optimize VecCache's SlotIndex::from_index perf-regression Performance regression. 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.
#142095 opened Jun 5, 2025 by joshtriplett Loading…
[do not merge] testing S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
#142094 opened Jun 5, 2025 by ChrisDenton Loading…
add track_caller attribute to map_err and ok_or/_else 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.
#142093 opened Jun 5, 2025 by yaahc Loading…
rustdoc: Support middle::ty associated const equality predicates again F-associated_const_equality `#![feature(associated_const_equality)]` S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#142092 opened Jun 5, 2025 by fmease Loading…
Fix AIX build 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.
#142091 opened Jun 5, 2025 by thaliaarchi Loading…
Make root vars more stable perf-regression Performance regression. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#142090 opened Jun 5, 2025 by compiler-errors Draft
ProTip! Add no:assignee to see everything that’s not assigned.