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

arbitrary_self_type: insert implied Receiver bound on Deref F-arbitrary_self_types `#![feature(arbitrary_self_types)]` 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.
#138952 opened Mar 25, 2025 by dingxiangfei2009 Loading…
Replace last usize -> ptr transmute in alloc with strict provenance API 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.
#138951 opened Mar 25, 2025 by jwnrt Loading…
replace extra_filename with strict version hash in metrics file names 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.
#138950 opened Mar 25, 2025 by yaahc Loading…
Rename is_like_osx to is_like_darwin A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138949 opened Mar 25, 2025 by madsmtm Loading…
Refactor Apple version handling in the compiler 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.
#138947 opened Mar 25, 2025 by madsmtm Loading…
Un-bury chapters from the chapter list in rustc book A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#138946 opened Mar 25, 2025 by Urgau Loading…
Override PartialOrd methods for bool 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.
#138945 opened Mar 25, 2025 by DaniPopes Loading…
Add __isPlatformVersionAtLeast and __isOSVersionAtLeast symbols A-meta Area: Issues & PRs about the rust-lang/rust repository itself 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138944 opened Mar 25, 2025 by madsmtm Loading…
Do not mix normalized and unnormalized caller bounds when constructing param-env for receiver_is_dispatchable 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.
#138941 opened Mar 25, 2025 by compiler-errors Loading…
Stabilize the avx512 target features I-lang-nominated Nominated for discussion during a lang team meeting. 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#138940 opened Mar 25, 2025 by sayantn Loading…
Add Arc::is_unique 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.
#138939 opened Mar 25, 2025 by SabrinaJewson Loading…
Update wg-prio triagebot config 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.
#138935 opened Mar 25, 2025 by apiraino Loading…
support local bootstrap profiles A-rustc-dev-guide Area: rustc-dev-guide 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)
#138934 opened Mar 25, 2025 by onur-ozkan Loading…
Rollup of 8 pull requests A-attributes Area: Attributes (`#[…]`, `#![…]`) A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) rollup A PR which is a rollup 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-libs Relevant to the library team, which will review and decide on the PR/issue.
#138933 opened Mar 25, 2025 by matthiaskrgr Loading…
Add bootstrap step diff to CI job analysis 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-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.
#138930 opened Mar 25, 2025 by Kobzol Loading…
Visitors track whether an assoc item is in a trait impl or an inherent impl 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.
#138929 opened Mar 25, 2025 by oli-obk Loading…
Fix UWP reparse point check 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.
#138928 opened Mar 25, 2025 by ChrisDenton Loading…
rustdoc: Rearrange Item/ItemInner. 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.
#138927 opened Mar 25, 2025 by nnethercote Loading…
Remove kw::Empty uses from rustc_middle. 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.
#138926 opened Mar 25, 2025 by nnethercote Loading…
Reduce kw::Empty usage, part 3 A-attributes Area: Attributes (`#[…]`, `#![…]`) 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.
#138924 opened Mar 25, 2025 by nnethercote Loading…
Fix missing safety in {ptr,NonNull}::as_mut 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.
#138919 opened Mar 25, 2025 by DiuDiu777 Loading…
uefi: fs: Add file times plumbing S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#138918 opened Mar 25, 2025 by Ayush1325 Loading…
rustdoc: remove useless Symbol::is_empty checks. 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#138917 opened Mar 25, 2025 by nnethercote Loading…
Instantiate binder before registering nested obligations for auto/built-in traits 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.
#138915 opened Mar 24, 2025 by compiler-errors Draft
Added get_unchecked and get_unchecked_mut to OnceLock and LazyLock 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.
#138914 opened Mar 24, 2025 by HomelikeBrick42 Loading…
ProTip! Type g i on any issue or pull request to go back to the issue listing page.