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

Fix ptr::from_ref documentation example comment A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#134908 opened Dec 29, 2024 by madsmtm Loading…
Pin::new_unchecked docs need to warn about Ptr: Drop too A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#134874 opened Dec 29, 2024 by geofft
rustdoc-json: Path::name docs say it only has the item name, but it has the full name. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-rustdoc-json Area: Rustdoc JSON backend T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#134853 opened Dec 28, 2024 by aDotInTheVoid
std::thread::yield_now() example is lacking. A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134723 opened Dec 24, 2024 by dev-ardi
Outdated comment about std::hash::DefaultHasher being inaccessible 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.
#134717 opened Dec 24, 2024 by dbdr
Is StdoutLock guranteed to be reentrant? A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134698 opened Dec 23, 2024 by FeldrinH
MaybeUninit::uninit_array still refers to const as future 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.
#134584 opened Dec 20, 2024 by daniel-pfeiffer
HashMap reallocates even though capacity is not exceeded A-collections Area: `std::collection` A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#134459 opened Dec 18, 2024 by e00E
Document the contextual keyword raw A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-raw-pointers Area: raw pointers, MaybeUninit, NonNull C-enhancement Category: An issue proposing an enhancement or a PR with one. 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.
#134447 opened Dec 18, 2024 by CrazyboyQCD
The lack of safety requirements for some unsafe api documents in std 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.
#134242 opened Dec 13, 2024 by VaynNecol
BTreeMap documentation has confusing wording about binary search tree performance issues A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#134088 opened Dec 9, 2024 by danielrainer
rustdoc-json: Document why Id can't just be DefId A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-rustdoc-json Area: Rustdoc JSON backend 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.
#133780 opened Dec 3, 2024 by aDotInTheVoid
<{f16,f32,f64,f128} as Rem>::rem are not remainder of truncated division, as documented A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133758 opened Dec 2, 2024 by traviscross
Clarify statement regarding windows_mut 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.
#133628 opened Nov 29, 2024 by Voultapher
Document the runtime environment assumptions of std A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC T-libs Relevant to the library team, which will review and decide on the PR/issue.
#133604 opened Nov 28, 2024 by joboet
AtomicUsize::from_mut has incorrect alignment requirements in docs 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.
#133342 opened Nov 22, 2024 by CatsAreFluffy
compiletest: cdb version detection locally seems funky A-compiletest Area: The compiletest test runner A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133110 opened Nov 16, 2024 by jieyouxu
Add mention that ilog2 and checked_ilog2 can be used to get the number of bits in an integer 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.
#133101 opened Nov 16, 2024 by sorairolake
compiler_fence example is misleading A-atomic Area: Atomics, barriers, and sync primitives A-concurrency Area: Concurrency A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools T-libs-api Relevant to the library API team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#133014 opened Nov 13, 2024 by lukas-code
OsString::into_encoded_bytes points to wrong from_encoded_bytes_unchecked for round trip 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.
#133010 opened Nov 13, 2024 by lolbinarycat
A release store operation synchronizes with an acquire load operation instead of the reverse 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.
#132892 opened Nov 11, 2024 by xmh0511
Document compile_fail,E1234 syntax for marking compile_fail tests as failing with a particular error A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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
Document what a "dangling pointer" is A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools E-hard Call for participation: Hard difficulty. Experience needed to fix: A lot. E-help-wanted Call for participation: Help is requested to fix this issue. T-libs Relevant to the library team, which will review and decide on the PR/issue. T-opsem Relevant to the opsem team
#132286 opened Oct 28, 2024 by Urgau
3 tasks
Missing documentation of use bounds A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools 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.
#132224 opened Oct 27, 2024 by CGamesPlay
rewrite documentation for htmldocck A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. 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.
#131974 opened Oct 20, 2024 by lolbinarycat
3 tasks
ProTip! Add no:assignee to see everything that’s not assigned.