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 8 pull requests A-compiletest Area: The compiletest test runner A-testsuite Area: The testsuite used to check the correctness of rustc 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.
#132751 opened Nov 7, 2024 by GuillaumeGomez Loading…
get rid of some false negatives in rustdoc::broken_intra_doc_links 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.
#132748 opened Nov 7, 2024 by lolbinarycat Loading…
add regression test for #90781 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.
#132744 opened Nov 7, 2024 by lolbinarycat Loading…
Fix librustdoc/scrape_examples.rs formatting 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.
#132739 opened Nov 7, 2024 by GuillaumeGomez Loading…
[beta] backports 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.
#132733 opened Nov 7, 2024 by cuviper Loading…
cargo-rustdoc: error: too many file operands when experimental feature -w is passed without parameters A-CLI Area: Command-line interface (CLI) to the compiler A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. D-incorrect Diagnostics: A diagnostic that is giving misleading or incorrect information. requires-nightly This issue requires a nightly compiler in some way. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132718 opened Nov 7, 2024 by NovaliX-Dev
std: lazily allocate the main thread handle S-blocked Status: Marked as blocked ❌ on something else such as an RFC or other implementation work. 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. 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.
#132654 opened Nov 5, 2024 by joboet Loading…
rustdoc search: trait methods should not show the same as inherent methods A-rustdoc-search Area: Rustdoc's search feature 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.
#132622 opened Nov 5, 2024 by lolbinarycat
tweak search result order A-rustdoc-search Area: Rustdoc's search feature 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.
#132575 opened Nov 3, 2024 by lolbinarycat
2 tasks
rustdoc search: allow queries to end in an empty path segment 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.
#132569 opened Nov 3, 2024 by lolbinarycat Loading…
Proper support for cross-crate recursive const stability checks 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.
#132541 opened Nov 2, 2024 by RalfJung Loading…
rustdoc: Consider adding CCI for the HIR expressions of public constants 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.
#132443 opened Nov 1, 2024 by camelid
LocalKey's methods are incorrectly documented as unstable. A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132440 opened Nov 1, 2024 by zachs18
Document compile_fail,E1234 syntax for marking compile_fail tests as failing with a particular error A-doctests Area: Documentation tests, run by rustdoc T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132367 opened Oct 30, 2024 by Manishearth
rustdoc: Appearance of #[doc(hidden)] differs from all the other attributes A-attributes Area: Attributes (`#[…]`, `#![…]`) A-rustdoc-ui Area: Rustdoc UI (generated HTML) C-bug Category: This is a bug. P-low Low priority requires-nightly This issue requires a nightly compiler in some way. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132304 opened Oct 29, 2024 by fmease
rustdoc: Treat decl macros like other item kinds when it comes to visibility 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.
#132302 opened Oct 29, 2024 by fmease Loading…
Delete the cfg(not(parallel)) serial compiler A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) A-testsuite Area: The testsuite used to check the correctness of rustc A-translation Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic 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. T-infra Relevant to the infrastructure 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.
#132282 opened Oct 28, 2024 by Noratrieb Loading…
Rustdoc fails to translate Rust paths into URLs for non-inline links in footnotes 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.
#132208 opened Oct 27, 2024 by taylordotfish
regression: doctest no longer supports derive? regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#132204 opened Oct 26, 2024 by Mark-Simulacrum 1.83.0
headings in struct field documentation has confusing spacing A-rustdoc-ui Area: Rustdoc UI (generated HTML) 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.
#132009 opened Oct 21, 2024 by lolbinarycat
rustdoc: prefer showing enum variants as written A-rustdoc-ui Area: Rustdoc UI (generated HTML) 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.
#131975 opened Oct 20, 2024 by lolbinarycat Loading…
rewrite documentation for htmldocck A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131974 opened Oct 20, 2024 by lolbinarycat
3 tasks
rustdoc should link to its current version of the rustdoc book needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#131971 opened Oct 20, 2024 by lolbinarycat
rustdoc: recursive footnote not rendered correctly 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.
#131946 opened Oct 19, 2024 by Noratrieb
rustdoc: Footnotes don't work well when used on multiple doc comments that share page. A-rustdoc-ui Area: Rustdoc UI (generated HTML) 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. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#131901 opened Oct 18, 2024 by aDotInTheVoid
ProTip! Add no:assignee to see everything that’s not assigned.