-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
Retire ast::TyAliasWhereClauses.
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.
#147713
opened Oct 15, 2025 by
cjgillot
Loading…
Use delay_span_bug in validate-mir.
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.
#147712
opened Oct 15, 2025 by
cjgillot
Loading…
Clarify that UB will occur, not can/may in GlobalAlloc docs
S-waiting-on-bors
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.
#147711
opened Oct 15, 2025 by
saethlin
Loading…
Fix ICE when using contracts on async functions
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.
#147710
opened Oct 15, 2025 by
chenyukang
Loading…
add transparent attribute for mod items
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.
#147709
opened Oct 15, 2025 by
yaahc
Loading…
const 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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
mem::drop
S-waiting-on-review
#147708
opened Oct 15, 2025 by
clarfonthey
Loading…
Add myself to review rotation
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#147706
opened Oct 14, 2025 by
madsmtm
Loading…
rustdoc: don't ignore path distance for doc aliases
A-rustdoc-search
Area: Rustdoc's search feature
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.
#147701
opened Oct 14, 2025 by
lolbinarycat
Loading…
Clairify docs for Area: Attributes (`#[…]`, `#![…]`)
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.
AttributeKind::DocComment
A-attributes
#147699
opened Oct 14, 2025 by
aDotInTheVoid
Loading…
Do not enable LLD if we don't build host code for targets that opt into it
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#147698
opened Oct 14, 2025 by
Kobzol
Loading…
cmse: lint on unions crossing the secure boundary
A-test-infra-minicore
Area: `minicore` test auxiliary and `//@ add-core-stubs`
F-abi_c_cmse_nonsecure_call
`#![feature(abi_c_cmse_nonsecure_call)]`
F-cmse_nonsecure_entry
`#![feature(cmse_nonsecure_entry)]`
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.
#147697
opened Oct 14, 2025 by
folkertdev
•
Draft
Implement Status: Awaiting review from the assignee but also interested parties.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
bit
and set_bit
for integral types.
S-waiting-on-review
#147696
opened Oct 14, 2025 by
bjoernager
Loading…
deduced_param_attrs: check Freeze on monomorphic types.
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.
Forbid ShallowInitBox after box deref elaboration.
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.
update isolate_highest_one for NonZero<T>
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.
#147686
opened Oct 14, 2025 by
vrtgs
Loading…
remove span calls from deprecated attribute checking
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#147685
opened Oct 14, 2025 by
jdonszelmann
Loading…
GVN: Merge instances of *_x even if _x is a mutable borrow
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Return spans out of Area: Attributes (`#[…]`, `#![…]`)
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-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.
is_doc_comment
to reduce reliance on .span()
on attributes
A-attributes
#147676
opened Oct 14, 2025 by
jdonszelmann
Loading…
[rustdoc] Correctly handle 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.
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.
should_panic
doctest attribute and fix --no-run
test flag on the 2024 edition
A-run-make
#147674
opened Oct 14, 2025 by
GuillaumeGomez
Loading…
LLBC-linker and NVPTX: do not strip debug when PTX ISA version >= 7.0
O-NVPTX
Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
#147672
opened Oct 14, 2025 by
kjetilkjeka
Loading…
some 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.
ErrorGuaranteed
cleanups
S-waiting-on-review
#147670
opened Oct 14, 2025 by
lcnr
Loading…
rustdoc-search: stringdex 0.0.2
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-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.
Fix file descriptors leak in do_exec
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.
#147656
opened Oct 14, 2025 by
chenyukang
Loading…
Simplify trivial constants in SimplifyConstCondition
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.
#147654
opened Oct 14, 2025 by
dianqk
Loading…
rustc_target: introduce Architecture
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
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.
#147645
opened Oct 13, 2025 by
tamird
Loading…
Previous Next
ProTip!
Follow long discussions with comments:>50.