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

account for c_enum_min_bits in multiple-reprs UI test 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.
#135778 opened Jan 20, 2025 by japaric Loading…
CI: move dist-arm-linux to a free ARM runner A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#135774 opened Jan 20, 2025 by marcoieni Draft
1 task
Clarify WindowsMut (Lending)Iterator 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.
#135773 opened Jan 20, 2025 by hkBst Loading…
[PERF for "jump to def"] Re-enable "jump to def" feature on rustc docs 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135771 opened Jan 20, 2025 by GuillaumeGomez Draft
tests: Port symbol-mangling-hashed to rmake.rs A-run-make Area: port run-make Makefiles to rmake.rs 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#135768 opened Jan 20, 2025 by jieyouxu Loading…
Future incompatibility warning unsupported_fn_ptr_calling_conventions: Also warn in dependencies I-lang-easy-decision Issue: The decision needed by the team is conjectured to be easy; this does not imply nomination I-lang-nominated Nominated for discussion during a lang team meeting. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-lang Relevant to the language team, which will review and decide on the PR/issue.
#135767 opened Jan 20, 2025 by tdittr Loading…
Fix tests on LLVM 20 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.
#135764 opened Jan 20, 2025 by nikic Loading…
Update to LLVM 20 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.
#135763 opened Jan 20, 2025 by nikic Loading…
1 task
Dial down detail of B-tree description 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.
#135761 opened Jan 20, 2025 by hkBst Loading…
Add unchecked_disjoint_bitor per ACP373 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.
#135760 opened Jan 20, 2025 by scottmcm Loading…
Get rid of mir::Const::from_ty_const 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.
#135753 opened Jan 20, 2025 by compiler-errors Loading…
Suggest adding mut or const after &raw 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.
#135751 opened Jan 20, 2025 by rmehri01 Loading…
Lower index bounds checking to PtrMetadata, this time with the right fake borrow semantics 😸 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.
#135748 opened Jan 19, 2025 by compiler-errors Loading…
Recognise new IPv6 non-global range from IETF RFC 9602 A-io Area: `std::io`, `std::fs`, `std::net` and `std::path` 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.
#135745 opened Jan 19, 2025 by bardiharborow Loading…
Changed docs to be less misleading in path::file_name(&self) 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.
#135743 opened Jan 19, 2025 by Andyson007 Loading…
Clean up uses of the unstable dwarf_version option 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.
#135739 opened Jan 19, 2025 by wesleywiser Loading…
Remove outdated comment about std::hash::DefaultHasher being inaccessible 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.
#135735 opened Jan 19, 2025 by dbdr Loading…
Correct extract_if sample equivalent. 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.
#135734 opened Jan 19, 2025 by nk9 Loading…
Implement &pin const self and &pin mut self sugars 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.
#135733 opened Jan 19, 2025 by frank-king Loading…
Implement pinned borrows 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.
#135731 opened Jan 19, 2025 by frank-king Loading…
New attribute parsing infrastructure A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) PG-exploit-mitigations Project group: Exploit mitigations 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135726 opened Jan 19, 2025 by jdonszelmann Loading…
[generic_assert] "Constify" the Debug trait S-blocked Status: Blocked on something else such as an RFC or other implementation work. 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.
#135712 opened Jan 19, 2025 by c410-f3r Loading…
Do not ICE on default_field_value const with lifetimes F-default_field_values `#![feature(default_field_values)]` 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.
#135711 opened Jan 18, 2025 by estebank Loading…
Shorten linker output even more when --verbose is not present A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc A-tidy Area: The tidy tool 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.
#135707 opened Jan 18, 2025 by jyn514 Loading…
Portable SIMD subtree update 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.
#135701 opened Jan 18, 2025 by calebzulawski Loading…
ProTip! no:milestone will show everything without a milestone.