Skip to content

Pull requests: rust-lang/rust

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Reviews
Assignee
Filter by who’s assigned
Sort

Pull requests list

CI: remove Setup Python action S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#126116 opened Jun 7, 2024 by Kobzol Loading…
Fix ICE due to unwrap in probe_for_name_many 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.
#126115 opened Jun 7, 2024 by gurry Loading…
Set version number to 1.81.0 S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#126114 opened Jun 7, 2024 by pietroalbini Loading…
CI: use a native arm64 runner 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#126113 opened Jun 7, 2024 by Kobzol Draft
Clean up source root in run-make tests 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)
#126112 opened Jun 7, 2024 by Kobzol Loading…
Port tests/run-make-fulldeps/hotplug_codegen_backend to ui-fulldeps 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.
#126111 opened Jun 7, 2024 by Zalathar Loading…
Update backtrace to 0.3.73 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.
#126110 opened Jun 7, 2024 by workingjubilee Loading…
Add debugging utils and comments to Fuchsia scripts 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#126105 opened Jun 6, 2024 by tmandry Loading…
Change how runmake v2 tests are executed 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)
#126097 opened Jun 6, 2024 by Kobzol Loading…
Migrate link-args-order, ls-metadata and lto-readonly-lib run-make tests to rmake A-testsuite Area: The testsuite used to check the correctness of rustc S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#126095 opened Jun 6, 2024 by Oneirical Loading…
linker: Link dylib crates by path 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.
#126094 opened Jun 6, 2024 by petrochenkov Loading…
[beta] backports 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-infra Relevant to the infrastructure 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.
#126093 opened Jun 6, 2024 by cuviper Loading…
Fix supertrait associated type unsoundness S-waiting-on-crater Status: Waiting on a crater run to be completed. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#126090 opened Jun 6, 2024 by compiler-errors Draft
Stabilize Option::take_if relnotes Marks issues that should be documented in the release notes of the next release. 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#126089 opened Jun 6, 2024 by wutchzone Loading…
[1/2] clean-up / general improvements A-rustdoc-json Area: Rustdoc JSON backend 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#126088 opened Jun 6, 2024 by onur-ozkan Loading…
run-make: add some basic docs about the test suite's setup S-waiting-on-review Status: Awaiting review from the assignee but also interested parties.
#126087 opened Jun 6, 2024 by jieyouxu Loading…
Revert "Use the HIR instead of mir_keys for determining whether something will have a MIR body." 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.
#126077 opened Jun 6, 2024 by oli-obk Loading…
privacy: normalize associated types before visiting 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.
#126076 opened Jun 6, 2024 by jswrenn Loading…
Remove DebugWithInfcx machinery 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.
#126075 opened Jun 6, 2024 by compiler-errors Loading…
Enable f16 in assembly on aarch64 platforms that support it F-f16_and_f128 `#![feature(f16_and_f128)]` 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.
#126070 opened Jun 6, 2024 by lengrongfu Loading…
Change the return type of Ty::kind from &TyKind to TyKind. perf-regression Performance regression. 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#126069 opened Jun 6, 2024 by nnethercote Draft
mark binding undetermined if target name exist and not obtained 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.
#126065 opened Jun 6, 2024 by bvanjoi Loading…
Remove some unused crate dependencies. 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#126063 opened Jun 6, 2024 by nnethercote Loading…
Make html rendered by rustdoc allow searching non-English identifier / alias 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-infra Relevant to the infrastructure 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.
#126057 opened Jun 6, 2024 by Sunshine40 Loading…
Expand list of trait implementers in E0277 when calling rustc with --… 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.
#126055 opened Jun 6, 2024 by lengrongfu Loading…
ProTip! What’s not been updated in a month: updated:<2024-05-07.