-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Tidy cleanup
A-tidy
Area: The tidy tool
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)
#143724
opened Jul 10, 2025 by
hkBst
Loading…
use the disambiguated idx from last impl trait
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.
#143723
opened Jul 10, 2025 by
bvanjoi
Loading…
Make some "safe" llvm ops actually sound
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-autodiff
`#![feature(autodiff)]`
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.
#143722
opened Jul 10, 2025 by
oli-obk
Loading…
Rollup of 9 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.
#143721
opened Jul 10, 2025 by
tgross35
Loading…
Allow 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.
Rvalue::Repeat
to return true in rvalue_creates_operand
too
S-waiting-on-review
#143720
opened Jul 10, 2025 by
scottmcm
Loading…
Emit warning when there is no space between Area: port run-make Makefiles to rmake.rs
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
-o
and arg
A-run-make
#143719
opened Jul 10, 2025 by
xizheyin
Loading…
Make UB transmutes really UB in LLVM
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.
#143718
opened Jul 10, 2025 by
scottmcm
Loading…
Add Nominated for discussion during a libs-api team meeting.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-crater
Status: Waiting on a crater run to be completed.
T-libs
Relevant to the library 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.
Default
impls for Pin
ned Box
, Rc
, Arc
I-libs-api-nominated
#143717
opened Jul 10, 2025 by
Jules-Bertholet
Loading…
compiler: doc/comment some codegen-for-functions interfaces
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.
#143716
opened Jul 10, 2025 by
workingjubilee
Loading…
Add a mailmap entry for gnzlbg
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.
#143713
opened Jul 10, 2025 by
tgross35
Loading…
Updates to random number generation APIs
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.
#143710
opened Jul 9, 2025 by
joshtriplett
Loading…
fix: Include frontmatter in -Zunpretty output
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.
#143708
opened Jul 9, 2025 by
epage
Loading…
Fix 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)
--skip-std-check-if-no-download-rustc
S-waiting-on-bors
#143707
opened Jul 9, 2025 by
Kobzol
Loading…
triagebot.toml: ping lolbinarycat if tidy extra checks were modified
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#143706
opened Jul 9, 2025 by
lolbinarycat
Loading…
Be a bit more careful around exotic cycles in in the inliner
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.
#143704
opened Jul 9, 2025 by
compiler-errors
Loading…
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.
AsyncDrop
check that it's being implemented on a local ADT
S-waiting-on-review
#143699
opened Jul 9, 2025 by
compiler-errors
Loading…
Fix unused_parens false positive
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.
#143698
opened Jul 9, 2025 by
benschulz
Loading…
Add opaque TypeId handles for CTFE
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
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.
#143696
opened Jul 9, 2025 by
oli-obk
Loading…
Auto-add Area: Issues & PRs about the rust-lang/rust repository itself
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
S-waiting-on-author
when the PR is/switches to draft state
A-meta
#143695
opened Jul 9, 2025 by
Urgau
Loading…
miri: fix out-of-bounds error for ptrs with negative offsets
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.
#143692
opened Jul 9, 2025 by
RalfJung
Loading…
Allow linking a prebuilt optimized compiler-rt builtins library
A-compiler-builtins
Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)
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)
#143689
opened Jul 9, 2025 by
pmur
Loading…
Emit warning when search path not found in 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.
-L
S-waiting-on-review
#143687
opened Jul 9, 2025 by
xizheyin
Loading…
Fix RISC-V Test Failures in 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.
./x test
for Multiple Codegen and Assembly Cases
S-waiting-on-review
#143686
opened Jul 9, 2025 by
CaiWeiran
Loading…
[WIP] Resolve: merge 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.
source_bindings
and target_bindings
into 1 field
S-waiting-on-author
#143685
opened Jul 9, 2025 by
LorrensP-2158466
•
Draft
Update to LLVM 21
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
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.
#143684
opened Jul 9, 2025 by
nikic
Loading…
1 task done
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-06-10.