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

EUV: fix place of deref pattern's interior's scrutinee 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.
#138442 opened Mar 13, 2025 by dianne Loading…
update error message 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)
#138441 opened Mar 13, 2025 by tshepang Loading…
feat: check ARG_MAX on Unix platforms 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.
#138439 opened Mar 13, 2025 by weihanglo Loading…
[experiment] Delay coercion error rather than emitting error in coerce_unsized S-waiting-on-perf Status: Waiting on a perf run to be completed. 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.
#138438 opened Mar 13, 2025 by compiler-errors Draft
Add support for postfix yield expressions 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.
#138435 opened Mar 13, 2025 by eholk Draft
Visit PatField when collecting lint levels 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.
#138434 opened Mar 13, 2025 by compiler-errors Loading…
feat: add succinct-zkvm target 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138433 opened Mar 12, 2025 by nhtyy Draft
fix: remove the check of lld not supporting @response-file 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.
#138432 opened Mar 12, 2025 by weihanglo Loading…
Fix uclibc LLVM target triples 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.
#138431 opened Mar 12, 2025 by madsmtm Loading…
Fix x86_64-unknown-illumos LLVM target triple 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.
#138429 opened Mar 12, 2025 by madsmtm Loading…
Fix RISC-V VxWorks LLVM target triples 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.
#138427 opened Mar 12, 2025 by madsmtm Loading…
Fix armv7-sony-vita-newlibeabihf LLVM target triple 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.
#138426 opened Mar 12, 2025 by madsmtm Loading…
Remove feature = "hash_raw_entry" 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.
#138425 opened Mar 12, 2025 by cuviper Loading…
Stabilize return type notation (RFC 3654) S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#138424 opened Mar 12, 2025 by compiler-errors Loading…
4 tasks
Don't emit error within cast function, propagate it as a CastError 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.
#138423 opened Mar 12, 2025 by compiler-errors Loading…
Adapt to LLVM dropping CfiFunctionIndex::begin()/end() llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#138420 opened Mar 12, 2025 by zmodem Loading…
Test out a more lock-free hash map A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) 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.
#138419 opened Mar 12, 2025 by Zoxc Draft
minor interpreter cleanups 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.
#138417 opened Mar 12, 2025 by RalfJung Loading…
Install licenses into share/doc/rust/licenses beta-nominated Nominated for backporting to the compiler in the beta channel. 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)
#138412 opened Mar 12, 2025 by cuviper Loading…
Couple mir building cleanups 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.
#138410 opened Mar 12, 2025 by bjorn3 Loading…
Update mdbook to 0.4.47 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#138406 opened Mar 12, 2025 by ehuss Loading…
Tweak VecCache to improve performance 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.
#138405 opened Mar 12, 2025 by Zoxc Loading…
Cleanup sysroot locating a bit A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138404 opened Mar 12, 2025 by bjorn3 Loading…
sys/pal/unix/sync/mutex: Fix Mutex::new() on NuttX O-unix Operating system: Unix-like 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.
#138400 opened Mar 12, 2025 by no1wudi Loading…
Delegation: allow foreign fns reuse F-fn_delegation `#![feature(fn_delegation)]` 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.
#138399 opened Mar 12, 2025 by Bryanskiy Loading…
ProTip! Add no:assignee to see everything that’s not assigned.