-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Implement ExactSizeIterator for 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.
Zip<A, Repeat>
S-waiting-on-review
#146642
opened Sep 16, 2025 by
414owen
Loading…
Improve 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.
core
coverage
S-waiting-on-review
#146641
opened Sep 16, 2025 by
pvdrz
Loading…
std: merge definitions of 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.
StdioPipes
S-waiting-on-review
#146639
opened Sep 16, 2025 by
joboet
Loading…
rustc_next_trait_solver
: canonical out of EvalCtxt
S-waiting-on-review
#146638
opened Sep 16, 2025 by
lcnr
Loading…
remove unnecessary 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.
structurally_resolve_type
S-waiting-on-perf
#146637
opened Sep 16, 2025 by
lcnr
Loading…
Bump bootstrap compiler to 1.91 beta
O-windows
Operating system: 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)
T-clippy
Relevant to the Clippy team.
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.
T-release
Relevant to the release subteam, 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.
#146636
opened Sep 16, 2025 by
Mark-Simulacrum
Loading…
cg_llvm: Stop using 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.
as_c_char_ptr
for coverage-related bindings
A-LLVM
#146635
opened Sep 16, 2025 by
Zalathar
Loading…
Fix uses of "adaptor"
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#146632
opened Sep 16, 2025 by
ctz
Loading…
cg_llvm: Replace some DIBuilder wrappers with LLVM-C API bindings (part 3)
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.
#146631
opened Sep 16, 2025 by
Zalathar
Loading…
std: reorganize the UNIX-internal Operating system: Unix-like
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.
weak
module
O-unix
#146629
opened Sep 16, 2025 by
joboet
Loading…
Rollup of 3 pull requests
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#146628
opened Sep 16, 2025 by
Zalathar
Loading…
Simplify Area: linking into static, shared libraries and binaries
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
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-clippy
Relevant to the Clippy team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
jemalloc
setup
A-linkage
libload / dlopen Enzyme/autodiff
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-autodiff
`#![feature(autodiff)]`
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.
Add regression test for issue #91831
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.
#146622
opened Sep 16, 2025 by
aklaiber
Loading…
Minor improvements to 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.
Vec::peek_mut
S-waiting-on-review
#146621
opened Sep 16, 2025 by
cammeresi
Loading…
Return Result from 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.
ensure_done().mir_borrowck(..)
.
S-waiting-on-author
Do not run ui test if options specific to LLVM are used when another codegen backend is used
A-compiletest
Area: The compiletest test runner
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#146618
opened Sep 16, 2025 by
GuillaumeGomez
Loading…
Don’t suggest foreign Area: Messages for errors, warnings, and lints
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.
doc(hidden)
types in "the following other types implement trait" diagnostics
A-diagnostics
#146617
opened Sep 16, 2025 by
Jules-Bertholet
Loading…
rustc_codegen_llvm: Feature Conversion Tidying (mainly simplification)
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.
#146615
opened Sep 16, 2025 by
a4lg
Loading…
bootstrap: emit hint if a config key is used in the wrong section
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)
#146611
opened Sep 15, 2025 by
lolbinarycat
Loading…
ci: x86_64-gnu-tools: Add Area: Our Github Actions CI
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-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
--test-args
regression test
A-CI
#146606
opened Sep 15, 2025 by
Enselic
Loading…
Bump rustfix 0.8.1 -> 0.8.7
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.
#146605
opened Sep 15, 2025 by
jyn514
Loading…
Allow 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)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
lld
to be enabled on aarch64-unknown-linux-gnu
S-waiting-on-review
#146604
opened Sep 15, 2025 by
Hoverbear
Loading…
Dont bail in error predicate unless self ty is error in new solver
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#146602
opened Sep 15, 2025 by
compiler-errors
Loading…
a collection of simple const changes
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.
#146600
opened Sep 15, 2025 by
npmccallum
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2025-08-16.