aboutsummaryrefslogtreecommitdiff
path: root/src/lib/io.rs
Commit message (Expand)AuthorAgeFilesLines
* stdlib: Provide a function to extract the underlying buf_writer from a writerPatrick Walton2011-03-221-0/+9
* stdlib: Add a convenience method for opening paths as a FILEPatrick Walton2011-03-221-0/+10
* stdlib: Make writers seekable; switch file writers to the C FILE interface to...Patrick Walton2011-03-221-12/+87
* Add a binding to ftell()Patrick Walton2011-03-211-0/+4
* Add slightly nicer failure message to io.rs when it can't open a file.Graydon Hoare2011-03-201-1/+4
* Remove uses of 'break' in std lib; rustc doesn't support it yet, this is easi...Graydon Hoare2011-03-161-2/+3
* Add functionality for running external programs to the std libMarijn Haverbeke2011-03-141-1/+18
* Extend stream functionalityMarijn Haverbeke2011-03-141-81/+123
* Add basic file-system functionalityMarijn Haverbeke2011-03-141-0/+2
* Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...Graydon Hoare2011-03-091-4/+1
* Have the pretty-printer take a writer stream as argumentMarijn Haverbeke2011-03-091-21/+22
* Add stdout_writer and string_writer to std.ioMarijn Haverbeke2011-03-091-23/+48
* Add a pretty-printerMarijn Haverbeke2011-03-071-13/+17
* Change io.fileflag to a tag type. Remove FIXMEBrian Anderson2011-03-061-19/+8
* Rename std._io to std.io since 'io' is no longer a keywordBrian Anderson2011-02-221-0/+183