-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Shows a user friendly message rather than simple pass
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)
#143485
opened Jul 5, 2025 by
rahul-srivastava-codes
Loading…
distinguish the duplicate item of rpitit
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.
#143484
opened Jul 5, 2025 by
bvanjoi
Loading…
Fix short linker error output
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.
#143482
opened Jul 5, 2025 by
ia0
Loading…
Miri subtree update
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143478
opened Jul 5, 2025 by
RalfJung
Loading…
use Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
is_multiple_of
and div_ceil
A-LLVM
#143477
opened Jul 5, 2025 by
folkertdev
Loading…
tests: Use 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.
cfg_target_has_reliable_f16_f128
S-waiting-on-review
#143475
opened Jul 5, 2025 by
tgross35
Loading…
Pretend in bootstrap snapshot tests that we always build in-tree LLVM
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)
#143474
opened Jul 5, 2025 by
jieyouxu
Loading…
Rollup of 11 pull requests
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
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-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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#143473
opened Jul 5, 2025 by
workingjubilee
Loading…
rustc_pattern_analysis
: always check that deref patterns don't match on the same place as normal constructors
S-waiting-on-review
#143472
opened Jul 5, 2025 by
dianne
Loading…
std: sys: net: uefi: tcp4: Implement read
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.
#143470
opened Jul 5, 2025 by
Ayush1325
Loading…
diag: improvements to patterns in bare fn ptr and trait decl
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.
#143469
opened Jul 5, 2025 by
Ezrashaw
Loading…
Add ASCII-related methods from 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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
u8
and MIN
/MAX
to core::ascii::Char
S-waiting-on-review
#143467
opened Jul 5, 2025 by
ChaiTRex
Loading…
Support multiple crate versions in --extern-html-root-url
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#143465
opened Jul 5, 2025 by
kornelski
Loading…
Make tests/ui/abi/debug.rs cross-compile
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.
#143464
opened Jul 5, 2025 by
workingjubilee
Loading…
fix(lib-std-fs): handle 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.
usize
overflow in read_to_string
S-waiting-on-review
#143462
opened Jul 4, 2025 by
Rudxain
Loading…
make Area: `minicore` test auxiliary and `//@ add-core-stubs`
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.
cfg_select
a builtin macro
A-test-infra-minicore
#143461
opened Jul 4, 2025 by
folkertdev
Loading…
Port Area: Attributes (`#[…]`, `#![…]`)
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.
#[cfg]
to the new attribute parsing infrastructure
A-attributes
#143460
opened Jul 4, 2025 by
JonathanBrouwer
•
Draft
resolve: Merge 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.
NameBindingKind::Module
into NameBindingKind::Res
perf-regression
#143458
opened Jul 4, 2025 by
petrochenkov
Loading…
mbe: Change Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
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.
unused_macro_rules
to a DenseBitSet
A-macros
#143456
opened Jul 4, 2025 by
joshtriplett
Loading…
Correctly handle 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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
should_panic
doctest attribute
A-run-make
#143453
opened Jul 4, 2025 by
GuillaumeGomez
Loading…
Fix CLI completion check in Area: The testsuite used to check the correctness of rustc
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)
tidy
A-testsuite
#143452
opened Jul 4, 2025 by
Kobzol
Loading…
Do not visit impl-trait when looking for self-type elision.
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.
#143450
opened Jul 4, 2025 by
cjgillot
Loading…
cargo: Update to mark tests that rely on interprocess blocking as unsupported on AIX
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#143449
opened Jul 4, 2025 by
uyoyo0
Loading…
remote-test-client: Exit code Area: The testsuite used to check the correctness of rustc
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
128 + <signal-number>
instead of 3
A-testsuite
#143448
opened Jul 4, 2025 by
Enselic
Loading…
[COMPILETEST-UNTANGLE 4/N] Improve compiletest config documentation
A-compiletest
Area: The compiletest test runner
A-testsuite
Area: The testsuite used to check the correctness of rustc
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)
#143447
opened Jul 4, 2025 by
jieyouxu
Loading…
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.