-
-
Notifications
You must be signed in to change notification settings - Fork 16k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Rollup of 19 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
rollup
A PR which is a rollup
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#162989
opened Sep 18, 2026 by
JonathanBrouwer
Member
Loading…
recover 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.
true and false in type position as bool
S-waiting-on-review
#162988
opened Sep 18, 2026 by
inkreasing
Contributor
Loading…
[beta] backports
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.
#162987
opened Sep 18, 2026 by
cuviper
Member
Loading…
[DO NOT MERGE] crater run for 162454
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.
Error on invalid placements for unstable attributes
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#162985
opened Sep 18, 2026 by
mejrs
Member
Loading…
Windows: don't error if Area: `std::io`, `std::fs`, `std::net` and `std::path`
O-windows
Operating system: Windows
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.
access_mode is set on OpenOptions
A-io
#162984
opened Sep 18, 2026 by
ChrisDenton
Member
Loading…
Update generated tables to Unicode 18, 3rd try
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
rustc-dev-guide subtree update
A-rustc-dev-guide
Area: rustc-dev-guide
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
#162981
opened Sep 18, 2026 by
tshepang
Member
Loading…
mark Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
F-f16_and_f128
`#![feature(f16)]`, `#![feature(f128)]`
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.
f128 as reliable on powerpc64 with +vsx
A-LLVM
#162979
opened Sep 18, 2026 by
folkertdev
Contributor
Loading…
add regression test for #142717
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.
#162978
opened Sep 18, 2026 by
imlazyeye
Loading…
fix quadratic naming of duplicate sidebar links
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#162976
opened Sep 18, 2026 by
xonx4l
Contributor
Loading…
Rollup of 8 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-test-infra-minicore
Area: `minicore` test auxiliary and `//@ add-core-stubs`
A-tidy
Area: The tidy tool
F-explicit_tail_calls
`#![feature(explicit_tail_calls)]`
rollup
A PR which is a rollup
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-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.
#162975
opened Sep 18, 2026 by
JonathanBrouwer
Member
Loading…
FCW for This change is insta-stable, or significant enough to need a team FCP to proceed.
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
#[panic_handler] on unsafe fn.
needs-fcp
#162974
opened Sep 18, 2026 by
theemathas
Contributor
Loading…
libtest harness: avoid 'extern crate test' with custom runner
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.
#162971
opened Sep 18, 2026 by
RalfJung
Member
Loading…
Add AllowInternalUnstable enum to avoid Arc clones for static desugaring feature lists
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.
#162969
opened Sep 18, 2026 by
spastorino
Member
Loading…
Update jemalloc to 5.4.0
A-tidy
Area: The tidy tool
perf-regression
Performance regression.
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.
Update Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
browser-ui-test version to 0.25.2
S-waiting-on-bors
#162964
opened Sep 18, 2026 by
GuillaumeGomez
Member
Loading…
Guard types with unstable Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
Allocator params ahead of partial stabilization
S-waiting-on-bors
#162960
opened Sep 18, 2026 by
maxdexh
Member
Loading…
Add missing 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.
#[repr(C)] in UI, codegen and assembly tests
S-waiting-on-bors
#162956
opened Sep 18, 2026 by
beetrees
Contributor
Loading…
Depend on lockfiles to prevent GC of the current session
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
#162952
opened Sep 18, 2026 by
bjorn3
Member
Loading…
More AST lowering cleanups
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.
#162950
opened Sep 18, 2026 by
nnethercote
Contributor
Loading…
Set target-abi module flag for LoongArch targets
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.
#162948
opened Sep 18, 2026 by
heiher
Contributor
Loading…
Simplify query stack printing
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
#162946
opened Sep 18, 2026 by
nnethercote
Contributor
Loading…
Remove 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.
StashKey::AssociatedTypeSuggestion
S-waiting-on-review
#162942
opened Sep 18, 2026 by
nnethercote
Contributor
Loading…
Use spawned Status: Awaiting review from the assignee but also interested parties.
SBDebugger instance
S-waiting-on-review
#162940
opened Sep 18, 2026 by
Walnut356
Contributor
Loading…
Previous Next
ProTip!
What’s not been updated in a month: updated:<2026-08-18.