| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2011-01-10 | Fail in new_stdio_reader when libc.fopen fails. | Graydon Hoare | -2/+3 |
| 2011-01-03 | Add _str.starts_with and ends_with. | Graydon Hoare | -0/+29 |
| 2010-12-31 | Add std.dbg.trap(str msg) for help debugging. | Graydon Hoare | -0/+5 |
| 2010-12-21 | Sort methods in object types. | Graydon Hoare | -0/+25 |
| 2010-12-21 | Add std.sort, with a simple mergesort. | Graydon Hoare | -0/+50 |
| 2010-11-18 | rustboot: Don't use walk to traverse statements in type.ml; fixes redundant c... | Patrick Walton | -0/+10 |
| 2010-11-09 | Teach rustc about const tag value, begin work on trans_copy_ty, make uint's t... | Graydon Hoare | -19/+9 |
| 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 | -4/+17 |
| 2010-11-08 | Add a check for binding an alias. Good thing, as we had two instances in our ... | Graydon Hoare | -2/+2 |
| 2010-11-05 | Move the option type to its own module | Patrick Walton | -47/+70 |
| 2010-11-05 | Revert "Move the option type to its own module" | Patrick Walton | -54/+31 |
| 2010-11-05 | Move the option type to its own module | Patrick Walton | -31/+54 |
| 2010-11-02 | Shift obj, type, param decls to have strata rather than effects. | Graydon Hoare | -15/+15 |
| 2010-11-02 | Split out stratum-checking pass, implement more-strict (overly aggressive) im... | Graydon Hoare | -19/+19 |
| 2010-11-02 | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | -3/+3 |
| 2010-10-28 | rustboot: Emit an error instead of asserting in trans when a T is passed by v... | Patrick Walton | -1/+1 |
| 2010-10-28 | Revert "rustboot: Emit an error instead of asserting in trans when a T is pas... | Patrick Walton | -1/+1 |
| 2010-10-28 | rustboot: Emit an error instead of asserting in trans when a T is passed by v... | Patrick Walton | -1/+1 |
| 2010-10-22 | rustc: Add an "_" prefix to assembler-generated symbols on Mac | Patrick Walton | -0/+11 |
| 2010-10-22 | Add some filename helpers to os. | Graydon Hoare | -0/+25 |
| 2010-10-22 | Change vec slice to use uint, add push/pop/shift/unshift. | Graydon Hoare | -6/+29 |
| 2010-10-21 | eliminated bitv.test, which now lives in test/run-pass | Dave Herman | -283/+0 |
| 2010-10-21 | line length police; moved comp.util.bits to std.bitv | Dave Herman | -0/+464 |