-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Tracking Issue for bufreader_peek
#128405
Labels
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.
Comments
lolbinarycat
added
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.
labels
Jul 30, 2024
lolbinarycat
changed the title
Tracking Issue for XXX
Tracking Issue for Jul 30, 2024
bufreader_peek
@rustbot claim starting work on implementation |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Aug 6, 2024
…k-Simulacrum implement BufReader::peek Part of rust-lang#128405
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Aug 6, 2024
…k-Simulacrum implement BufReader::peek Part of rust-lang#128405
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Aug 6, 2024
…k-Simulacrum implement BufReader::peek Part of rust-lang#128405
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 7, 2024
Rollup merge of rust-lang#128406 - lolbinarycat:bufreader_peek, r=Mark-Simulacrum implement BufReader::peek Part of rust-lang#128405
github-actions bot
pushed a commit
to rust-lang/miri
that referenced
this issue
Aug 7, 2024
implement BufReader::peek Part of rust-lang/rust#128405
calling |
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Aug 29, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Aug 29, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Aug 30, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Aug 30, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Aug 31, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
workingjubilee
added a commit
to workingjubilee/rustc
that referenced
this issue
Aug 31, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Aug 31, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Aug 31, 2024
…d, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Aug 31, 2024
Rollup merge of rust-lang#129675 - lolbinarycat:bufreader_peek_unsized, r=workingjubilee allow BufReader::peek to be called on unsized types rust-lang#128405
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Feature gate:
#![feature(bufreader_peek)]
This is a tracking issue for the
BufReader::peek
method.Public API
Steps / History
Unresolved Questions
n
>capacity
? options are: short slice, error, or panic.Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: