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
Assigned to nobody Loading
Sort

Pull requests list

Rollup of 9 pull requests A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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-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.
#141869 opened Jun 1, 2025 by GuillaumeGomez Loading…
Rollup of 9 pull requests rollup A PR which is a rollup 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#141868 opened Jun 1, 2025 by GuillaumeGomez Loading…
Address documentation issues identified in #125050 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.
#141867 opened Jun 1, 2025 by Diggsey Loading…
Optionally don't steal the THIR 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.
#141865 opened Jun 1, 2025 by Nadrieril Loading…
Handle win32 separater for cygwin paths O-cygwin Target: *-pc-cygwin 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.
#141864 opened Jun 1, 2025 by Berrysoft Loading…
Switch x86_64-msvc-{1,2} back to Windows Server 2025 images A-CI Area: Our Github Actions CI 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.
#141861 opened Jun 1, 2025 by jieyouxu Loading…
Miri subtree update S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#141860 opened Jun 1, 2025 by RalfJung Loading…
Fix typo in StructuralPartialEq docs 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.
#141858 opened Jun 1, 2025 by zacryol Loading…
coretests: move float tests from num to floats module and use a more flexible macro to generate them 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.
#141857 opened Jun 1, 2025 by RalfJung Loading…
forward the bootstrap runner to run-make A-compiletest Area: The compiletest test runner A-run-make Area: port run-make Makefiles to rmake.rs 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.
#141856 opened Jun 1, 2025 by folkertdev Loading…
resolve if-let-chain FIXME on bootstrap 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)
#141852 opened Jun 1, 2025 by onur-ozkan Loading…
Explain TOCTOU on the top of std::fs, and reference it in functions 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.
#141847 opened Jun 1, 2025 by xizheyin Loading…
Fix TLS model on bootstrap for cygwin 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)
#141846 opened Jun 1, 2025 by Berrysoft Loading…
Add visit_id to ast Visitor 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.
#141843 opened Jun 1, 2025 by fee1-dead Loading…
If HOME is empty, use the fallback instead disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. O-unix Operating system: Unix-like proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. 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.
#141840 opened May 31, 2025 by ChrisDenton Loading…
make rust-analyzer use a dedicated directory 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)
#141839 opened May 31, 2025 by tshepang Loading…
improve core::ffi::VaList F-c_variadic `#![feature(c_variadic)]` 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.
#141835 opened May 31, 2025 by folkertdev Loading…
Add unimplemented current_dll_path() for WASI 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.
#141834 opened May 31, 2025 by Timmmm Loading…
tests/ui: A New Order [2/N] 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.
#141833 opened May 31, 2025 by Kivooeo Loading…
rustdoc: fix attrs of locally reexported foreign items 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#141831 opened May 31, 2025 by lolbinarycat Loading…
[DO NOT MERGE] Crate local distributed slice 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.
#141830 opened May 31, 2025 by jdonszelmann Draft
Specialize sleep_until implementation for unix (except mac) O-hermit Operating System: Hermit O-itron Operating System: ITRON O-SGX Target: SGX O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-wasm Target: WASM (WebAssembly), http://webassembly.org/ O-windows Operating system: Windows 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.
#141829 opened May 31, 2025 by dvdsk Draft
Add diagnostic explaining STATUS_STACK_BUFFER_OVERRUN not only being used for stack buffer overruns if link.exe exits with that exit code 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.
#141828 opened May 31, 2025 by Fulgen301 Loading…
Drive-by refactor: use OnceCell for the reverse region SCC graph 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.
#141823 opened May 31, 2025 by amandasystems Loading…
Don't create .msi installer when not building from Windows 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)
#141818 opened May 31, 2025 by mati865 Loading…
ProTip! Adding no:label will show everything without a label.