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
Assigned to nobody Loading
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 is_multiple_of and div_ceil A-LLVM 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.
#143477 opened Jul 5, 2025 by folkertdev Loading…
tests: Use cfg_target_has_reliable_f16_f128 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.
#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 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.
#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 u8 and MIN/MAX to core::ascii::Char 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-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#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 usize overflow in read_to_string 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.
#143462 opened Jul 4, 2025 by Rudxain Loading…
make cfg_select a builtin macro A-test-infra-minicore 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.
#143461 opened Jul 4, 2025 by folkertdev Loading…
Port #[cfg] to the new attribute parsing infrastructure A-attributes 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.
#143460 opened Jul 4, 2025 by JonathanBrouwer Draft
resolve: Merge NameBindingKind::Module into NameBindingKind::Res 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.
#143458 opened Jul 4, 2025 by petrochenkov Loading…
mbe: Change unused_macro_rules to a DenseBitSet A-macros 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.
#143456 opened Jul 4, 2025 by joshtriplett Loading…
Correctly handle should_panic doctest attribute A-run-make 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.
#143453 opened Jul 4, 2025 by GuillaumeGomez Loading…
Fix CLI completion check in tidy 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)
#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 128 + <signal-number> instead of 3 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.
#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…
ProTip! Mix and match filters to narrow down what you’re looking for.