-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Issues: rust-lang/rust
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Rollup of 7 pull requests
A-meta
Area: Issues & PRs about the rust-lang/rust repository itself
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-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.
#141305
opened May 20, 2025 by
matthiaskrgr
Loading…
doc_auto_cfg
no longer applies a cfg badge to certain inlined cross-crate re-exported items with a #[cfg]
A-cfg
#141301
opened May 20, 2025 by
epage
rustdoc: add private items toggle
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.
#141299
opened May 20, 2025 by
lolbinarycat
•
Draft
Get rid of unnecessary Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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.
BufDisplay
abstraction
S-waiting-on-bors
#141288
opened May 20, 2025 by
yotamofek
Loading…
Allow way to get merged doctests while developing on latest when MSRV doesn't support 2024 Edition
A-doctests
Area: Documentation tests, run by rustdoc
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141240
opened May 19, 2025 by
epage
rustdoc does not detect broken markdown due to missing links (except for links without a space)
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141227
opened May 18, 2025 by
RalfJung
rustdoc JSON: Don't apply Area: Rustdoc JSON backend
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.
#[repr]
privacy heuristics
A-rustdoc-json
#141126
opened May 17, 2025 by
fmease
Loading…
Document builtin attributes (like Area: Attributes (`#[…]`, `#![…]`)
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
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.
no_mangle
, repr
, ...) in the standard library docs
A-attributes
#141123
opened May 17, 2025 by
Veykril
rustdoc: Area: Intra-doc links, the ability to link to items in docs by name
C-bug
Category: This is a bug.
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
cargo deadlinks
reveals invalid fragments in links generated by rustdoc
A-intra-doc-links
#141115
opened May 17, 2025 by
BenjaminBrienen
rustdoc: terse diagnostic on malformed intra-doc link (single instead of double colon)
A-diagnostics
Area: Messages for errors, warnings, and lints
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141095
opened May 16, 2025 by
sanbox-irl
Consider a different tooltip for a partially ignored doctest
A-doctests
Area: Documentation tests, run by rustdoc
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
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.
#141092
opened May 16, 2025 by
ehuss
rustdoc: Experiment: Inject doctests into the host crate
A-doctests
Area: Documentation tests, run by rustdoc
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
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.
#141083
opened May 16, 2025 by
fmease
Failures in combined doctests with a test runner are difficult to diagnose
A-doctests
Area: Documentation tests, run by rustdoc
A-edition-2024
Area: The 2024 edition
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#141064
opened May 16, 2025 by
ehuss
rustdoc: Also run lint unused_doc_comments
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.
some macros have scrambled "Since" versions
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140998
opened May 14, 2025 by
lolbinarycat
non sysroot macros re-exported in std have broken source links
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
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.
#140992
opened May 14, 2025 by
lolbinarycat
Make check-cfg diagnostics work in Area: Attributes (`#[…]`, `#![…]`)
F-check-cfg
--check-cfg
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.
#[doc(cfg(..))]
A-attributes
#140894
opened May 10, 2025 by
Urgau
Loading…
rustdoc: Fix links with inline code in trait impl docs
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.
#140868
opened May 9, 2025 by
SpecificProtagonist
Loading…
[rustdoc] Unify type aliases rendering with other ADT
A-rustdoc-json
Area: Rustdoc JSON backend
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.
#140863
opened May 9, 2025 by
GuillaumeGomez
Loading…
rustdoc: Inline code in links in first paragraph of doc of trait implementation not clickable
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140857
opened May 9, 2025 by
SpecificProtagonist
#[doc(hidden)]
supresses missing_docs
on #[doc(inline)]
d reexports
T-rustdoc
#140784
opened May 8, 2025 by
SLUCHABLUB
rustdoc should include aliases in search that only partially matches
A-rustdoc-search
Area: Rustdoc's search feature
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.
#140782
opened May 8, 2025 by
Mingun
rustdoc: type alias does not show the Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
repr
of the aliased type
C-bug
#140739
opened May 7, 2025 by
folkertdev
rustdoc fails after interrupting doc generation
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140698
opened May 6, 2025 by
TheNeikos
GenericArg::Infer
may be unreachable in rustdoc-types
A-rustdoc-json
#140679
opened May 5, 2025 by
fluiderson
Previous Next
ProTip!
Adding no:label will show everything without a label.