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

Opt out TaKO8Ki from review rotation for now A-meta Area: Issues & PRs about the rust-lang/rust repository itself S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#133097 opened Nov 16, 2024 by jieyouxu Loading…
[What If] NonNull could just offset directly? 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133096 opened Nov 16, 2024 by scottmcm Draft
Add test directive needs-atomic A-compiletest Area: The compiletest test runner 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133095 opened Nov 16, 2024 by kei519 Loading…
Update cargo S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#133094 opened Nov 16, 2024 by weihanglo Loading…
Let chains tests 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.
#133093 opened Nov 16, 2024 by est31 Loading…
Always set the deployment target when building std A-run-make Area: port run-make Makefiles to rmake.rs O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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)
#133092 opened Nov 16, 2024 by madsmtm Loading…
Stabilize noop_waker I-libs-api-nominated Nominated for discussion during a libs-api team meeting. PG-exploit-mitigations Project group: Exploit mitigations 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.
#133089 opened Nov 16, 2024 by eholk Draft
-Zrandomize-layout harder. Foo<T> != Foo<U> 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.
#133088 opened Nov 16, 2024 by the8472 Loading…
Detect missing . in method chain in let bindings and statements 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.
#133087 opened Nov 16, 2024 by estebank Loading…
bump sccache for linux x86_64 to allow caching while PGO'd A-testsuite Area: The testsuite used to check the correctness of rustc 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#133076 opened Nov 15, 2024 by klensy Loading…
Lexer tweaks 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.
#133070 opened Nov 15, 2024 by nnethercote Draft
Revert global default for download-rustc to false and only use if-unchanged for tools and library profile defaults 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)
#133068 opened Nov 15, 2024 by jieyouxu Loading…
[DRAFT] Rc: allow deduping both deref and clone across types perf-regression Performance regression. 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.
#133061 opened Nov 15, 2024 by scottmcm Draft
Trim whitespace in RemoveLet primary span 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.
#133060 opened Nov 15, 2024 by tyrone-wu Loading…
Impl String::into_chars 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.
#133057 opened Nov 15, 2024 by tisonkun Loading…
Expand CloneToUninit documentation. 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.
#133055 opened Nov 14, 2024 by kpreid Loading…
Increase accuracy of if condition misparse suggestion 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.
#133051 opened Nov 14, 2024 by estebank Loading…
btree: add {Entry,VacantEntry}::insert_entry 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.
#133042 opened Nov 14, 2024 by cuviper Loading…
Print name of env var in --print=deployment-target A-run-make Area: port run-make Makefiles to rmake.rs O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#133041 opened Nov 14, 2024 by madsmtm Loading…
turn creating 8dot3 names off for windows for speed A-testsuite Area: The testsuite used to check the correctness of rustc 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#133033 opened Nov 14, 2024 by klensy Loading…
ABI checks: add support for some tier3 arches, warn on others. 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.
#133029 opened Nov 14, 2024 by veluca93 Loading…
Merge -Zhir-stats into -Zinput-stats A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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.
#133023 opened Nov 14, 2024 by samestep Loading…
Querify should_codegen_locally perf-regression Performance regression. S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. S-experimental Status: Ongoing experiment that does not require reviewing and won't be merged in its current state. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#133016 opened Nov 13, 2024 by saethlin Draft
Update cc + bump bootstrap deps 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)
#132994 opened Nov 13, 2024 by clubby789 Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.