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

bootstrap: implement new feature bootstrap-self-test 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)
#125273 opened May 19, 2024 by onur-ozkan Loading…
Subtree update of rust-analyzer 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)
#125272 opened May 19, 2024 by lnicola Loading…
use posix_memalign on all Unix targets 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.
#125271 opened May 19, 2024 by RalfJung Loading…
Followup fixes from #123344 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.
#125270 opened May 19, 2024 by pietroalbini Loading…
compiler: add simd_ctpop intrinsic 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.
#125266 opened May 19, 2024 by workingjubilee Loading…
rust-lld: fallback to the default linker if there's no path to the linker in the sysroot 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.
#125263 opened May 18, 2024 by lqd Loading…
Allow printing TraitRef and TraitPredicate with Infcx information 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.
#125262 opened May 18, 2024 by BoxyUwU Loading…
crashes: add more S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#125261 opened May 18, 2024 by matthiaskrgr Loading…
An async closure may implement FnMut/Fn if it has no self-borrows 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#125259 opened May 18, 2024 by compiler-errors Loading…
Resolve elided lifetimes in assoc const to static if no other lifetimes are in scope 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.
#125258 opened May 18, 2024 by compiler-errors Draft
Move tests 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#125256 opened May 18, 2024 by c410-f3r Loading…
Make EvalCtxt generic over InferCtxtLike S-blocked Status: Marked as 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. WG-trait-system-refactor The Rustc Trait System Refactor Initiative
#125255 opened May 18, 2024 by compiler-errors Loading…
Add FRAC_1_SQRT_2PI constant to f16/f32/f64/f128 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.
#125253 opened May 18, 2024 by sunsided Loading…
Add #[inline] to float Debug fallback used by cfg(no_fp_fmt_parse) 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.
#125252 opened May 18, 2024 by beetrees Loading…
Add rust_analyzer as a predefined tool 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.
#125241 opened May 18, 2024 by Veykril Loading…
Fix unnamed lifetime spans 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.
#125234 opened May 17, 2024 by bovinebuddha Loading…
Migrate run-make/issue-30063 to rmake 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)
#125227 opened May 17, 2024 by Oneirical Loading…
Make more of the test suite run on Mac Catalyst A-testsuite Area: The testsuite used to check the correctness of rustc O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) O-ios Operating system: iOS O-unix Operating system: Unix-like 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.
#125226 opened May 17, 2024 by madsmtm Loading…
Use functions from crt_externs.h on iOS/tvOS/watchOS/visionOS O-apple Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS) 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.
#125225 opened May 17, 2024 by madsmtm Loading…
Migrate run-make/issue-53964 to rmake 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)
#125224 opened May 17, 2024 by Oneirical Loading…
Migrate run-make/issue-46239 to rmake 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)
#125222 opened May 17, 2024 by Oneirical Loading…
Repair several riscv64gc-unknown-linux-gnu codegen 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.
#125220 opened May 17, 2024 by Hoverbear Loading…
Update unexpected_cfgs lint for Cargo new check-cfg config F-check-cfg --check-cfg 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.
#125219 opened May 17, 2024 by Urgau Loading…
Migrate run-make/no-intermediate-extras to new rmake.rs 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)
#125218 opened May 17, 2024 by Oneirical Loading…
Stablize const_binary_heap_constructor S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#125211 opened May 17, 2024 by Coekjan Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.