-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
ptr docs: make it clear that we are talking only about memory accesses
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134930
opened Dec 30, 2024 by
RalfJung
Loading…
Make slice::as_flattened_mut unstably const
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134927
opened Dec 30, 2024 by
DaniPopes
Loading…
Fix doc for pointer's validity in zst operation
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134912
opened Dec 30, 2024 by
DiuDiu777
Loading…
Fix 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.
ptr::from_ref
documentation example comment
A-docs
#134908
opened Dec 29, 2024 by
madsmtm
Loading…
std::fs::File::create
return a wrong error on Windows when the path points to a directory
A-filesystem
#134893
opened Dec 29, 2024 by
Chen1Plus
attribute macro's Area: Attributes (`#[…]`, `#![…]`)
A-hygiene
Area: Macro hygiene
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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.
call_site()
hygiene should come from the macro's name, not the #[]
A-attributes
#134882
opened Dec 29, 2024 by
programmerjake
[experimental] shorten backtraces using debuginfo
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
S-experimental
Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
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.
Implement 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.
int_from_ascii
(#134821)
S-waiting-on-review
#134824
opened Dec 27, 2024 by
niklasf
Loading…
c++ code frequency dlclose/dlopen *.so compiled by rust cause crash
A-dynamic-library
Area: Dynamic/Shared Libraries
A-linkage
Area: linking into static, shared libraries and binaries
C-discussion
Category: Discussion or questions that doesn't represent real issues.
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.
#134820
opened Dec 27, 2024 by
Rust401
[WIP] Ergonomic ref counting
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.
#134797
opened Dec 26, 2024 by
spastorino
•
Draft
3 tasks
std::thread::yield_now()
example is lacking.
A-docs
#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
Implement 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.
normalize_lexically
S-waiting-on-review
#134696
opened Dec 23, 2024 by
ChrisDenton
Loading…
proc_macro: Use Area: Procedural macros
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
WG-macros
Working group: Macros
ToTokens
trait in quote
macro
A-proc-macros
#134693
opened Dec 23, 2024 by
SpriteOvO
Loading…
Move some things to 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.
std::sync::poison
and reexport them in std::sync
S-waiting-on-review
#134692
opened Dec 23, 2024 by
GrigorenkoPV
Loading…
Update Operating system: Unix-like
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.
ReadDir::next
in std::sys::pal::unix::fs
to use &raw const (*p).field
instead of p.byte_offset().cast()
O-unix
#134678
opened Dec 23, 2024 by
zachs18
Loading…
feat: add with_replaced_extension as a alias of with_extension
S-waiting-on-author
Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134676
opened Dec 23, 2024 by
anatawa12
Loading…
Creating a file with a single colon in its name strips the part after the colon from the file name and produces an empty file (on Windows)
A-filesystem
Area: `std::fs`
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-windows
Operating system: Windows
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134671
opened Dec 23, 2024 by
FeldrinH
Implementation of Status: This is awaiting some action (such as code changes or more information) from the author.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
sync_nonpoison
and nonpoison_mutex
S-waiting-on-author
#134663
opened Dec 22, 2024 by
Aandreba
Loading…
Stabilize Status: PR is in FCP and is awaiting for FCP to complete.
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.
hash_extract_if
S-waiting-on-fcp
#134655
opened Dec 22, 2024 by
GrigorenkoPV
Loading…
Stabilize 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.
get_many_mut
as get_disjoint_mut
S-waiting-on-review
#134633
opened Dec 21, 2024 by
GrigorenkoPV
Loading…
Make Status: Blocked on something else such as an RFC or other implementation work.
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.
Default
const and add some const Default
impls
S-blocked
Avoid short writes in LineWriter
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.
#134620
opened Dec 21, 2024 by
ChrisDenton
Loading…
Improve prose around 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.
as_slice
example of IterMut
S-waiting-on-review
#134619
opened Dec 21, 2024 by
hkBst
Loading…
Update/relax str/String utf8 safety docs
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#134598
opened Dec 21, 2024 by
zachs18
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.