-
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
Return an iterator instead of a Area: Rustdoc JSON backend
perf-regression
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.
Vec
in rustdoc Item::attributes
A-rustdoc-json
#140441
opened Apr 29, 2025 by
GuillaumeGomez
Loading…
rustdoc: Fix doctest heuristic for main fn wrapping
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.
Regression in doctest compile_fail detection with global_asm!
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140412
opened Apr 28, 2025 by
ehuss
Add Area: Rustdoc JSON backend
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
is_inner
information to rustdoc-json-types
A-rustdoc-json
#140409
opened Apr 28, 2025 by
GuillaumeGomez
Loading…
WIP: Unstable impls
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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Rustdoc js scrape examples typecheck
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.
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.
#140314
opened Apr 25, 2025 by
lolbinarycat
Loading…
Rustdoc should emit a warning if a Area: Documentation tests, run by rustdoc
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
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.
main
function is surrounded by non-items in a doctest
A-doctests
#140310
opened Apr 25, 2025 by
GuillaumeGomez
Tracking issue for release notes of #137096: Stabilize flags for doctest cross compilation
A-doctests
Area: Documentation tests, run by rustdoc
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
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.
Remove Area: Attributes (`#[…]`, `#![…]`)
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Ident::empty
A-attributes
#140252
opened Apr 24, 2025 by
nnethercote
Loading…
Document that mpmc channels deliver an item to one receiver.
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-run-make
Area: port run-make Makefiles to rmake.rs
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
#140158
opened Apr 22, 2025 by
andrew-otiv
Loading…
ICE Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
assertion failed: !name.is_empty()
C-bug
#140110
opened Apr 21, 2025 by
ZettaScript
Add unit tests for jsondocck
A-rustdoc-json
Area: Rustdoc JSON backend
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#140108
opened Apr 21, 2025 by
aDotInTheVoid
Implement RFC 3503: frontmatters
F-frontmatter
`#![feature(frontmatter)]`
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-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.
#140035
opened Apr 19, 2025 by
fee1-dead
Loading…
rustdoc hangs on recursive associated types
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
fixed-by-next-solver
Fixed by the next-generation trait solver, `-Znext-solver`.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139964
opened Apr 17, 2025 by
theemathas
rustdoc: doctest-xcompile passes when it shouldn't
A-cross
Area: Cross compilation
A-doctests
Area: Documentation tests, run by rustdoc
C-bug
Category: This is a bug.
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.
#139924
opened Apr 16, 2025 by
bugadani
Thousands of /tmp/rustdoctest* directories
A-doctests
Area: Documentation tests, run by rustdoc
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139899
opened Apr 16, 2025 by
m-ou-se
rustdoc: Deprecate option Area: port run-make Makefiles to rmake.rs
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.
S-waiting-on-team
Status: Awaiting decision from the relevant subteam (see the T-<team> label).
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--test-args
in favor of new insta-stable option --test-arg
A-run-make
#139869
opened Apr 15, 2025 by
fmease
Loading…
rustdoc: Replace unstable flag 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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
--doctest-compilation-args
with a simpler one: --doctest-build-arg
A-run-make
#139863
opened Apr 15, 2025 by
fmease
Loading…
New const traits syntax
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.
T-rustdoc-frontend
Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
#139858
opened Apr 15, 2025 by
oli-obk
Loading…
rustdoc: split out trait implementer's notes from method docs
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
needs-rfc
This change is large or controversial enough that it should have an RFC accepted before doing it.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139855
opened Apr 15, 2025 by
llogiq
rustdoc has 4 different "open sidebar" buttons
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.
#139832
opened Apr 15, 2025 by
lolbinarycat
[rustdoc] Add new Area: port run-make Makefiles to rmake.rs
A-tidy
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-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.
--book-location
option to add a link to associated guide and generate it if local
A-run-make
#139769
opened Apr 13, 2025 by
GuillaumeGomez
Loading…
compiletest: Make diagnostic kind mandatory on line annotations (take 2)
A-compiletest
Area: The compiletest test runner
A-rustc-dev-guide
Area: rustc-dev-guide
A-testsuite
Area: The testsuite used to check the correctness of rustc
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#139720
opened Apr 12, 2025 by
petrochenkov
Loading…
Remove 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.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative (-Znext-solver)
Symbol
from Named
variant of BoundRegionKind
/LateParamRegionKind
perf-regression
#139598
opened Apr 9, 2025 by
compiler-errors
•
Draft
rustdoc: add a handle that makes sidebar resizing more obvious
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.
#139562
opened Apr 9, 2025 by
notriddle
Loading…
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.