-
Notifications
You must be signed in to change notification settings - Fork 13k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
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 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.
unreachable_pub
lint description
S-waiting-on-review
#135212
opened Jan 7, 2025 by
Urgau
Loading…
Subtree update of Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
rust-analyzer
S-waiting-on-bors
#135207
opened Jan 7, 2025 by
lnicola
Loading…
Rename 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.
BitSet
to DenseBitSet
S-waiting-on-review
#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 Area: Rustfmt
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
--style-edition
flag registration
A-rustfmt
#135200
opened Jan 7, 2025 by
jieyouxu
Loading…
[DO NOT MERGE] [BETA] rustfmt: gate assigning 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.
style-edition
on nightly as well
A-run-make
Make 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.
lit_to_mir_constant
and lit_to_const
infallible
S-waiting-on-review
#135195
opened Jan 7, 2025 by
oli-obk
Loading…
triagebot: mark tidy changes with a more specific Area: Issues & PRs about the rust-lang/rust repository itself
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
A-tidy
label
A-meta
#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.
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 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.
Receiver
trait when extracting object method candidate
S-waiting-on-review
#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.
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 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.
DIFlags
match LLVMDIFlags
in the LLVM-C API
A-LLVM
#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…
Previous Next
ProTip!
Filter pull requests by the default branch with base:master.