| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fix max_sz bug that ended up causing us to index incorrectly into a vec of ↵ | Roy Frostig | 2010-08-12 | 1 | -0/+1 | |
| | | | | | | | | | tag types. Add a testcase. | |||||
| * | | Added support for task sleeping in the scheduler. | Michael Bebenita | 2010-08-11 | 1 | -4/+7 | |
| | | | ||||||
| * | | Added test cases. | Michael Bebenita | 2010-08-11 | 1 | -0/+3 | |
| | | | ||||||
| * | | Add native vec[u8] to str converter. Put in workaround for leak in str to ↵ | Roy Frostig | 2010-08-11 | 1 | -0/+1 | |
| | | | | | | | | | vec[u8] converter. Add testcase exercising both. Drive-by fix a potential array-out-of-bounds write on rust_str buffers. | |||||
| * | | Put out burning tinderbox on OSX. | Graydon Hoare | 2010-08-10 | 1 | -0/+1 | |
| | | | ||||||
| * | | un-XFAIL lib-deque.rs, as it seems to have been waiting on something ↵ | Graydon Hoare | 2010-08-10 | 1 | -1/+0 | |
| | | | | | | | | | recently fixed. | |||||
| * | | Always bounce mul/div/mod ops. Closes #131 harder. | Graydon Hoare | 2010-08-10 | 1 | -6/+0 | |
| | | | ||||||
| * | | Merge commit 'jyasskin/work' | Graydon Hoare | 2010-08-10 | 1 | -1/+0 | |
| |\ \ | | | | | | | | | | | | | | | | Conflicts: src/rt/rust_dom.cpp src/rt/rust_upcall.cpp | |||||
| | * | | Fix LLVM translation of modules. | Jeffrey Yasskin | 2010-08-08 | 1 | -1/+0 | |
| | |/ | ||||||
| * | | XFailed some tests. | Michael Bebenita | 2010-08-09 | 1 | -0/+7 | |
| | | | ||||||
| * | | Added class to abstract away platform specific thread primitives. | Michael Bebenita | 2010-08-09 | 1 | -2/+4 | |
| |/ | ||||||
| * | Implement _str.len() to return the number of bytes, rename it to byte_len(), | Jeffrey Yasskin | 2010-08-06 | 1 | -0/+1 | |
| | | | | | and add a test. | |||||
| * | Add an int->str conversion function. | Jeffrey Yasskin | 2010-08-06 | 1 | -0/+2 | |
| | | | | | The test currently fails because string equality isn't implemented. | |||||
| * | Change the destructor-ordering test to use channels instead of a shared ↵ | Jeffrey Yasskin | 2010-08-06 | 1 | -0/+1 | |
| | | | | | | | | mutable object. This test used to take advantage of a hole in the type system that allows objects with destructors to refer to stateful objects. | |||||
| * | Fix LLVM translation of modules. | Jeffrey Yasskin | 2010-08-06 | 1 | -4/+0 | |
| | | ||||||
| * | Move 'as' precedence up to just above relational; support indexing str and ↵ | Graydon Hoare | 2010-08-05 | 1 | -0/+1 | |
| | | | | | vec by all integral types. Closes #94. | |||||
| * | Add a CHECK_XFAILS target that inverts the sense of check: it tries to ↵ | Graydon Hoare | 2010-08-04 | 1 | -0/+8 | |
| | | | | | compile and run the tests marked as XFAILs. | |||||
| * | 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 | |
| | | | | | and it's late. | |||||
| * | More stdlib hashmap work. Add a simple test and XFAIL it due to a ↵ | Roy Frostig | 2010-08-03 | 1 | -0/+2 | |
| | | | | | valgrind-spotted UMR. | |||||
| * | 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 ↵ | Graydon Hoare | 2010-07-29 | 1 | -2/+29 | |
| | | | | | proxies broke inter-task shutdown. | |||||
| * | 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 ↵ | Michael Bebenita | 2010-07-28 | 1 | -0/+2 | |
| | | | | | system use it (and proxies) instead of existing token scheme. | |||||
| * | Move notification-messages out into their own file and unify into ↵ | Michael Bebenita | 2010-07-28 | 1 | -0/+2 | |
| | | | | | notify_message, make them use proxies, cache task proxies in dom. | |||||
| * | Burn the mac and win trees less. Deque test is XFAILed, despite doing fine ↵ | Roy Frostig | 2010-07-28 | 1 | -0/+1 | |
| | | | | | on Linux. | |||||
| * | 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 ↵ | Roy Frostig | 2010-07-28 | 1 | -0/+1 | |
| | | | | | state-calculation bugs --- one decently, the other with an ugly hack. Bug on the latter coming right up. | |||||
| * | Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as ↵ | Graydon Hoare | 2010-07-27 | 1 | -0/+2 | |
| | | | | | a cast notation. Closes #129. | |||||
| * | 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 ↵ | Graydon Hoare | 2010-07-23 | 1 | -1/+0 | |
| | | | | | "copy-like". Un-XFAIL generic-tag-alt.rs | |||||
| * | Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and ↵ | Roy Frostig | 2010-07-22 | 1 | -1/+0 | |
| | | | | | runtime. Closes #109. | |||||
| * | A certain incomplete quantity of wrestling with "INIT" statements that don't ↵ | Graydon Hoare | 2010-07-22 | 1 | -0/+3 | |
| | | | | | actually initialize. Should probably rename them to MAKE. Anyway, WIP, but two steps forward (and one back). More later. | |||||
| * | 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 | |
| | | | | | | | | This involved adding an Ast.ty return to trans_lval. I also included the code for record and box access, but their tests don't completely pass yet. | |||||
| * | 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 | |
| | | | | | | which are helpful in debugging the llvm backend. Also tell git to ignore LLVM's intermediate files. | |||||
| * | 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, ↵ | Graydon Hoare | 2010-07-20 | 1 | -0/+3 | |
| | | | | | throws Not_implemented). | |||||
| * | Fix whitespace in Makefile. | Graydon Hoare | 2010-07-20 | 1 | -1/+1 | |
| | | ||||||