index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
cursor.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-14
Overwrite Cursor's `Seek::stream_{len, position}` for performance
Lukas Kalbertodt
-0
/
+8
2019-02-28
libstd => 2018
Taiki Endo
-5
/
+6
2019-02-26
Auto merge of #58357 - sfackler:vectored-io, r=alexcrichton
bors
-5
/
+210
2019-02-17
Use more impl header lifetime elision
Scott McMurray
-2
/
+2
2019-02-13
impl Deref/DerefMut for IoVec types
Steven Fackler
-3
/
+1
2019-02-13
Add vectored read and write support
Steven Fackler
-5
/
+212
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-07-30
Remove unstable and deprecated APIs
Simon Sapin
-20
/
+0
2018-07-19
Cursor: update docs to clarify Cursor only works with in-memory buffers
Tommi Komulainen
-8
/
+9
2018-06-06
Revert "Remove TryFrom impls that might become conditionally-infallible with ...
Simon Sapin
-18
/
+2
2018-04-15
Deprecate Read::chars and char::decode_utf8
Simon Sapin
-0
/
+2
2018-03-27
Remove TryFrom impls that might become conditionally-infallible with a portab...
Simon Sapin
-2
/
+18
2018-02-10
Correct a few stability attributes
Oliver Middleton
-1
/
+1
2017-12-18
Implement `Write` for `Cursor<&mut Vec<T>>`
Diggory Blake
-32
/
+58
2017-12-03
Add a specialization of read_exact for Cursor.
Kyle Huey
-0
/
+25
2017-08-17
Fix typo in doc
adrian5
-1
/
+1
2017-08-02
Fixed errors in libstd.
Isaac van Bakel
-1
/
+1
2017-06-20
Add `Read::initializer`.
Steven Fackler
-1
/
+6
2017-03-24
Document Cursor::new position is 0
Stepan Koltsov
-0
/
+4
2017-02-16
std::io::cursor: Fixed Seek so test passes.
Amos Onn
-10
/
+12
2017-02-16
std::io::cursor Added test for seeking beyond i64.
Amos Onn
-0
/
+37
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-4
/
+4
2016-11-01
Rollup merge of #37316 - ollie27:docs_links, r=GuillaumeGomez
Guillaume Gomez
-2
/
+2
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-6
/
+6
2016-10-21
Fix a few links in the docs
Oliver Middleton
-2
/
+2
2016-10-14
Add missing urls for io types
Guillaume Gomez
-6
/
+12
2016-10-03
Check for overflow in Cursor<Vec<u8>>::write.
Tomasz Miąsko
-7
/
+18
2016-08-24
Use `#[prelude_import]` in `libstd`.
Jeffrey Seyfried
-2
/
+0
2016-05-27
Inline simple Cursor write calls
Jamey Sharp
-0
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-3
/
+3
2016-02-26
Use .copy_from_slice() where applicable
Ulrik Sverdrup
-1
/
+1
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-4
/
+7
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-3
/
+2
2015-10-21
Fix doc sample for Cursor
Wesley Wiser
-1
/
+1
2015-10-09
Implement Read, BufRead, Write and Seek for Cursor<Box<[u8]>>
Steven Fackler
-0
/
+57
2015-10-02
Use generic trait implementations for Cursor when possible.
nwin
-49
/
+25
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+2
2015-07-28
IO Docs: Fix Link in Cursor description
Pascal Hertleif
-4
/
+2
2015-07-22
Improve documentation for std::io::Cursor
Steve Klabnik
-9
/
+140
2015-07-09
io: Use Vec::resize in Cursor<Vec<u8>> for more efficient zero fill
Ulrik Sverdrup
-2
/
+3
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-03-31
Test fixes and rebase conflicts, round 3
Alex Crichton
-61
/
+61
2015-03-31
rollup merge of #23919: alexcrichton/stabilize-io-error
Alex Crichton
-2
/
+1
2015-03-31
std: Stabilize last bits of io::Error
Alex Crichton
-2
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-4
/
+4
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-1
/
+0
2015-03-31
Stabilize std::num
Aaron Turon
-1
/
+0
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-1
/
+1
[next]