-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Rollup of 5 pull requests
rollup
A PR which is a rollup
S-waiting-on-bors
Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
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.
#138583
opened Mar 17, 2025 by
jhpratt
Loading…
Make 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.
_Unwind_Action
a type alias, not enum
S-waiting-on-bors
#138573
opened Mar 16, 2025 by
Noratrieb
Loading…
Optimize slice Iter::nth
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.
#138562
opened Mar 16, 2025 by
kornelski
Loading…
Rwlock try upgrade
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.
#138560
opened Mar 16, 2025 by
ShrigmaDev
•
Draft
std personality _Unwind_Action should not be a enum
A-panic
Area: Panicking machinery
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
C-bug
Category: This is a bug.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
P-high
High priority
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#138558
opened Mar 16, 2025 by
Noratrieb
Vectorize eq_ignore_ascii_case
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.
#138557
opened Mar 16, 2025 by
LaihoE
Loading…
Add integer to string formatting tests
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.
#138546
opened Mar 15, 2025 by
GuillaumeGomez
Loading…
core/slice: Mark some 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.
split_off
variants unstably const
S-waiting-on-review
#138540
opened Mar 15, 2025 by
okaneco
Loading…
Make performance of String::insert_str more precise
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.
#138538
opened Mar 15, 2025 by
hkBst
Loading…
Implement Deref<Target=ByteStr> for CStr
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.
#138498
opened Mar 14, 2025 by
tamird
Loading…
Forward 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.
stream_position
in Arc<File>
as well
S-waiting-on-review
#138490
opened Mar 14, 2025 by
tbu-
Loading…
sys/pal/unix/sync/mutex: Fix Mutex::new() on NuttX
O-unix
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.
#138400
opened Mar 12, 2025 by
no1wudi
Loading…
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.
SliceIndex
for ByteStr
S-waiting-on-review
#138381
opened Mar 12, 2025 by
thaliaarchi
Loading…
Tracking issue for release notes of #138162: Update the standard library to Rust 2024
A-run-make
Area: port run-make Makefiles to rmake.rs
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-windows
Operating system: Windows
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-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.
Enable contracts for const functions
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.
Enable 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.
reliable_f16_math
on x86
S-waiting-on-review
#138344
opened Mar 11, 2025 by
tgross35
Loading…
std: Mention clone-on-write mutation in Arc<T>
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.
#138341
opened Mar 11, 2025 by
xizheyin
Loading…
Remove some unsized tuple impls now that we don't support unsizing tuples anymore
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.
[WIP] Functionality for 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_format_into
for integer types
S-waiting-on-review
#138338
opened Mar 11, 2025 by
madhav-madhusoodanan
•
Draft
non-obvious choices in std IPv6 test creation
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#138328
opened Mar 11, 2025 by
workingjubilee
Implement Operating System: Hermit
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.
read_buf
for Hermit
O-hermit
#138301
opened Mar 10, 2025 by
thaliaarchi
Loading…
Stop putting 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.
Assume
s in MIR for every enum
-as
cast
S-waiting-on-review
Mark some std tests as requiring 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.
panic = "unwind"
S-waiting-on-review
#138294
opened Mar 10, 2025 by
paulmenage
Loading…
-Zc-char-type=unsigned|signed|default flag for c_char->u8/i8 selection override
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.
Get rid of 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.
EscapeDebugInner
.
S-waiting-on-review
#138237
opened Mar 8, 2025 by
reitermarkus
Loading…
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.