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

Rollup of 7 pull requests 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-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#135213 opened Jan 7, 2025 by matthiaskrgr Loading…
Remove outdated information in the unreachable_pub lint description 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.
#135212 opened Jan 7, 2025 by Urgau Loading…
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…
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…
[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…
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…
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…
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…
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…
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…
Depth limit const eval query 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.
#135167 opened Jan 6, 2025 by mzacho Loading…
Add test for checking used glibc symbols A-run-make Area: port run-make Makefiles to rmake.rs 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.
#135164 opened Jan 6, 2025 by Kobzol Draft
Prepare 1.85 beta release 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-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.
#135163 opened Jan 6, 2025 by pietroalbini Loading…
aarch64-softfloat: forbid enabling the neon target feature 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-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#135160 opened Jan 6, 2025 by RalfJung Loading…
Fix two ICEs by introducing a new layout error variant for unexpected unsized 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.
#135158 opened Jan 6, 2025 by FedericoBruzzone Loading…
Make our DIFlags match LLVMDIFlags in the LLVM-C API A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. 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.
#135156 opened Jan 6, 2025 by Zalathar Loading…
Use a post-monomorphization typing env when mangling components that come from impls 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.
#135149 opened Jan 6, 2025 by compiler-errors Loading…
ProTip! Filter pull requests by the default branch with base:master.