| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-08-12 | Un-XFAIL do-while-body-fails | Tim Chevalier | -3/+0 | |
| Made it work both with optimization enabled, and with optimization disabled. Huzzah! | ||||
| 2011-08-12 | Convert most working tests to ivecs | Brian Anderson | -121/+124 | |
| I tried to pay attention to what was actually being tested so, e.g. when I test was just using a vec as a boxed thing, I converted to boxed ints, etc. Haven't converted the macro tests yet. Not sure what to do there. | ||||
| 2011-08-12 | Don't rely on binop autoderef in the compiler. | Michael Sullivan | -1/+1 | |
| 2011-08-12 | Remove std::vec | Brian Anderson | -7/+0 | |
| 2011-08-12 | Remove all usages of std::vec::vbuf | Brian Anderson | -5/+5 | |
| 2011-08-12 | Remove vecs from std::sha1 | Brian Anderson | -2/+2 | |
| 2011-08-12 | XFAIL run-pass/vec-self-append | Brian Anderson | -0/+4 | |
| Broken under the ivec regime | ||||
| 2011-08-12 | Remove last uses of vec::len | Brian Anderson | -41/+51 | |
| 2011-08-12 | Convert uint::parse_buf to ivecs | Brian Anderson | -3/+2 | |
| 2011-08-12 | Remove vecs from std::getopts | Brian Anderson | -74/+74 | |
| 2011-08-12 | Remove more vectors from std | Brian Anderson | -6/+6 | |
| 2011-08-12 | Remove vecs from std::sort | Brian Anderson | -62/+33 | |
| 2011-08-12 | Convert std::run to ivecs | Brian Anderson | -5/+5 | |
| 2011-08-12 | Remove vecs from std::bitv | Brian Anderson | -82/+82 | |
| 2011-08-12 | Convert compile-fail/alias-mismatch to ivecs | Brian Anderson | -2/+2 | |
| 2011-08-12 | Convert benchmarks to ivecs | Brian Anderson | -39/+41 | |
| 2011-08-12 | Convert run-pass/import-glob-crate to ivecs | Brian Anderson | -4/+4 | |
| 2011-08-12 | Convert run-pass/mod-view-items to ivecs | Brian Anderson | -2/+2 | |
| 2011-08-12 | Move the ivec::reverse tests to stdtest | Brian Anderson | -22/+20 | |
| 2011-08-12 | Add reverse and reversed to std::ivec | Brian Anderson | -7/+7 | |
| Modify tests to use the ivec version | ||||
| 2011-08-12 | Remove stdtest::vec | Brian Anderson | -95/+0 | |
| 2011-08-12 | Add some of stdtest::vec into stdtest::ivec | Brian Anderson | -0/+47 | |
| Add missing functions to std::ivec as needed | ||||
| 2011-08-12 | Convert run-pass/vec-append to ivecs | Brian Anderson | -20/+14 | |
| 2011-08-12 | Remove references to std::vec from compile-fail/cross-crate-glob-collision.rs | Brian Anderson | -4/+4 | |
| 2011-08-12 | Remove run-pass/vec-alloc-append.rs | Brian Anderson | -13/+0 | |
| There is no ivec::append and this is the only remaining user of vec::append | ||||
| 2011-08-12 | Remove run-pass/vec-ref-count.rs | Brian Anderson | -12/+0 | |
| This test will be irellevant when vecs are gone | ||||
| 2011-08-12 | Rename std::ioivec to std::io | Brian Anderson | -39/+39 | |
| 2011-08-12 | Convert all uses of std::io to std::ioivec | Brian Anderson | -38/+38 | |
| 2011-08-12 | Rename str::connect_ivec to str::connect | Brian Anderson | -3/+3 | |
| 2011-08-12 | Convert uses of str::connect to str::connect_ivec | Brian Anderson | -5/+5 | |
| 2011-08-12 | Convert str::concat to ivecs | Brian Anderson | -4/+4 | |
| 2011-08-12 | Rename str::split_ivec to str::split | Brian Anderson | -4/+4 | |
| 2011-08-12 | Convert uses of str::split to split_ivec | Brian Anderson | -5/+5 | |
| 2011-08-12 | Convert str::from_chars, to_chars to ivecs | Brian Anderson | -3/+2 | |
| 2011-08-12 | Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes | Brian Anderson | -4/+4 | |
| 2011-08-12 | Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec | Brian Anderson | -14/+8 | |
| 2011-08-12 | Remove str::from_bytes | Brian Anderson | -1/+1 | |
| This is exactly the same as str::unsafe_from_bytes | ||||
| 2011-08-12 | Convert str::is_utf8 to ivecs | Brian Anderson | -4/+4 | |
| 2011-08-12 | Remove vec version of str::bytes, rename bytes_ivec to str::bytes | Brian Anderson | -9/+14 | |
| 2011-08-12 | Remove vecs from compiletest | Brian Anderson | -17/+17 | |
| 2011-08-12 | Change a bunch of places in the stdlib to use blocks. | Michael Sullivan | -3/+2 | |
| 2011-08-12 | Properly typecheck unary minus | Marijn Haverbeke | -0/+5 | |
| Closes #813 | ||||
| 2011-08-11 | XFAIL do-while-body-fails | Brian Anderson | -0/+3 | |
| Doesn't work w/out optimizations | ||||
| 2011-08-11 | Handle _|_ - typed things in the bodies of do-while loops | Tim Chevalier | -0/+4 | |
| The resulting code is strange, but perhaps someone else can fix it. The obvious things, like returning body_res, all resulted in completely incomprehensible LLVM errors. Closes #814 | ||||
| 2011-08-11 | Sanity-check the code examples that appear in the object system docs. | Lindsey Kuper | -0/+66 | |
| 2011-08-11 | Un-ignore stdtest::task::test_sleep | Brian Anderson | -1/+0 | |
| Works for me. | ||||
| 2011-08-11 | Bring run-pass/spawn-fn up to date and un-XFAIL | Brian Anderson | -4/+4 | |
| 2011-08-11 | Bring run-pass/spawn-module-qualified up to date and un-XFAIL | Brian Anderson | -6/+6 | |
| 2011-08-11 | Bring run-pass/task-killjoin up to date and un-XFAIL | Brian Anderson | -12/+11 | |
| 2011-08-11 | Fill out some of the run-pass/binops tests | Brian Anderson | -19/+20 | |
| Un-XFAIL, and just comment out and add a FIXME to the two cases that fail on linux. Closes #577. This still doesn't compare <, >, etc for channels, ports and tasks, but since they use pointer equality, that's a bit difficult to set up. | ||||
