| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a CHECK_XFAILS target that inverts the sense of check: it tries to compil... | Graydon Hoare | 2010-08-04 | 1 | -0/+8 |
| * | Fix pexp parser to do left-associativity, not right. Closes #130. | Graydon Hoare | 2010-08-04 | 1 | -0/+1 |
| * | Bah. xfail arithmetic-interference for now; linux tinderbox is burning on it ... | Graydon Hoare | 2010-08-04 | 1 | -0/+2 |
| * | More stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-s... | Roy Frostig | 2010-08-03 | 1 | -0/+2 |
| * | Add tests and fix pexp bug. Closes #141. | Graydon Hoare | 2010-08-03 | 1 | -1/+5 |
| * | XFAIL all task-related tests for now; yesterday's work on notification proxie... | Graydon Hoare | 2010-07-29 | 1 | -2/+29 |
| * | Add a bunch of comm tests. | Michael Bebenita | 2010-07-28 | 1 | -0/+5 |
| * | Add some missing headers to the Makefile's RUNTIME_HDR list. | Michael Bebenita | 2010-07-28 | 1 | -1/+4 |
| * | Move ports out into their own file, add data_message and make communication s... | Michael Bebenita | 2010-07-28 | 1 | -0/+2 |
| * | Move notification-messages out into their own file and unify into notify_mess... | Michael Bebenita | 2010-07-28 | 1 | -0/+2 |
| * | Burn the mac and win trees less. Deque test is XFAILed, despite doing fine o... | Roy Frostig | 2010-07-28 | 1 | -0/+1 |
| * | Get slots in trans_tag using Semant tables. Closes #133. | Roy Frostig | 2010-07-28 | 1 | -0/+1 |
| * | Test the deque a bit. Give it a get-by-index method. Fix two uncovered stat... | Roy Frostig | 2010-07-28 | 1 | -0/+1 |
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a... | Graydon Hoare | 2010-07-27 | 1 | -0/+2 |
| * | Calm some LLVM indigestion of last change. | Graydon Hoare | 2010-07-27 | 1 | -0/+1 |
| * | Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM. | Patrick Walton | 2010-07-26 | 1 | -0/+4 |
| * | Expose an RNG (the one used by our runtime) to Rust via std. | Roy Frostig | 2010-07-25 | 1 | -0/+1 |
| * | Modify testcase to match new syntax and un-XFAIL mutable-vec-drop.rs. | Graydon Hoare | 2010-07-23 | 1 | -1/+0 |
| * | Include all lval-writing statements in stmt_is_init calculation, not just "co... | Graydon Hoare | 2010-07-23 | 1 | -1/+0 |
| * | Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r... | Roy Frostig | 2010-07-22 | 1 | -1/+0 |
| * | A certain incomplete quantity of wrestling with "INIT" statements that don't ... | Graydon Hoare | 2010-07-22 | 1 | -0/+3 |
| * | Un-XFAIL stuff that started working when pcwalton's new typechecker landed. | Graydon Hoare | 2010-07-22 | 1 | -13/+1 |
| * | XFAIL task-comm-5, it's burning the tinderboxes. | Graydon Hoare | 2010-07-22 | 1 | -0/+1 |
| * | Add XFAIL'ed test for return-in-iter, call unimpl when we find it. Closes #100. | Graydon Hoare | 2010-07-22 | 1 | -0/+2 |
| * | Fix mem op= mem bug in trans.ml (via not terribly good fix). Closes #111. | Graydon Hoare | 2010-07-22 | 1 | -0/+1 |
| * | Fix simple generic type parameters in LLVM. | Jeffrey Yasskin | 2010-07-23 | 1 | -2/+0 |
| * | Implement tuple access for LLVM. | Jeffrey Yasskin | 2010-07-23 | 1 | -1/+0 |
| * | Nothing change, to tickle tinderboxes. | Graydon Hoare | 2010-07-21 | 1 | -1/+1 |
| * | XFAIL comm-2 for now; there's an assertion trappping in rust_task::wakeup. | Graydon Hoare | 2010-07-21 | 1 | -0/+1 |
| * | Teach the makefile to generate .ll files, | Jeffrey Yasskin | 2010-07-22 | 1 | -0/+6 |
| * | Fix more bad tabs in Makefile. | Graydon Hoare | 2010-07-20 | 1 | -3/+3 |
| * | Extend compile-check for llvm case. | Graydon Hoare | 2010-07-20 | 1 | -0/+4 |
| * | Re-XFAIL stuff that is definitely still unsupported in LLVM-land (like, throw... | Graydon Hoare | 2010-07-20 | 1 | -0/+3 |
| * | Fix whitespace in Makefile. | Graydon Hoare | 2010-07-20 | 1 | -1/+1 |
| * | ctxt_auto_deref_lval decides whether to autoderef the entire lval, not its base. | Roy Frostig | 2010-07-19 | 1 | -0/+1 |
| * | Autoderef objects when passing them as implicit (indirect) arg upon vtbl-disp... | Roy Frostig | 2010-07-19 | 1 | -0/+1 |
| * | Fix argv.rs under the LLVM compiler. | Jeffrey Yasskin | 2010-07-19 | 1 | -1/+0 |
| * | Work around auto-dereference crash in rustboot. | Jeffrey Yasskin | 2010-07-19 | 1 | -0/+2 |
| * | Fixed circular buffer resizing bug. | Michael Bebenita | 2010-07-19 | 1 | -1/+0 |
| * | Added a message passing system based on lock free queues for inter-thread com... | Michael Bebenita | 2010-07-19 | 1 | -3/+20 |
| * | Fix opeq.rs for LLVM by implementing simple augmented-assignment operators. | Jeffrey Yasskin | 2010-07-20 | 1 | -1/+0 |
| * | Make the LLVM compiler crash when it hits a source construct it doesn't know | Jeffrey Yasskin | 2010-07-20 | 1 | -0/+1 |
| * | Un-XFAIL a bunch of LLVM tests that already pass. | Jeffrey Yasskin | 2010-07-20 | 1 | -15/+0 |
| * | Sort the XFAILed tests to make it easier to track changes. | Jeffrey Yasskin | 2010-07-20 | 1 | -13/+13 |
| * | Make the build system run dsymutil so we can debug llvm-produced binaries on ... | Jeffrey Yasskin | 2010-07-20 | 1 | -2/+18 |
| * | Improve the LLVM-using experience. | Jeffrey Yasskin | 2010-07-20 | 1 | -3/+4 |
| * | Fix argv.rs under the LLVM compiler. | Jeffrey Yasskin | 2010-07-18 | 1 | -1/+0 |
| * | Fix the LLVM ocamlopt build. | Jeffrey Yasskin | 2010-07-18 | 1 | -2/+2 |
| * | Work around auto-dereference crash in rustboot. | Jeffrey Yasskin | 2010-07-18 | 1 | -1/+0 |
| * | Un-XFAIL a couple tests fixed by pcwalton's new typechecker. Closes #50. Clos... | Graydon Hoare | 2010-07-16 | 1 | -2/+0 |