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

Remove type parameter default from FromResidual 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.
#128954 opened Aug 11, 2024 by zachs18 Loading…
Indeterminate HashSet::contains behavior 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128951 opened Aug 11, 2024 by nguyenvukhang
Happens-before relationship between wake and poll 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. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128920 opened Aug 10, 2024 by Ddystopia
regression: mismatched types (panic info hook stuff) I-prioritize Issue: Indicates that prioritization has been requested for this issue. regression-from-stable-to-beta Performance or correctness regression from stable to beta. 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.
#128890 opened Aug 9, 2024 by BoxyUwU
Create Rc/Arc directly from mut slice C-feature-request Category: A feature request, i.e: not implemented / a PR. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128885 opened Aug 9, 2024 by eduardosm
Arguments mixed up in documentation of rem_euclid and div_euclid 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.
#128857 opened Aug 9, 2024 by fstecker
impl Default, Clone for HashMap/HashSet iterators that don't already have it disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128711 opened Aug 5, 2024 by clarfonthey Loading…
1 of 3 tasks
Should IoSliceMut::advance() be used when impl std::io::Read::read_vectored()? A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-io Area: std::io, std::fs, std::net and std::path C-discussion Category: Discussion or questions that doesn't represent real issues. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. 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.
#128669 opened Aug 5, 2024 by zh-jq-b
Tracking Issue for bufreader_peek C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. F-bufreader_peek `#![feature(bufreader_peek)]` T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128405 opened Jul 30, 2024 by lolbinarycat
2 of 4 tasks
liballoc: introduce String, Vec const-slicing S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128399 opened Jul 30, 2024 by mammothbane Loading…
Derive Copy on core::ffi::c_str types needs-fcp This change is insta-stable, so needs a completed FCP to proceed. 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.
#128375 opened Jul 29, 2024 by 13r0ck Loading…
Stabilize <[T]>::get_many_mut() needs-fcp This change is insta-stable, so needs a completed FCP to proceed. S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128318 opened Jul 28, 2024 by ChayimFriedman2 Loading…
Tracking Issue for nonzero_bitwise C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128281 opened Jul 27, 2024 by pitaj
3 tasks
Tracking Issue for rwlock_downgrade C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128203 opened Jul 25, 2024 by connortsui20
5 of 9 tasks
Tracking Issue for unsigned_is_multiple_of C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#128101 opened Jul 23, 2024 by folkertdev
3 tasks
Tracking Issue for debug_more_non_exhaustive C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127942 opened Jul 18, 2024 by tgross35
1 of 4 tasks
Tracking Issue for stdarch_aarch64_feature_detection C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127764 opened Jul 15, 2024 by mrkajetanp
2 tasks
Implement Clone for BufReader, BufWriter and 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. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127753 opened Jul 15, 2024 by a1phyr Loading…
LocalKey dropped after calling std::process::exit() A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-process Area: std::process and std::env 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.
#127637 opened Jul 12, 2024 by SteveBeeblebrox
[library/std/src/process.rs] PartialEq & Eq for ExitCode needs-fcp This change is insta-stable, so needs a completed FCP to proceed. 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.
#127633 opened Jul 12, 2024 by SamuelMarks Loading…
fix: fs::remove_dir_all: treat internal ENOENT as success A-run-make Area: port run-make Makefiles to rmake.rs O-solid Operating System: SOLID O-unix Operating system: Unix-like O-wasi Operating system: Wasi, Webassembly System Interface O-windows Operating system: Windows S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127623 opened Jul 11, 2024 by lolbinarycat Loading…
Guarantee that thread-local storage destructors run before join() returns A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools A-thread Area: std::thread A-thread-locals Area: Thread local storage (TLS) C-discussion Category: Discussion or questions that doesn't represent real issues. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127571 opened Jul 10, 2024 by pvillela
Tracking issue for CommandExt::show_window C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127544 opened Jul 10, 2024 by andyolivares
1 of 3 tasks
feat(core): impl Step for NonZero<u*> S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127534 opened Jul 9, 2024 by jalil-salame Loading…
Tracking Issue for once_wait C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#127527 opened Jul 9, 2024 by tgross35
2 of 4 tasks
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.