Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

Convert some macros from LegacyBang to Bang. 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.
#125094 opened May 13, 2024 by nnethercote Loading…
Add fn into_raw_with_allocator to Rc/Arc/Weak. A-allocators Area: Custom and system allocators 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.
#125093 opened May 13, 2024 by zachs18 Draft
reduce the size of commit info file 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)
#125091 opened May 13, 2024 by onur-ozkan Loading…
Migrate fuchsia docs from pm to ffx S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#125090 opened May 13, 2024 by erickt Loading…
Improve diagnostic output the non_local_definitions lint 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125089 opened May 13, 2024 by Urgau Loading…
Uplift AliasTy and AliasTerm 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-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
#125088 opened May 13, 2024 by compiler-errors Draft
Optimize Seek::stream_len impl for File O-hermit Operating System: Hermit O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows 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.
#125087 opened May 13, 2024 by tbu- Loading…
rustc_hir_typeck: Account for skipped_ref_pats in expr_use_visitor A-edition-2024 Area: The 2024 edition A-patterns Relating to patterns and pattern matching 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.
#125084 opened May 13, 2024 by Jules-Bertholet Loading…
Use inline const blocks to create arrays of MaybeUninit; remove uninit_array(). O-windows Operating system: Windows 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.
#125082 opened May 13, 2024 by kpreid Loading…
only find segs chain for missing methods when no available candidates 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.
#125080 opened May 13, 2024 by bvanjoi Loading…
fix: break inside async closure has incorrect span for enclosing closure 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.
#125078 opened May 13, 2024 by linyihai Loading…
Rename Unsafe to Safety A-rustdoc-json Area: Rustdoc JSON backend 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125077 opened May 13, 2024 by spastorino Loading…
Split out ty::AliasTerm from ty::AliasTy 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
#125076 opened May 13, 2024 by compiler-errors Loading…
Add test for dynamic dispatch + Pin::new soundness 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.
#125072 opened May 13, 2024 by Darksonn Loading…
Panic if PathBuf::set_extension would add a path separator 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.
#125070 opened May 13, 2024 by tbu- Loading…
Extend SCC construction to enable extra functionality 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.
#125069 opened May 13, 2024 by amandasystems Loading…
Condense use sections 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.
#125062 opened May 13, 2024 by nnethercote Loading…
Expand documentation of PathBuf, discussing lack of sanitization I-libs-nominated The issue / PR has been nominated for discussion during a libs team meeting. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. S-waiting-on-team Status: Awaiting decision from the relevant subteam (see the T-<team> label). T-libs Relevant to the library team, which will review and decide on the PR/issue.
#125060 opened May 13, 2024 by ChrisJefferson Loading…
rustc_lint 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.
#125057 opened May 13, 2024 by nnethercote Loading…
Fix #124973. 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.
#125054 opened May 12, 2024 by nnethercote Loading…
Disallow cast with trailing braced macro in let-else A-parser Area: The parsing of Rust source code to an AST. 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.
#125049 opened May 12, 2024 by dtolnay Loading…
StableDeref trait into core 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.
#125048 opened May 12, 2024 by dingxiangfei2009 Loading…
Migrate run-make/issue-14500 to new rmake.rs format 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-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#125047 opened May 12, 2024 by Oneirical Loading…
Only allow immutable statics with #[linkage] 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.
#125046 opened May 12, 2024 by bjorn3 Loading…
reference type safety invariant docs: clarification 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.
#125043 opened May 12, 2024 by RalfJung Loading…
ProTip! Add no:assignee to see everything that’s not assigned.