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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Support 0 flag in #fmt
Brian Anderson
2011-04-18
1
-5
/
+49
*
Support the space flag in #fmt
Brian Anderson
2011-04-17
1
-4
/
+9
*
Support + flag in #fmt
Brian Anderson
2011-04-17
1
-3
/
+8
*
Support #fmt precision for bools, with same rules as strings
Brian Anderson
2011-04-17
1
-2
/
+6
*
Treat char #fmt conversions just like str conversions
Brian Anderson
2011-04-17
1
-1
/
+1
*
Support #fmt precision for signed types
Brian Anderson
2011-04-17
1
-37
/
+46
*
Support #fmt precision for unsigned types
Brian Anderson
2011-04-17
1
-11
/
+49
*
Support #fmt precision for string types
Brian Anderson
2011-04-17
1
-2
/
+25
*
Support left-justification in #fmt conversions
Brian Anderson
2011-04-16
1
-3
/
+29
*
Make #fmt support explicit conversion widths
Brian Anderson
2011-04-16
1
-9
/
+45
*
stdlib: Add some vector functions: empty, empty_mut, grow_set, and freeze. Ch...
Patrick Walton
2011-04-15
1
-4
/
+31
*
rustc: Use union-find for variable substitution
Patrick Walton
2011-04-14
1
-16
/
+12
*
Add support for upper-case hex and binary output to #fmt.
Brian Anderson
2011-04-13
2
-0
/
+24
*
Add more commentary about ExtFmt
Brian Anderson
2011-04-13
1
-1
/
+30
*
Add support for printing uints as lower-case hex to ExtFmt.
Brian Anderson
2011-04-13
1
-5
/
+22
*
Move #fmt conversion model into ExtFmt.CT namespace
Brian Anderson
2011-04-13
1
-44
/
+44
*
Make expr_while work in typestate_check
Tim Chevalier
2011-04-13
1
-0
/
+11
*
Slight updates to match API drift in io, lib-io.rs passes.
Graydon Hoare
2011-04-13
1
-1
/
+1
*
Further work on typestate. Handles expr_rec and expr_assign now.
Tim Chevalier
2011-04-12
1
-3
/
+12
*
Factor out creation of calls into ExtFmt.RT
Brian Anderson
2011-04-11
1
-4
/
+4
*
Add support for bool, char to extfmt.
Brian Anderson
2011-04-11
1
-0
/
+12
*
Move ExtFmt compile-time functions into their own module
Brian Anderson
2011-04-11
1
-170
/
+173
*
Use correct indentation for ExtFmt.rs
Brian Anderson
2011-04-11
1
-6
/
+15
*
Make ExtFmt call its own functions instead of others defined in std
Brian Anderson
2011-04-11
1
-0
/
+11
*
Move extfmt parsing into standard library
Brian Anderson
2011-04-11
1
-0
/
+213
*
Move the extfmt data model into the standard library.
Brian Anderson
2011-04-11
2
-0
/
+48
*
Make lexer buffer the whole file
Marijn Haverbeke
2011-04-09
1
-0
/
+8
*
Implemented computing prestates and poststates for a few expression forms.
Tim Chevalier
2011-04-08
1
-0
/
+15
*
stdlib: Add a simple union-find data structure
Patrick Walton
2011-04-07
2
-0
/
+43
*
Re-add a read_byte() method to buf_reader objs
Marijn Haverbeke
2011-04-08
1
-20
/
+18
*
Revise EBML reader API
Marijn Haverbeke
2011-04-07
1
-89
/
+77
*
Continued sketching out code for checking states against preconditions.
Tim Chevalier
2011-04-06
4
-0
/
+62
*
Started adding support for typestate checking.
Tim Chevalier
2011-04-01
1
-0
/
+23
*
rustc: Use the crate index to look up defs
Patrick Walton
2011-03-31
2
-0
/
+32
*
stdlib: Add a write_be_uint() function to writers
Patrick Walton
2011-03-31
1
-0
/
+14
*
Add a result_str method to std.sha1.sha1.
Graydon Hoare
2011-03-26
1
-0
/
+12
*
rustc: Parse definition IDs from crates; add a function to parse unsigned int...
Patrick Walton
2011-03-25
1
-0
/
+12
*
rustc: Look up names in "use"d crates
Patrick Walton
2011-03-25
2
-6
/
+18
*
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
5
-25
/
+85
*
Start making the standard-lib utf-8 aware
Marijn Haverbeke
2011-03-25
5
-42
/
+229
*
rustc: Open "use"d crates; add a _vec.vec_from_buf() method along the way; XF...
Patrick Walton
2011-03-24
1
-1
/
+7
*
stdlib: Provide a function to extract the underlying buf_writer from a writer
Patrick Walton
2011-03-22
1
-0
/
+9
*
stdlib: Add EBML writing functionality
Patrick Walton
2011-03-22
1
-2
/
+67
*
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
5
-14
/
+101
*
Revert "Remove usages of case(_) { fail; } since the compiler does this autom...
Patrick Walton
2011-03-22
2
-0
/
+2
*
lib: Add an EBML reader module
Patrick Walton
2011-03-22
2
-0
/
+110
*
Remove usages of case(_) { fail; } since the compiler does this automatically
Brian Anderson
2011-03-22
2
-2
/
+0
*
Add a "last" function to return the last element of a vector to the standard ...
Patrick Walton
2011-03-21
1
-0
/
+12
[prev]
[next]