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

Rollup of 9 pull requests 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-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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140726 opened May 7, 2025 by jhpratt Loading…
Update compiler-builtins to 0.1.158 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#140724 opened May 6, 2025 by tgross35 Loading…
fix typo in autorefs lint doc example 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.
#140719 opened May 6, 2025 by wyfo Loading…
Change File::try_lock() and try_lock_shared() to return io::Result<()> 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.
#140718 opened May 6, 2025 by cberner Loading…
Split up the unknown_or_malformed_diagnostic_attributes lint A-attributes Area: Attributes (`#[…]`, `#![…]`) I-lang-nominated Nominated for discussion during a lang team meeting. 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.
#140717 opened May 6, 2025 by mejrs Loading…
Improve -Zremap-path-scope tests with dependency 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.
#140716 opened May 6, 2025 by Urgau Loading…
Clarify &mut-methods' docs on sync::OnceLock 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.
#140715 opened May 6, 2025 by lukaslueg Loading…
Structurally resolve in check_ref_cast in new solver 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.
#140713 opened May 6, 2025 by compiler-errors Loading…
normalization: avoid incompletely constraining GAT args 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140712 opened May 6, 2025 by lcnr Loading…
Use MaybeCause::or to allow constraints from overflows if they are combined with ambiguity WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#140711 opened May 6, 2025 by compiler-errors Loading…
rustdoc: remove unportable markdown lint and old parser 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.
#140709 opened May 6, 2025 by notriddle Loading…
Structurally normalize in range pattern checking in HIR typeck 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.
#140707 opened May 6, 2025 by compiler-errors Loading…
[rustdoc] Ensure that temporary doctest folder is correctly removed even if doctests failed 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140706 opened May 6, 2025 by GuillaumeGomez Loading…
Update backtrace in Cargo.lock S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#140705 opened May 6, 2025 by LegNeato Loading…
ICE: added error handle for values greater than 9999 in 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.
#140700 opened May 6, 2025 by Kivooeo Loading…
WIP: Add PGO for apple darwin targets 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#140699 opened May 6, 2025 by osiewicz Draft
Split autodiff into autodiff_forward and autodiff_reverse A-attributes Area: Attributes (`#[…]`, `#![…]`) F-autodiff `#![feature(autodiff)]` 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.
#140697 opened May 6, 2025 by Sa4dUs Draft
Simplify Vec::as_non_null implementation and make it const 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.
#140685 opened May 5, 2025 by viliml Loading…
Only include dyn Trait<Assoc = ...> associated type bounds for Self: Sized associated types if they are provided 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.
#140684 opened May 5, 2025 by compiler-errors Loading…
build_helper: handle emails containing square brackets 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)
#140675 opened May 5, 2025 by japaric Loading…
Parser: Recover error from named params while parse_path 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.
#140671 opened May 5, 2025 by xizheyin Loading…
Implement VecDeque::truncate_front() 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.
#140668 opened May 5, 2025 by vkrivopalov Loading…
remove 'unordered' atomic intrinsics 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.
#140660 opened May 5, 2025 by RalfJung Loading…
collect all Fuchsia bindings into the fuchsia module O-fuchsia Operating system: Fuchsia 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.
#140656 opened May 5, 2025 by joboet Loading…
Refactor StableMIR 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.
#140643 opened May 4, 2025 by makai410 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.