about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2011-09-20Another trivial commit.Graydon Hoare-0/+1
2011-09-20Trivial commit to test reporting to IRC.Graydon Hoare-1/+1
2011-09-20rt: Stub code for the cycle collectorPatrick Walton-0/+77
2011-09-20rt: Make rust_shape.h able to be included in more contextsPatrick Walton-1/+6
2011-09-20Ignore #949Jesse Ruderman-1/+1
2011-09-20Add @true to common_exprs and fix some exclusionsJesse Ruderman-3/+4
2011-09-20Switch URLs.Graydon Hoare-2/+2
2011-09-20rt: Add an on-the-side GC chainPatrick Walton-0/+8
2011-09-20rt: Rename rand() to isaac_rand() since the former prevents lots of standard ...Patrick Walton-5/+5
2011-09-20rt: Remove the GC alloc chainPatrick Walton-9/+4
2011-09-20rt: Remove #include "rust_box.h"Patrick Walton-1/+0
2011-09-20Revert "rt: Rename rust_box to rust_box_legacy, as they're about to become se...Patrick Walton-7/+6
2011-09-20rt: Remove rust_box.h; I'm going to switch to an external map.Patrick Walton-18/+0
2011-09-20rt: Remove upcall_malloc_box and upcall_free_box; I don't think they'll be ne...Patrick Walton-37/+0
2011-09-20rustc: Pass actual tydescs to upcall_mallocPatrick Walton-4/+8
2011-09-20rustc: Remove trans_raw_malloc, as it's only called from one placePatrick Walton-17/+10
2011-09-20Fuzzer: add common_exprs, but comment out its use for now. Update lists of kn...Jesse Ruderman-10/+43
2011-09-20Remove bogus comments from run-pass/task-comm-3Brian Anderson-2/+0
2011-09-20Rehabilitate run-fail/trivial-message2Brian Anderson-13/+19
2011-09-20Fix syntax errorJesse Ruderman-1/+1
2011-09-20Remove a bogus comment from run-fail/spawnfailBrian Anderson-1/+0
2011-09-20Actually un-xfail task-comm-14Brian Anderson-1/+0
2011-09-20Rehabilitate task-comm-14Brian Anderson-8/+12
2011-09-20Add an assert to run-fail/unwind-altBrian Anderson-0/+1
2011-09-20Move linker invocation from driver::rustc to back::linkBrian Anderson-88/+94
2011-09-20Zero locals that are inited via alt expressions. Closes #945Brian Anderson-0/+13
2011-09-20Remove some obsolete 'copy' operators from transMarijn Haverbeke-12/+12
2011-09-20Properly handle 'put;' in transMarijn Haverbeke-1/+3
2011-09-20Remove some bogus white-space from llvm.rsMarijn Haverbeke-50/+2
2011-09-19Fuzzer: add ability to run the generated programsJesse Ruderman-22/+91
2011-09-19Add tests for moving nullary functionsBrian Anderson-0/+19
2011-09-19Un-xfail various testsBrian Anderson-9/+0
2011-09-19Un-xfail-fast run-pass/send-iloopBrian Anderson-2/+0
2011-09-19Remove a spurious error pattern from run-pass/linked-failureBrian Anderson-1/+0
2011-09-19Un-xfail two tests under check-fastBrian Anderson-2/+0
2011-09-19Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"Brian Anderson-5/+0
2011-09-19Check for the correct exit code on cfail tests. Closes #938Brian Anderson-3/+7
2011-09-19Build tuples in two phases to avoid cleaning up partial tuplesBrian Anderson-1/+25
2011-09-19Register tuple cleanups after the tuple is builtBrian Anderson-1/+12
2011-09-19Revert "Revert "xfail some tests that hang (instead of segfaulting) since eaf...Brian Anderson-0/+5
2011-09-19Revert "Check for the correct exit code on cfail tests. Closes #938"Brian Anderson-7/+3
2011-09-19Revert "xfail some tests that hang (instead of segfaulting) since eafb6789a2"Brian Anderson-5/+0
2011-09-19Check for the correct exit code on cfail tests. Closes #938Brian Anderson-3/+7
2011-09-19Break fold's circular reference during unwindingBrian Anderson-11/+7
2011-09-19Simplify perf target flags. Apparently the event names aren't stable/portable.Graydon Hoare-20/+1
2011-09-19Build records in two phases to avoid cleanups on partial recordsBrian Anderson-5/+58
2011-09-19Don't register record cleanups until the record is builtBrian Anderson-1/+12
2011-09-19rt: Introduce a self-describing box representation and functions to create an...Patrick Walton-1/+59
2011-09-18xfail some tests that hang (instead of segfaulting) since eafb6789a2Marijn Haverbeke-0/+5
2011-09-18Stop creating function pairs for static functionsMarijn Haverbeke-86/+43