-
Notifications
You must be signed in to change notification settings - Fork 14k
Pull requests: rust-lang/rust
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
validate usage of crate-level doc 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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#149197
opened Nov 21, 2025 by
lolbinarycat
Loading…
rustdoc: Test & document 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.
test_harness code block attribute
S-waiting-on-review
#148183
opened Oct 27, 2025 by
fmease
Loading…
rustdoc: Properly detect syntactically invalid doctests (to fix a regression)
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
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.
Small Performance regression.
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.
highlight.rs optimizations
perf-regression
#147106
opened Sep 27, 2025 by
yotamofek
Loading…
remove duplicated columns from Area: The tidy tool
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.
rustc_error_code::error_codes!
A-tidy
#146584
opened Sep 15, 2025 by
cyrgani
Loading…
rustdoc: Nuke 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.
--passes=list and defossilize the passes infrastructure
S-waiting-on-author
feat(rustdoc): stabilize 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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--emit flag
needs-fcp
#146220
opened Sep 5, 2025 by
weihanglo
Loading…
rustdoc: even spacing in crate brand heading
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.
#146175
opened Sep 3, 2025 by
notriddle
Loading…
rustdoc: split build_impl into build_{local,external}_impl
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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#145907
opened Aug 26, 2025 by
lolbinarycat
Loading…
rustdoc: make 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.
#[doc(hidden)] render the same as other attrs
S-waiting-on-author
#145818
opened Aug 24, 2025 by
karolzwolak
•
Draft
add new rustdoc::hidden_intra_doc_links lint
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.
#144750
opened Jul 31, 2025 by
lolbinarycat
•
Draft
Report doctest line numbers in a clickable format
A-compiletest
Area: The compiletest test runner
A-run-make
Area: port run-make Makefiles to rmake.rs
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-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#143839
opened Jul 12, 2025 by
Vrajs16
Loading…
rustdoc: add doc_link_canonical feature
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
disposition-merge
This issue / PR is in PFCP or FCP with a disposition to merge it.
proposed-final-comment-period
Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off.
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#143158
opened Jun 28, 2025 by
lolbinarycat
Loading…
Move Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
scalar_to_backend to ssa
A-LLVM
#142960
opened Jun 24, 2025 by
oli-obk
Loading…
early migration to biome
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.
#140594
opened May 2, 2025 by
lolbinarycat
•
Draft
rustdoc: use the next solver for blanket impl synthesis
perf-regression
Performance regression.
rla-silenced
Silences rust-log-analyzer postings to the PR it's added on.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#125907
opened Jun 3, 2024 by
fmease
Loading…
rustdoc: add three-column layout for large desktops
S-waiting-on-t-rustdoc-frontend
Status: Awaiting decision from T-rustdoc-frontend
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#120818
opened Feb 9, 2024 by
notriddle
Loading…
doc(notable_trait) for impls
needs-fcp
This change is insta-stable, or significant enough to need a team FCP to proceed.
S-waiting-on-t-rustdoc
Status: Awaiting decision from T-rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#94904
opened Mar 13, 2022 by
conradludgate
Loading…
ProTip!
What’s not been updated in a month: updated:<2025-10-22.