index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
io.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-0
/
+531
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
1
-531
/
+0
*
Remove 'deprecated mutable...' from our code
Marijn Haverbeke
2011-05-05
1
-4
/
+4
*
Un-revert "Use different syntax for checks that matter to typestate", fixing ...
Patrick Walton
2011-05-02
1
-5
/
+5
*
Revert "Use different syntax for checks that matter to typestate"
Graydon Hoare
2011-05-02
1
-5
/
+5
*
Use different syntax for checks that matter to typestate
Tim Chevalier
2011-05-02
1
-5
/
+5
*
stdlib: Use an unsafe cast to speed up the memory writer
Patrick Walton
2011-04-27
1
-1
/
+11
*
Remove effect system from src.
Graydon Hoare
2011-04-19
1
-64
/
+64
*
replace error logging with log_err in stdlib and rustc
Marijn Haverbeke
2011-04-19
1
-10
/
+10
*
Slight updates to match API drift in io, lib-io.rs passes.
Graydon Hoare
2011-04-13
1
-1
/
+1
*
Make lexer buffer the whole file
Marijn Haverbeke
2011-04-09
1
-0
/
+8
*
Re-add a read_byte() method to buf_reader objs
Marijn Haverbeke
2011-04-08
1
-20
/
+18
*
rustc: Use the crate index to look up defs
Patrick Walton
2011-03-31
1
-0
/
+11
*
stdlib: Add a write_be_uint() function to writers
Patrick Walton
2011-03-31
1
-0
/
+14
*
rustc: Look up names in "use"d crates
Patrick Walton
2011-03-25
1
-0
/
+9
*
stdlib: Implement a memory buffer reader, untested at the moment
Patrick Walton
2011-03-25
1
-22
/
+61
*
stdlib: Separate basic I/O reading functionality into a separate buf_reader o...
Patrick Walton
2011-03-25
1
-24
/
+81
*
Start making the standard-lib utf-8 aware
Marijn Haverbeke
2011-03-25
1
-34
/
+57
*
stdlib: Provide a function to extract the underlying buf_writer from a writer
Patrick Walton
2011-03-22
1
-0
/
+9
*
stdlib: Add a convenience method for opening paths as a FILE
Patrick Walton
2011-03-22
1
-0
/
+10
*
stdlib: Make writers seekable; switch file writers to the C FILE interface to...
Patrick Walton
2011-03-22
1
-12
/
+87
*
Add a binding to ftell()
Patrick Walton
2011-03-21
1
-0
/
+4
*
Add slightly nicer failure message to io.rs when it can't open a file.
Graydon Hoare
2011-03-20
1
-1
/
+4
*
Remove uses of 'break' in std lib; rustc doesn't support it yet, this is easi...
Graydon Hoare
2011-03-16
1
-2
/
+3
*
Add functionality for running external programs to the std lib
Marijn Haverbeke
2011-03-14
1
-1
/
+18
*
Extend stream functionality
Marijn Haverbeke
2011-03-14
1
-81
/
+123
*
Add basic file-system functionality
Marijn Haverbeke
2011-03-14
1
-0
/
+2
*
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...
Graydon Hoare
2011-03-09
1
-4
/
+1
*
Have the pretty-printer take a writer stream as argument
Marijn Haverbeke
2011-03-09
1
-21
/
+22
*
Add stdout_writer and string_writer to std.io
Marijn Haverbeke
2011-03-09
1
-23
/
+48
*
Add a pretty-printer
Marijn Haverbeke
2011-03-07
1
-13
/
+17
*
Change io.fileflag to a tag type. Remove FIXME
Brian Anderson
2011-03-06
1
-19
/
+8
*
Rename std._io to std.io since 'io' is no longer a keyword
Brian Anderson
2011-02-22
1
-0
/
+183