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
Age
Commit message (
Expand
)
Author
Lines
2011-04-06
Continued sketching out code for checking states against preconditions.
Tim Chevalier
-0
/
+62
2011-04-01
Started adding support for typestate checking.
Tim Chevalier
-0
/
+23
2011-03-31
rustc: Use the crate index to look up defs
Patrick Walton
-0
/
+32
2011-03-31
stdlib: Add a write_be_uint() function to writers
Patrick Walton
-0
/
+14
2011-03-26
Add a result_str method to std.sha1.sha1.
Graydon Hoare
-0
/
+12
2011-03-25
rustc: Parse definition IDs from crates; add a function to parse unsigned int...
Patrick Walton
-0
/
+12
2011-03-25
rustc: Look up names in "use"d crates
Patrick Walton
-6
/
+18
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
-25
/
+85
2011-03-25
Start making the standard-lib utf-8 aware
Marijn Haverbeke
-42
/
+229
2011-03-24
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...
Patrick Walton
-1
/
+7
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 EBML writing functionality
Patrick Walton
-2
/
+67
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
-14
/
+101
2011-03-22
Revert "Remove usages of case(_) { fail; } since the compiler does this autom...
Patrick Walton
-0
/
+2
2011-03-22
lib: Add an EBML reader module
Patrick Walton
-0
/
+110
2011-03-22
Remove usages of case(_) { fail; } since the compiler does this automatically
Brian Anderson
-2
/
+0
2011-03-21
Add a "last" function to return the last element of a vector to the standard ...
Patrick Walton
-0
/
+12
2011-03-21
Add a binding to ftell()
Patrick Walton
-0
/
+7
2011-03-20
Switch win32 path_sep to '/', add comment explaining a bit.
Graydon Hoare
-1
/
+7
2011-03-20
Add slightly nicer failure message to io.rs when it can't open a file.
Graydon Hoare
-1
/
+4
2011-03-18
rustc: Fix list.foldl() to pass its second argument by alias
Patrick Walton
-2
/
+2
2011-03-18
rustc: Box the tuples returned by hashmap.items() for now since we don't have...
Patrick Walton
-3
/
+3
2011-03-18
Fix bug in string comparison. std.rc typechecks now.
Patrick Walton
-1
/
+1
2011-03-18
Add "mutable?" to _vec in the standard library; fix callers
Patrick Walton
-19
/
+20
2011-03-18
Add some mutable variants of vector functions to the standard library
Patrick Walton
-0
/
+25
2011-03-18
Make some standard library pieces no longer dependent on mutable parameters, ...
Patrick Walton
-10
/
+14
2011-03-17
Add an option.is_none() method
Patrick Walton
-0
/
+7
2011-03-16
rustc: Add str_from_cstr() and str_from_buf() functions to the standard libra...
Patrick Walton
-0
/
+10
2011-03-16
Remove uses of 'break' in std lib; rustc doesn't support it yet, this is easi...
Graydon Hoare
-3
/
+7
2011-03-16
Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...
Graydon Hoare
-60
/
+134
2011-03-15
Typo: FIXE -> FIXME
Patrick Walton
-1
/
+1
2011-03-15
Add a fs.connect() function to join paths
Patrick Walton
-0
/
+8
2011-03-15
Add an OS-specific dylib_filename() function to the standard library
Patrick Walton
-0
/
+12
2011-03-14
Put out darwin fire.
Graydon Hoare
-1
/
+2
2011-03-14
Add _int.pow
Brian Anderson
-0
/
+17
2011-03-14
Add functionality for running external programs to the std lib
Marijn Haverbeke
-2
/
+182
2011-03-14
Extend stream functionality
Marijn Haverbeke
-81
/
+129
2011-03-14
Add basic file-system functionality
Marijn Haverbeke
-40
/
+86
2011-03-09
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...
Graydon Hoare
-29
/
+2
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-03-06
Make _str.bytes use _vec.init_fn. Remove FIXME.
Brian Anderson
-18
/
+3
2011-02-22
Rustify some comments lifted directly from the sha-1 reference implementation
Brian Anderson
-2
/
+2
2011-02-22
Rename std._io to std.io since 'io' is no longer a keyword
Brian Anderson
-2
/
+2
2011-02-21
Implement sha-1 in standard library. Closes #228
Brian Anderson
-0
/
+285
2011-01-10
Add std.path module for pathname manipulations.
Graydon Hoare
-0
/
+22
[next]