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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
io
/
cursor.rs
Age
Commit message (
Expand
)
Author
Lines
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
2015-03-23
rollup merge of #23608: nagisa/refine-cursor-docstring
Alex Crichton
-8
/
+5
2015-03-23
rollup merge of #23607: mahkoh/cursor
Alex Crichton
-0
/
+1
2015-03-23
derive missing trait implementations for cursor
Julian Orth
-0
/
+1
2015-03-22
Refine Cursor docstring
Simonas Kazlauskas
-8
/
+5
2015-03-20
don't use Result::ok just to be able to use unwrap/unwrap_or
Oliver Schneider
-1
/
+1
2015-03-18
Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...
Vadim Petrochenkov
-9
/
+5
2015-03-18
Avoid metadata bloat by using trait FixedSizeArray
Vadim Petrochenkov
-20
/
+7
2015-03-18
Fixed-size byte string literals (RFC 339)
Vadim Petrochenkov
-0
/
+17
2015-03-06
Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon
Manish Goregaokar
-2
/
+18
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-7
/
+7
2015-03-04
std: Stabilize portions of the `io` module
Alex Crichton
-2
/
+18
2015-02-26
remove some compiler warnings
Tshepang Lekhonkhobe
-6
/
+6
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-7
/
+7
2015-02-03
std: Add `io` module again
Alex Crichton
-0
/
+408