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

Subtree update of rust-analyzer S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135207 opened Jan 7, 2025 by lnicola Loading…
Rename BitSet to DenseBitSet 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.
#135205 opened Jan 7, 2025 by lqd Loading…
fix handling of ZST in win64 ABI on windows-gnu targets O-windows-gnu Toolchain: GNU, Operating system: Windows 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.
#135204 opened Jan 7, 2025 by RalfJung Loading…
arm: add unstable soft-float target feature O-Arm Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state 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.
#135203 opened Jan 7, 2025 by RalfJung Loading…
Rollup of 9 pull requests 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 O-windows Operating system: Windows PG-exploit-mitigations Project group: Exploit mitigations 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.
#135202 opened Jan 7, 2025 by GuillaumeGomez Loading…
rustfmt: drop nightly-gating of the --style-edition flag registration A-rustfmt Area: Rustfmt S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135200 opened Jan 7, 2025 by jieyouxu Loading…
Eliminate an unnecessary Symbol::to_string; use as_str PG-exploit-mitigations Project group: Exploit mitigations 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.
#135199 opened Jan 7, 2025 by joshtriplett Loading…
Avoid naming variables str A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc O-windows Operating system: Windows 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.
#135198 opened Jan 7, 2025 by joshtriplett Loading…
[DO NOT MERGE] [BETA] rustfmt: gate assigning style-edition on nightly as well 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-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-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.
#135197 opened Jan 7, 2025 by jieyouxu Draft
Make lit_to_mir_constant and lit_to_const infallible 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.
#135195 opened Jan 7, 2025 by oli-obk Loading…
triagebot: mark tidy changes with a more specific A-tidy label 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.
#135194 opened Jan 7, 2025 by jieyouxu Loading…
don't bless proc_macro_deps.rs unless it's necessary A-tidy Area: The tidy tool 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)
#135193 opened Jan 7, 2025 by onur-ozkan Loading…
Add and improve debuginfo tests for Windows A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-testsuite Area: The testsuite used to check the correctness of rustc O-windows Operating system: Windows 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.
#135192 opened Jan 7, 2025 by jdupak-ms Loading…
Remove workaround from pull request template S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#135189 opened Jan 7, 2025 by Urgau Loading…
apply a workaround fix for the release roadblock 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)
#135187 opened Jan 7, 2025 by onur-ozkan Loading…
Start lowering multi-segment const paths as ConstArgKind::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.
#135186 opened Jan 7, 2025 by camelid Draft
Reserve x18 register for aarch64 wrs vxworks target 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.
#135184 opened Jan 7, 2025 by biabbas Loading…
Transmute from NonNull to pointer when elaborating a box deref (MCP807) 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.
#135182 opened Jan 7, 2025 by scottmcm Loading…
Update compiler-builtins to 0.1.141 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.
#135180 opened Jan 7, 2025 by tgross35 Loading…
Make sure to use Receiver trait when extracting object method candidate 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.
#135179 opened Jan 7, 2025 by compiler-errors Loading…
Document the behaviour of RUST_MIN_STACK=0 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.
#135178 opened Jan 7, 2025 by Gankra Loading…
llvm: Ignore error value that is always false llvm-main Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling) 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.
#135177 opened Jan 7, 2025 by maurer Loading…
More compelling env_clear() examples 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.
#135176 opened Jan 6, 2025 by kornelski Loading…
[AIX] Port test case run-make/reproducible-build A-run-make Area: port run-make Makefiles to rmake.rs 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.
#135174 opened Jan 6, 2025 by xingxue-ibm Loading…
rustdoc: use stable paths as preferred canonical paths 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.
#135171 opened Jan 6, 2025 by notriddle Loading…
ProTip! Mix and match filters to narrow down what you’re looking for.