| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-06-26 | auto merge of #7113 : alexcrichton/rust/banned-warnings, r=cmr | bors | -3/+2 | |
| Reopening of #7031, Closes #6963 I imagine though that this will bounce in bors once or twice... Because attributes can't be cfg(stage0)'d off, there's temporarily a lot of new stage0/stage1+ code. | ||||
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 | |
| 2013-06-25 | Deny common lints by default for lib{std,extra} | Alex Crichton | -3/+2 | |
| 2013-06-23 | vec: remove BaseIter implementation | Daniel Micay | -5/+6 | |
| I removed the `static-method-test.rs` test because it was heavily based on `BaseIter` and there are plenty of other more complex uses of static methods anyway. | ||||
| 2013-06-20 | ignore inherited environment test under valgrind r=snapshot | James Miller | -0/+1 | |
| 2013-06-18 | std: Work around some failing 'run' tests when valgrinding. #7224 | Brian Anderson | -5/+25 | |
| Under valgrind on 64->32 cross compiles the dynamic linker is emitting some error messages on stderr, which interferes with the tests that are checking stderr. | ||||
| 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. | ||||
