-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
consider nudging people to document new features in the unstable book
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.
#141527
opened May 25, 2025 by
jyn514
autogenerate compiler flag stubs in the unstable book
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
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.
#141525
opened May 24, 2025 by
jyn514
Document intention of the 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)
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
distcheck
bootstrap step/command, and the distcheck CI test job
A-docs
#141387
opened May 22, 2025 by
jieyouxu
Document dist components we ship
A-dist-components
Area: dist components, e.g. `rustc-dev`, `rustc-src`, etc.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
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-release
Relevant to the release subteam, which will review and decide on the PR/issue.
#141386
opened May 22, 2025 by
jieyouxu
Clone
documentation can be confusing to beginners around "duplication" language
A-docs
#141138
opened May 17, 2025 by
Eveheeero
Document builtin attributes (like 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.
no_mangle
, repr
, ...) in the standard library docs
A-attributes
#141123
opened May 17, 2025 by
Veykril
Clarify that 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.
<str>::from_utf8*
methods are aliases to core::str::from_utf8*
functions
A-docs
#141079
opened May 16, 2025 by
sorairolake
Clarify that 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.
fs::copy
dereferences symlinks instead of copying the link itself
A-docs
#141034
opened May 15, 2025 by
ginnyTheCat
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
Improve doc of some methods that take ranges
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.
#140983
opened May 13, 2025 by
tkr-sh
Loading…
PartialOrd
does not mention upfront that it omits reflexivity
A-docs
#140654
opened May 5, 2025 by
Muon
OpenOptions::open
InvalidInput error for read(true).create(true)
is unclear (or check is redundant)
A-docs
#140621
opened May 3, 2025 by
0xdeafbeef
Can Redox OS implement a TOCTOU-free 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.
O-redox
Operating system: Redox, https://www.redox-os.org/
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
fs::remove_dir_all
yet?
A-docs
#140533
opened Apr 30, 2025 by
workingjubilee
Clarify safety invariants in Vec::from_raw_parts
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.
#139816
opened Apr 14, 2025 by
SyxtonPrime
E0794 has a seemingly incorrect definition of "late bound lifetime parameter"
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
#139652
opened Apr 10, 2025 by
lolbinarycat
Better documentation about which libraries are linked by default by the rust compiler
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-linkage
Area: linking into static, shared libraries and binaries
O-windows
Operating system: Windows
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.
#139619
opened Apr 10, 2025 by
weiznich
consider removing 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.
allow(unused_mut)
from core and std doctests
A-docs
#139604
opened Apr 9, 2025 by
lolbinarycat
compiletest directives docs for "ignore-" are incorrect or confusing
A-compiletest
Area: The compiletest test runner
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
#139516
opened Apr 8, 2025 by
RalfJung
Recursive RPIT causes E0792 (an error about TAIT): "this generic parameter must be used with a generic type parameter"
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#139350
opened Apr 4, 2025 by
theemathas
Should comments about deaggregation be deleted ?
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-MIR
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#139323
opened Apr 3, 2025 by
y1lan
deduplicate pointer docs with include!
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-technical-debt
Area: Internal cleanup work
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#139190
opened Mar 31, 2025 by
lolbinarycat
null symbols cause unsoundness with extern static
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-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-spec
Relevant to the spec team.
#139128
opened Mar 30, 2025 by
jasondyoungberg
Document path stability of Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-stability
Area: `#[stable]`, `#[unstable]` etc.
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-libs-api
Relevant to the library API 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.
f64::abs
in no std crates
A-docs
#139066
opened Mar 28, 2025 by
lopopolo
Some type aliases are not formatted as links in fields
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-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138614
opened Mar 17, 2025 by
lolbinarycat
Previous Next
ProTip!
Adding no:label will show everything without a label.