-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Derive This issue / PR is in PFCP or FCP with a disposition to merge it.
finished-final-comment-period
The final comment period is finished for this PR / Issue.
Libs-Small
Libs issues that are considered "small" or self-contained
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.
Copy
and Hash
for IntErrorKind
disposition-merge
#131923
opened Oct 19, 2024 by
ranger-ross
Loading…
Tracking Issue for raw slice getters (slice_ptr_get)
A-raw-pointers
Area: raw pointers, MaybeUninit, NonNull
A-slice
Area: `[T]`
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#74265
opened Jul 12, 2020 by
RalfJung
2 of 4 tasks
Tracking Issue for Box::into_boxed_slice
A-box
Area: Our favorite opsem complication
A-slice
Area: `[T]`
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#71582
opened Apr 26, 2020 by
elichai
1 of 3 tasks
Tracking Issue for Result::flatten (Area: Result and Option combinators
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
result_flattening
)
A-result-option
#70142
opened Mar 19, 2020 by
Nemo157
1 of 3 tasks
Tracking Issue for Area: Result and Option combinators
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Option::zip
and Option::zip_with
(feature option_zip
)
A-result-option
#70086
opened Mar 17, 2020 by
LukasKalbertodt
1 of 4 tasks
Tracking Issue for Read::is_read_vectored/Write::is_write_vectored.
A-io
Area: `std::io`, `std::fs`, `std::net` and `std::path`
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#69941
opened Mar 12, 2020 by
sfackler
1 task
Tracking Issue for linked_list_remove
A-collections
Area: `std::collections`
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#69210
opened Feb 16, 2020 by
BijanT
thread_id_value tracking issue
A-concurrency
Area: Concurrency
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#67939
opened Jan 6, 2020 by
Mark-Simulacrum
Tracking Issue for Iterator::try_find
A-iterators
Area: Iterators
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
requires-nightly
This issue requires a nightly compiler in some way.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#63178
opened Aug 1, 2019 by
MOZGIII
1 of 3 tasks
Tracking issue for Area: Constant evaluation, covers all const contexts (static, const fn, ...)
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
requires-nightly
This issue requires a nightly compiler in some way.
S-tracking-needs-summary
Status: It's hard to tell what's been done and what hasn't! Someone should do some investigation.
T-lang
Relevant to the language 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.
const fn
type_name
A-const-eval
#63084
opened Jul 28, 2019 by
oli-obk
2 of 4 tasks
Tracking issue for Iterator::partition_in_place
A-iterators
Area: Iterators
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#62543
opened Jul 9, 2019 by
cuviper
Tracking issue for Area: Result and Option combinators
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Result::into_ok
A-result-option
#61695
opened Jun 9, 2019 by
phaylon
Tracking issue for Seek::{stream_len, stream_position} (feature Area: `std::io`, `std::fs`, `std::net` and `std::path`
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
seek_convenience
)
A-io
#59359
opened Mar 22, 2019 by
LukasKalbertodt
2 tasks
Tracking issue for Area: `[T]`
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
slice::partition_dedup/by/by_key
A-slice
#54279
opened Sep 16, 2018 by
Kerollmops
1 of 5 tasks
Tracking issue for integer methods for Wrapping
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Libs-Small
Libs issues that are considered "small" or self-contained
Libs-Tracked
Libs issues that are tracked on the team's project board.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#32463
opened Mar 24, 2016 by
SimonSapin
22 of 23 tasks
ProTip!
What’s not been updated in a month: updated:<2025-04-11.