| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-12 | std: fix windows | Huon Wilson | -1/+1 | |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and ↵ | Huon Wilson | -2/+1 | |
| .as_bytes_with_null[_consume](). The first acts on &str and is not nul-terminated, the last two act on strings that are always null terminated (&'static str, ~str and @str). | ||||
| 2013-06-11 | fix windows build | Daniel Micay | -2/+2 | |
| 2013-06-11 | option: remove redundant old_iter impls | Daniel Micay | -4/+4 | |
| 2013-06-10 | Tag a bunch of destructors that need mutable self with FIXME for #4330. ↵ | Ben Blum | -1/+1 | |
| Close #4943. | ||||
| 2013-06-10 | std: fix compile & test | Huon Wilson | -0/+1 | |
| 2013-06-10 | std: replace str::all/any fns and methods with iterators | Huon Wilson | -1/+1 | |
| 2013-06-01 | std: fix run tests when symlink is in the rust checkout path | Erick Tryzelaar | -6/+12 | |
| 2013-06-01 | Remove all uses of `pub impl`. rs=style | Patrick Walton | -23/+20 | |
| 2013-05-30 | libextra: Require documentation by default | Alex Crichton | -0/+2 | |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -2/+8 | |
| 2013-05-27 | Rename unwrap_input/unwrap_output as suggested by | gareth | -11/+11 | |
| @brson. Also fix a few documentation bugs. | ||||
| 2013-05-27 | Make test_change_working_directory change the current | gareth | -3/+5 | |
| directory to be the parent of the current-current directory, instead of changing to the tmp directory, which was causing issues with OS X and its /tmp => /private/tmp symlink. | ||||
| 2013-05-27 | Refactor core::run in order to address many of the issues | gareth | -303/+606 | |
| mentioned in #2625. This change makes the module more oriented around Process values instead of having to deal with process ids directly. Apart from issues mentioned in #2625, other changes include: - Changing the naming to be more consistent - Process/process is now used instead of a mixture of Program/program and Process/process. - More docs/tests. Some io/scheduler related issues remain (mentioned in #2625). | ||||
| 2013-05-22 | libstd: Rename libcore to libstd and libstd to libextra; update makefiles. | Patrick Walton | -0/+856 | |
| This only changes the directory names; it does not change the "real" metadata names. | ||||
