Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
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 Area: `cfg` conditional compilation A-cross-crate-reexports Area: Documentation that has been re-exported from a different crate C-bug Category: This is a bug. F-doc_auto_cfg `#![feature(doc_auto_cfg)]` S-has-bisection Status: A bisection has been found for this issue S-has-mcve Status: A Minimal Complete and Verifiable Example has been found for this issue T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#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 BufDisplay abstraction S-waiting-on-bors 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.
#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 #[repr] privacy heuristics 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.
#141126 opened May 17, 2025 by fmease Loading…
Document builtin attributes (like no_mangle, repr, ...) in the standard library docs A-attributes 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.
#141123 opened May 17, 2025 by Veykril
rustdoc: cargo deadlinks reveals invalid fragments in links generated by rustdoc 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. 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.
#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.
#141000 opened May 14, 2025 by fmease Draft
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 #[doc(cfg(..))] A-attributes 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.
#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 Relevant to the rustdoc team, which will review and decide on the PR/issue.
#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 repr of the aliased type C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#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 Area: Rustdoc JSON backend C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140679 opened May 5, 2025 by fluiderson
ProTip! Adding no:label will show everything without a label.