| Age | Commit message (Expand) | Author | Lines |
| 2011-05-17 | Finally rename std::_xxx to std::xxx | Marijn Haverbeke | -318/+0 |
| 2011-05-16 | Rewrite everything to use [] instead of vec() in value position. | Graydon Hoare | -17/+17 |
| 2011-05-12 | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | -0/+318 |
| 2011-05-06 | Rename std modules to be camelcased | Marijn Haverbeke | -318/+0 |
| 2011-05-05 | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | -4/+4 |
| 2011-05-02 | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | -5/+6 |
| 2011-05-02 | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | -6/+5 |
| 2011-05-02 | Use different syntax for checks that matter to typestate | Tim Chevalier | -5/+6 |
| 2011-04-28 | stdlib: Provide "array" as a friendlier shorthand for "vec[mutable? T]" | Patrick Walton | -17/+18 |
| 2011-04-28 | Further work on typestate_check | Tim Chevalier | -0/+15 |
| 2011-04-27 | stdlib/rt: Add an unsafe function to cast immutable vectors to mutable ones | Patrick Walton | -0/+2 |
| 2011-04-19 | Handle nested items correctly in typestate_check | Tim Chevalier | -1/+1 |
| 2011-04-19 | Remove effect system from src. | Graydon Hoare | -1/+1 |
| 2011-04-15 | stdlib: Add some vector functions: empty, empty_mut, grow_set, and freeze. Ch... | Patrick Walton | -4/+31 |
| 2011-04-13 | Make expr_while work in typestate_check | Tim Chevalier | -0/+11 |
| 2011-04-06 | Continued sketching out code for checking states against preconditions. | Tim Chevalier | -0/+21 |
| 2011-04-01 | Started adding support for typestate checking. | Tim Chevalier | -0/+23 |
| 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-21 | Add a "last" function to return the last element of a vector to the standard ... | Patrick Walton | -0/+12 |
| 2011-03-18 | Add "mutable?" to _vec in the standard library; fix callers | Patrick Walton | -14/+15 |
| 2011-03-18 | Add some mutable variants of vector functions to the standard library | Patrick Walton | -0/+25 |
| 2011-03-16 | Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw... | Graydon Hoare | -16/+20 |
| 2011-03-09 | Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro... | Graydon Hoare | -1/+0 |
| 2010-11-09 | Implement a map2() function in std._vec | Patrick Walton | -0/+18 |
| 2010-11-09 | Support a special const-value refcount, use it for const strings. | Graydon Hoare | -2/+7 |
| 2010-11-05 | Move the option type to its own module | Patrick Walton | -2/+2 |
| 2010-10-22 | Change vec slice to use uint, add push/pop/shift/unshift. | Graydon Hoare | -6/+29 |
| 2010-09-22 | Reformat standard library; no code changes. | Graydon Hoare | -66/+75 |
| 2010-09-03 | Test multi-ref'ed vec growth more seriously than before. | Roy Frostig | -0/+5 |
| 2010-08-19 | Make _io.buf_reader read more than 0 bytes at a time. | Roy Frostig | -4/+20 |
| 2010-08-12 | Address FIXME in _vec waiting on closed issue #108. | Roy Frostig | -5/+4 |
| 2010-08-12 | Add vec debugging utility to _vec module. | Roy Frostig | -0/+5 |
| 2010-08-11 | Fix reverse-indexing bug in _vec.init_fn. | Roy Frostig | -3/+3 |
| 2010-08-04 | Add a buffered writer to stdlib _io module. | Roy Frostig | -2/+7 |
| 2010-08-03 | Address _vec.map allocation FIXME. Add test. | Roy Frostig | -6/+2 |
| 2010-08-03 | Address _vec.grow FIXME, as issue #89 has been closed. | Roy Frostig | -4/+1 |
| 2010-08-03 | Pass parametric types by-alias in various stdlib spots. | Roy Frostig | -2/+2 |
| 2010-07-27 | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a... | Graydon Hoare | -5/+5 |
| 2010-07-22 | Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r... | Roy Frostig | -2/+5 |
| 2010-07-22 | Source FIXME annotations for issue #81 and a correction to STMT_bind fmt. | Roy Frostig | -5/+7 |
| 2010-07-15 | Implement the "simple typechecker", which avoids HM inference | Patrick Walton | -1/+1 |
| 2010-07-16 | Add a _vec.slice function that'll hold us over until .(a,b) syntax is | Jeffrey Yasskin | -0/+15 |
| 2010-07-13 | Add differently-typed refcount synonyms to _str and _vec. | Graydon Hoare | -0/+1 |
| 2010-07-05 | Uint-ify various bits of _str and _vec, enrich _vec a bit. | Graydon Hoare | -6/+36 |
| 2010-06-28 | The few and proud isolated bits from stdlib-work so far that don't break ever... | Roy Frostig | -0/+11 |
| 2010-06-23 | Populate tree. | Graydon Hoare | -0/+30 |