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

Clarify the Pin may not pin the data when the type is Unpin. 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.
#133489 opened Nov 26, 2024 by hikalium Loading…
tests: Add regression test for self referential structs with cow as last field 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.
#133488 opened Nov 26, 2024 by Enselic Loading…
fix confusing diagnostic for reserved ## A-diagnostics Area: Messages for errors, warnings, and lints A-edition-2024 Area: The 2024 edition 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.
#133487 opened Nov 26, 2024 by pitaj Loading…
borrowck diagnostics: make add_move_error_suggestions use the HIR rather than SourceMap 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.
#133486 opened Nov 26, 2024 by dianne Loading…
breaking change: Copy Python implementation for float::div_euclid I-libs-api-nominated Nominated for discussion during a libs-api team meeting. 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.
#133485 opened Nov 26, 2024 by tesuji Loading…
Only error raw lifetime followed by \' in edition 2021+ 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.
#133482 opened Nov 26, 2024 by compiler-errors Loading…
Disable avr-rjmp-offset on Windows for now A-run-make Area: port run-make Makefiles to rmake.rs 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.
#133481 opened Nov 25, 2024 by jieyouxu Loading…
jsondocck: Parse, don't validate commands. A-rustdoc-json Area: Rustdoc JSON backend S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133478 opened Nov 25, 2024 by aDotInTheVoid Loading…
Detect tuple structs that are unconstructable due to re-export 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.
#133477 opened Nov 25, 2024 by estebank Loading…
Revert r-a completions breakage S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#133476 opened Nov 25, 2024 by SomeoneToIgnore Loading…
MaybeStorage improvements 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.
#133475 opened Nov 25, 2024 by nnethercote Loading…
Do not unify dereferences of shared borrows in GVN perf-regression Performance regression. 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.
#133474 opened Nov 25, 2024 by RalfJung Loading…
tests: Add regression test for recursive enum with Cow and Clone 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.
#133473 opened Nov 25, 2024 by Enselic Loading…
Run TLS destructors for wasm32-wasip1-threads 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.
#133472 opened Nov 25, 2024 by surban Loading…
gce: fix typing_mode mismatch 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.
#133471 opened Nov 25, 2024 by lcnr Loading…
Cleanup: delete //@ pretty-expanded directive 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133470 opened Nov 25, 2024 by jieyouxu Loading…
1 task done
always create DefIds for anon consts 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.
#133468 opened Nov 25, 2024 by lcnr Loading…
tests: Add recursive associated type bound regression tests 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.
#133467 opened Nov 25, 2024 by Enselic Loading…
Fix typos in pin.rs 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.
#133466 opened Nov 25, 2024 by aksh1618 Loading…
std::thread: avoid leading whitespace in some panic messages 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.
#133464 opened Nov 25, 2024 by RalfJung Loading…
Fix handling of x18 in AArch64 inline assembly on ohos/trusty or with -Zfixed-x18 A-inline-assembly Area: Inline assembly (`asm!(…)`) O-AArch64 Armv8-A or later processors in AArch64 mode 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.
#133463 opened Nov 25, 2024 by taiki-e Loading…
Use ReadCache for archive reading in bootstrap O-aix OS: Big Blue's Advanced Interactive eXecutive.. 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133462 opened Nov 25, 2024 by mustartt Loading…
Add COPYRIGHT-*.html files to distribution and update COPYRIGHT A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#133461 opened Nov 25, 2024 by jonathanpallant Loading…
Use check-run-results for run-fail test stderr A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc C-cleanup Category: PRs that clean code up or issues documenting cleanup. PG-exploit-mitigations Project group: Exploit mitigations 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) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133460 opened Nov 25, 2024 by clubby789 Loading…
Fix Result and Option not getting a jump to def link generated S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133458 opened Nov 25, 2024 by GuillaumeGomez Loading…
ProTip! Exclude everything labeled bug with -label:bug.