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
/
lib
/
io.rs
Age
Commit message (
Expand
)
Author
Lines
2011-03-31
rustc: Use the crate index to look up defs
Patrick Walton
-0
/
+11
2011-03-31
stdlib: Add a write_be_uint() function to writers
Patrick Walton
-0
/
+14
2011-03-25
rustc: Look up names in "use"d crates
Patrick Walton
-0
/
+9
2011-03-25
stdlib: Implement a memory buffer reader, untested at the moment
Patrick Walton
-22
/
+61
2011-03-25
stdlib: Separate basic I/O reading functionality into a separate buf_reader o...
Patrick Walton
-24
/
+81
2011-03-25
Start making the standard-lib utf-8 aware
Marijn Haverbeke
-34
/
+57
2011-03-22
stdlib: Provide a function to extract the underlying buf_writer from a writer
Patrick Walton
-0
/
+9
2011-03-22
stdlib: Add a convenience method for opening paths as a FILE
Patrick Walton
-0
/
+10
2011-03-22
stdlib: Make writers seekable; switch file writers to the C FILE interface to...
Patrick Walton
-12
/
+87
2011-03-21
Add a binding to ftell()
Patrick Walton
-0
/
+4
2011-03-20
Add slightly nicer failure message to io.rs when it can't open a file.
Graydon Hoare
-1
/
+4
2011-03-16
Remove uses of 'break' in std lib; rustc doesn't support it yet, this is easi...
Graydon Hoare
-2
/
+3
2011-03-14
Add functionality for running external programs to the std lib
Marijn Haverbeke
-1
/
+18
2011-03-14
Extend stream functionality
Marijn Haverbeke
-81
/
+123
2011-03-14
Add basic file-system functionality
Marijn Haverbeke
-0
/
+2
2011-03-09
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...
Graydon Hoare
-4
/
+1
2011-03-09
Have the pretty-printer take a writer stream as argument
Marijn Haverbeke
-21
/
+22
2011-03-09
Add stdout_writer and string_writer to std.io
Marijn Haverbeke
-23
/
+48
2011-03-07
Add a pretty-printer
Marijn Haverbeke
-13
/
+17
2011-03-06
Change io.fileflag to a tag type. Remove FIXME
Brian Anderson
-19
/
+8
2011-02-22
Rename std._io to std.io since 'io' is no longer a keyword
Brian Anderson
-0
/
+183