-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Pull requests: rust-lang/rust
Pull requests list
Disable incr CGU merging
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
S-waiting-on-perf
Status: Waiting on a perf run to be completed.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
compiler: Apply target features to the entry function
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.
#146144
opened Sep 3, 2025 by
heiher
Loading...
Rollup of 8 pull requests
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-tidy
Area: The tidy tool
O-wasi
Operating system: Wasi, Webassembly System Interface
PG-exploit-mitigations
Project group: Exploit mitigations
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-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.
#146141
opened Sep 3, 2025 by
tgross35
Loading...
Disallow frontmatter in 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.
--cfg
and --check-cfg
arguments
A-run-make
#146137
opened Sep 2, 2025 by
Urgau
Loading...
llvm: nvptx: Layout update to match LLVM
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
llvm-main
Marks PRs that are making Rust work with LLVM main (this label is consumed by CI tooling)
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.
#146134
opened Sep 2, 2025 by
maurer
Loading...
Revert "Make Project group: Exploit mitigations
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.
lto
and linker-plugin-lto
work the same for compiler_builtins
PG-exploit-mitigations
#146133
opened Sep 2, 2025 by
rcvalle
Loading...
privacy: cache for trait ref in projection
perf-regression
Performance regression.
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.
#146128
opened Sep 2, 2025 by
bvanjoi
Loading...
Suggest examples of format specifiers in error messages
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.
#146123
opened Sep 2, 2025 by
IoaNNUwU
Loading...
fix: Filter suggestion parts that match existing code
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-clippy
Relevant to the Clippy team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#146121
opened Sep 2, 2025 by
Muscraft
Loading...
Correct typo in 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.
rustc_errors
comment
S-waiting-on-bors
#146120
opened Sep 2, 2025 by
smoelius
Loading...
don't uppercase error messages
A-attributes
Area: Attributes (`#[...]`, `#![...]`)
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
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.
#146112
opened Sep 2, 2025 by
scrabsha
Loading...
Migrate more things in the new solver to specific 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)
DefId
s
S-waiting-on-review
#146111
opened Sep 2, 2025 by
ChayimFriedman2
Loading...
fix(lexer): Only allow horizontal whitespace in frontmatter
F-frontmatter
`#![feature(frontmatter)]`
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.
#146106
opened Sep 2, 2025 by
epage
Loading...
Rename outer_expn -> expn
A-rustc-dev-guide
Area: rustc-dev-guide
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-clippy
Relevant to the Clippy team.
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#146100
opened Sep 1, 2025 by
camsteffen
Loading...
Stabilize Nominated for discussion during a libs-api 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-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.
debug_closure_helpers
I-libs-api-nominated
#146099
opened Sep 1, 2025 by
coolreader18
Loading...
temporary lifetime extension for block tail expressions
I-lang-radar
Items that are on lang's radar and will need eventual work or consideration.
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
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.
T-lang
Relevant to the language team
Fix normalization overflow ICEs in monomorphization
perf-regression
Performance regression.
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.
#146096
opened Sep 1, 2025 by
adwinwhite
Loading...
arbitrary_self_types: Split the Autoderef chain
F-arbitrary_self_types
`#![feature(arbitrary_self_types)]`
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.
#146095
opened Sep 1, 2025 by
dingxiangfei2009
Loading...
2 tasks
Derive 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.
PartialEq
for InvisibleOrigin
S-waiting-on-bors
#146090
opened Sep 1, 2025 by
Kobzol
Loading...
clean up some old const trait impl syntax
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-rust-analyzer
Relevant to the rust-analyzer team, which will review and decide on the PR/issue.
T-rustfmt
Relevant to the rustfmt team, which will review and decide on the PR/issue.
#146071
opened Sep 1, 2025 by
npmccallum
Loading...
Mark desugared range expression spans with DesugaringKind::RangeExpr
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-clippy
Relevant to the Clippy team.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#146069
opened Sep 1, 2025 by
camsteffen
Loading...
Detect and optimize SIMD-like struct
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.
#146049
opened Aug 31, 2025 by
so-lovely
Loading...
Suggest parentheses when 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.
match
or if
expression in binop is parsed as statement
S-waiting-on-review
#146044
opened Aug 31, 2025 by
estebank
Loading...
Introduce CoerceShared lang item and trait, and basic Reborrow tests
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.
#146037
opened Aug 30, 2025 by
aapoalas
Loading...
Explicity disable LSX feature for 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.
loongarch64-unknown-none
target
S-waiting-on-bors
#146032
opened Aug 30, 2025 by
heiher
Loading...
ProTip!
Updated in the last three days: updated:>2025年08月30日.