| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | Limit the exports from std::vec | Brian Anderson | -0/+25 | |
| 2011-08-12 | Rename std::ioivec to std::io | Brian Anderson | -148/+148 | |
| 2011-08-12 | Remove std::io | Brian Anderson | -474/+0 | |
| 2011-08-12 | Convert all uses of std::io to std::ioivec | Brian Anderson | -63/+66 | |
| 2011-08-12 | Remove a vbuf import from std::str | Brian Anderson | -1/+0 | |
| 2011-08-12 | Rename str::connect_ivec to str::connect | Brian Anderson | -21/+21 | |
| 2011-08-12 | Remove str::connect | Brian Anderson | -11/+0 | |
| 2011-08-12 | Convert uses of str::connect to str::connect_ivec | Brian Anderson | -8/+8 | |
| 2011-08-12 | Convert str::concat to ivecs | Brian Anderson | -5/+5 | |
| 2011-08-12 | Rename str::split_ivec to str::split | Brian Anderson | -10/+10 | |
| 2011-08-12 | Remove str::split | Brian Anderson | -16/+0 | |
| 2011-08-12 | Convert uses of str::split to split_ivec | Brian Anderson | -19/+11 | |
| 2011-08-12 | Convert str::from_chars, to_chars to ivecs | Brian Anderson | -14/+13 | |
| 2011-08-12 | Remove str_from_vec runtime function | Brian Anderson | -20/+1 | |
| 2011-08-12 | Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytes | Brian Anderson | -32/+32 | |
| 2011-08-12 | Remove std::str::unsafe_from_bytes | Brian Anderson | -6/+0 | |
| 2011-08-12 | Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivec | Brian Anderson | -31/+27 | |
| 2011-08-12 | Remove str::from_bytes | Brian Anderson | -10/+8 | |
| This is exactly the same as str::unsafe_from_bytes | ||||
| 2011-08-12 | Convert str::is_utf8 to ivecs | Brian Anderson | -6/+6 | |
| 2011-08-12 | Remove vec version of str::bytes, rename bytes_ivec to str::bytes | Brian Anderson | -68/+46 | |
| 2011-08-12 | Remove vecs from compiletest | Brian Anderson | -17/+17 | |
| 2011-08-12 | Remove vecs from the rustc driver | Brian Anderson | -40/+52 | |
| 2011-08-12 | Remove vecs from simplext | Brian Anderson | -29/+21 | |
| 2011-08-12 | Begin removing vecs from #fmt | Brian Anderson | -9/+13 | |
| 2011-08-12 | Change a bunch of places in the stdlib to use blocks. | Michael Sullivan | -48/+42 | |
| 2011-08-12 | Properly typecheck unary minus | Marijn Haverbeke | -1/+14 | |
| Closes #813 | ||||
| 2011-08-11 | rt: Stub Rust GC metadata printer and Rust GC strategy modules | Patrick Walton | -0/+79 | |
| 2011-08-11 | Revert "Add missing functions to rustllvm.def.in" | Brian Anderson | -3/+0 | |
| This reverts commit 1bea273974c3c9570f76fd9c4a4a985ca05bd60f. Looks like this is not actually necessary. Hard to tell since the tinderboxes are falling behind. | ||||
| 2011-08-11 | XFAIL do-while-body-fails | Brian Anderson | -0/+3 | |
| Doesn't work w/out optimizations | ||||
| 2011-08-11 | Add missing functions to rustllvm.def.in | Brian Anderson | -0/+3 | |
| 2011-08-11 | Handle _|_ - typed things in the bodies of do-while loops | Tim Chevalier | -0/+9 | |
| 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 | Fix too-long line. | Lindsey Kuper | -1/+1 | |
| 2011-08-11 | Sanity-check the code examples that appear in the object system docs. | Lindsey Kuper | -0/+66 | |
| 2011-08-11 | Use the new C API for PassManagerBuilder. | Rafael Ávila de Espíndola | -66/+58 | |
| 2011-08-11 | Update for llvm api change. | Rafael Ávila de Espíndola | -12/+5 | |
| 2011-08-11 | rustc: Associate type descriptors with allocas as metadata | Patrick Walton | -12/+88 | |
| 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. | ||||
| 2011-08-11 | Update and un-XFAIL run-pass/many.rs | Brian Anderson | -11/+8 | |
| 2011-08-11 | rustc: Lowercase "main function not found" error | Brian Anderson | -2/+2 | |
| 2011-08-11 | rustc: Use spans in some main typeck errors | Brian Anderson | -4/+6 | |
| 2011-08-11 | Add ast_map::node_span function | Brian Anderson | -0/+57 | |
| 2011-08-11 | Switch a check for main type from an error to an ICE | Brian Anderson | -1/+1 | |
| This code path doesn't look possible, so I think it indicates a bug. Also, make the message lowercase. | ||||
| 2011-08-11 | Lowercase the "wrong type in main fn" error | Brian Anderson | -4/+4 | |
| 2011-08-11 | Fix the error-pattern in compile-fail/bad-main.rs. Un-XFAIL | Brian Anderson | -4/+1 | |
| This is also tested by compile-fail/main-wrong-type.rs but the type signatures are slightly different, so I guess it's worth holding on to. | ||||
