-
Notifications
You must be signed in to change notification settings - Fork 13.9k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Implement VecDeque::extract_if
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.
#147780
opened Oct 16, 2025 by
tisonkun
Loading…
Clippy subtree update
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-clippy
Relevant to the Clippy team.
#147779
opened Oct 16, 2025 by
flip1995
Loading…
Fix ICE from invalid delimeter in attrs parsing
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#147778
opened Oct 16, 2025 by
chenyukang
Loading…
is_ascii
on an empty string or slice returns true
S-waiting-on-bors
#147773
opened Oct 16, 2025 by
timvisee
Loading…
Rename 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.
*exact_{div,shr,shl}
to *{div,shr,shl}_exact
S-waiting-on-review
#147771
opened Oct 16, 2025 by
nxsaken
Loading…
Code refactoring on hir report_no_match_method_error
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.
#147768
opened Oct 16, 2025 by
chenyukang
Loading…
Fix 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.
std::net::hostname
on 3DS and Vita
S-waiting-on-review
#147766
opened Oct 16, 2025 by
FenrirWolf
Loading…
Undo CopyForDeref assertion in const qualif
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.
#147764
opened Oct 16, 2025 by
beepster4096
Loading…
feat(rustdoc): 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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--emit=depinfo
output to stdout via -
A-run-make
#147762
opened Oct 16, 2025 by
weihanglo
Loading…
[Debugger Visualizers] Unify 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.
*-gnu
and *-msvc
enum output
S-waiting-on-review
#147760
opened Oct 16, 2025 by
Walnut356
Loading…
Improve error message for std integer clamp() if min > max
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.
#147754
opened Oct 16, 2025 by
Dan54
Loading…
Suggest add bounding value for RangeTo
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.
#147753
opened Oct 16, 2025 by
chenyukang
Loading…
style-guide: fix typo for empty struct advice
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-style
Relevant to the style team, which will review and decide on the PR/issue.
#147752
opened Oct 16, 2025 by
fee1-dead
Loading…
Use 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.
bit_set::Word
in a couple more places.
S-waiting-on-bors
#147751
opened Oct 16, 2025 by
nnethercote
Loading…
miri subtree update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#147744
opened Oct 15, 2025 by
RalfJung
Loading…
Show packed field alignment in mir_transform_unaligned_packed_ref
A-diagnostics
Area: Messages for errors, warnings, and lints
A-repr-packed
Area: the naughtiest repr
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.
#147743
opened Oct 15, 2025 by
21aslade
Loading…
implement 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.
replace_with
and replacen_with
for unstable feature replace_with
S-waiting-on-review
#147741
opened Oct 15, 2025 by
alpaylan
Loading…
Optimize core::Zip::next_back()
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.
#147740
opened Oct 15, 2025 by
Dan54
Loading…
Don't highlight 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.
let
expressions as having type bool
in let-chain error messages
S-waiting-on-bors
#147738
opened Oct 15, 2025 by
pommicket
Loading…
stabilize Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)
I-lang-nominated
Nominated for discussion during a lang team meeting.
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
P-lang-drag-1
Lang team prioritization drag level 1. https://rust-lang.zulipchat.com/#narrow/channel/410516-t-lang
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-lang
Relevant to the language team
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
asm_cfg
A-compiler-builtins
#147736
opened Oct 15, 2025 by
folkertdev
Loading…
Micro-optimization in 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.
FunctionCx::initialize_locals
S-waiting-on-bors
#147735
opened Oct 15, 2025 by
yotamofek
Loading…
Further tighten up relaxed bounds
rla-silenced
Silences rust-log-analyzer postings to the PR it's added on.
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.
remove duplicate inline macro
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.
#147732
opened Oct 15, 2025 by
h3nryc0ding
Loading…
tests: activate misspelled 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.
gdb-check
in function-arg-initialization.rs
S-waiting-on-review
#147728
opened Oct 15, 2025 by
Enselic
Loading…
Remove -Zoom=panic
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#147725
opened Oct 15, 2025 by
bjorn3
Loading…
Previous Next
ProTip!
Adding no:label will show everything without a label.