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
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

Clarify behavior of HashSet::insert when there's existing key A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#107581 opened Feb 2, 2023 by stepancheg
Miscompilation with pointer address rountrip through address 0 A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. A-strict-provenance Area: Strict provenance for raw pointers C-bug Category: This is a bug.
#107326 opened Jan 26, 2023 by lukas-code
Safety comment on Allocator trait likely incorrect A-allocators Area: Custom and system allocators A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#107040 opened Jan 18, 2023 by programmerjake
ToOwned doc is confusing A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#107024 opened Jan 18, 2023 by nlevitt
Unclear example in io::Error A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#106937 opened Jan 16, 2023 by jbaublitz
Documentation on vector arguments for inline assembly is inconsistent with observed behavior A-diagnostics Area: Messages for errors, warnings, and lints A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-inline-assembly Area: inline asm!(..) A-simd Area: SIMD (Single Instruction Multiple Data) C-bug Category: This is a bug. PG-portable-simd Project Group: Portable SIMD (https://github.com/rust-lang/project-portable-simd)
#106924 opened Jan 16, 2023 by pirocks
Document tidy and bootstrap A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#106803 opened Jan 13, 2023 by albertlarsan68
unclear behavior of binary search on unsorted structures A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Experience needed to fix: Easy / not much (good first issue)
#106746 opened Jan 11, 2023 by max397574
example on String::from_raw_parts is correct in-context, but raise Miri error with seemingly sound modification A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#106593 opened Jan 8, 2023 by trinity-1686a
stdin and stdout performance considerations are not documented A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#106133 opened Dec 25, 2022 by Shnatsel
Documentation of Arc::from_raw is unnecessarily restrictive A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#106124 opened Dec 24, 2022 by terrarier2111
Not Found on rustc_hir/enum link 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.
#106117 opened Dec 24, 2022 by chansuke
Iterator's .sum() and .product() should mention that they work on iterators over Result<T,E> and Option<T> A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#105266 opened Dec 4, 2022 by mday64
Discussion: Enforce formatting of doc comments A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-rustfmt Area: Rustfmt T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105198 opened Dec 3, 2022 by AldaronLau
The example for Option is_some_and method is broken A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#105139 opened Dec 1, 2022 by Malcolm-Hall
Codegen metadata documentation is not exhaustive A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#104881 opened Nov 25, 2022 by alepez
atomic::Ordering docs provide fewer guarantees than C++20 reference A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#104814 opened Nov 24, 2022 by JanBeh
Confusing examples in Vec::extend_from_within A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#104762 opened Nov 23, 2022 by HarrisonMc555
2
1
Google does not seem to be indexing all pages on docs.rust-lang.org A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#104670 opened Nov 21, 2022 by jruderman
Unclear unwind safety for std::alloc::Allocator::{grow,shrink} A-allocators Area: Custom and system allocators A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#104224 opened Nov 10, 2022 by kpreid
Provide structural pinning guarantees for slices, vecs, arrays A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#104108 opened Nov 7, 2022 by yoshuawuyts
Box documentation regarding allocation for ZSTs A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools
#104039 opened Nov 6, 2022 by semiviral
Document query internals A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#104011 opened Nov 5, 2022 by jyn514
Add internal documentation for all queries 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-query-system Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html) E-medium Call for participation: Experience needed to fix: Medium / intermediate
#104008 opened Nov 5, 2022 by jyn514
bootstrap: Document that setting description changes the version hash A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#103557 opened Oct 26, 2022 by mikebenfield
ProTip! Type g i on any issue or pull request to go back to the issue listing page.