-
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
Rollup of 11 pull requests
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
A-rustc-dev-guide
Area: rustc-dev-guide
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.
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.
#142781
opened Jun 20, 2025 by
Kobzol
Loading…
Port 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.
#[must_use]
to new attribute parsing infrastructure
A-attributes
#142780
opened Jun 20, 2025 by
JonathanBrouwer
Loading…
Add note about 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.
str::split
handling of no matches.
S-waiting-on-review
#142779
opened Jun 20, 2025 by
Erk-
Loading…
Encode hir attributes cross-crate properly
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
#142777
opened Jun 20, 2025 by
jdonszelmann
Loading…
All HIR attributes are outer
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.
#142776
opened Jun 20, 2025 by
dtolnay
Loading…
rustc_target: Begin unifying Arch enum
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.
#142775
opened Jun 20, 2025 by
workingjubilee
Loading…
evaluate_goal
avoid unnecessary step
S-waiting-on-review
#142774
opened Jun 20, 2025 by
lcnr
Loading…
Introduce debuginfo to statements in MIR
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.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
remove equivalent new method on context
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.
#142769
opened Jun 20, 2025 by
jdonszelmann
Loading…
Avoid a bitcast FFI call in transmuting
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.
#142768
opened Jun 20, 2025 by
scottmcm
Loading…
Some symbol and PathRoot cleanups
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.
#142767
opened Jun 20, 2025 by
nnethercote
Loading…
rustc_target: document public AbiMap-related fn and variants
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.
#142765
opened Jun 20, 2025 by
workingjubilee
Loading…
Convert 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.
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.
ilog(10)
to ilog10()
S-waiting-on-bors
#142764
opened Jun 20, 2025 by
ChaiTRex
Loading…
docs(fs): Touch up grammar on lock api
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.
#142760
opened Jun 20, 2025 by
epage
Loading…
Assign an AttrStyle to all HIR 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.
#142759
opened Jun 20, 2025 by
dtolnay
Loading…
Make sure to rebuild rustdoc if 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)
src/rustdoc-json-types
is changed
S-waiting-on-bors
#142758
opened Jun 19, 2025 by
jieyouxu
Loading…
Make 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.
Clone
a const_trait
S-waiting-on-review
#142756
opened Jun 19, 2025 by
Daniel-Aaron-Bloom
Loading…
rustdoc: Remove Category: PRs that clean code up or issues documenting cleanup.
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.
FormatRenderer::cache
C-cleanup
#142755
opened Jun 19, 2025 by
aDotInTheVoid
Loading…
Add methods for converting bool 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.
Result<(), E>
S-waiting-on-review
#142749
opened Jun 19, 2025 by
LimpSquid
Loading…
rustdoc_json: conversion cleanups
A-rustdoc-json
Area: Rustdoc JSON backend
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.
#142747
opened Jun 19, 2025 by
nnethercote
Loading…
Apply 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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
impl_super_outlives
optimization to new trait solver
S-waiting-on-perf
#142746
opened Jun 19, 2025 by
compiler-errors
Loading…
Add a mailmap entry for y21
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.
#142744
opened Jun 19, 2025 by
tgross35
Loading…
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.
#142743
opened Jun 19, 2025 by
tshepang
Loading…
[win][aarch64] Fix linking statics on Arm64EC, take 2
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.
#142742
opened Jun 19, 2025 by
dpaoliello
Loading…
Fix unsoundness in some tests
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.
#142741
opened Jun 19, 2025 by
a1phyr
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.