about summary refs log tree commit diff
path: root/src/Makefile
AgeCommit message (Expand)AuthorLines
2010-08-12Fix max_sz bug that ended up causing us to index incorrectly into a vec of ta...Roy Frostig-0/+1
2010-08-11Added support for task sleeping in the scheduler.Michael Bebenita-4/+7
2010-08-11Added test cases.Michael Bebenita-0/+3
2010-08-11Add native vec[u8] to str converter. Put in workaround for leak in str to ve...Roy Frostig-0/+1
2010-08-10Put out burning tinderbox on OSX.Graydon Hoare-0/+1
2010-08-10un-XFAIL lib-deque.rs, as it seems to have been waiting on something recently...Graydon Hoare-1/+0
2010-08-10Always bounce mul/div/mod ops. Closes #131 harder.Graydon Hoare-6/+0
2010-08-10Merge commit 'jyasskin/work'Graydon Hoare-1/+0
2010-08-09XFailed some tests.Michael Bebenita-0/+7
2010-08-09Added class to abstract away platform specific thread primitives.Michael Bebenita-2/+4
2010-08-08Fix LLVM translation of modules.Jeffrey Yasskin-1/+0
2010-08-06Implement _str.len() to return the number of bytes, rename it to byte_len(),Jeffrey Yasskin-0/+1
2010-08-06Add an int->str conversion function.Jeffrey Yasskin-0/+2
2010-08-06Change the destructor-ordering test to use channels instead of a shared mutab...Jeffrey Yasskin-0/+1
2010-08-06Fix LLVM translation of modules.Jeffrey Yasskin-4/+0
2010-08-05Move 'as' precedence up to just above relational; support indexing str and ve...Graydon Hoare-0/+1
2010-08-04Add a CHECK_XFAILS target that inverts the sense of check: it tries to compil...Graydon Hoare-0/+8
2010-08-04Fix pexp parser to do left-associativity, not right. Closes #130.Graydon Hoare-0/+1
2010-08-04Bah. xfail arithmetic-interference for now; linux tinderbox is burning on it ...Graydon Hoare-0/+2
2010-08-03More stdlib hashmap work. Add a simple test and XFAIL it due to a valgrind-s...Roy Frostig-0/+2
2010-08-03Add tests and fix pexp bug. Closes #141.Graydon Hoare-1/+5
2010-07-29XFAIL all task-related tests for now; yesterday's work on notification proxie...Graydon Hoare-2/+29
2010-07-28Add a bunch of comm tests.Michael Bebenita-0/+5
2010-07-28Add some missing headers to the Makefile's RUNTIME_HDR list.Michael Bebenita-1/+4
2010-07-28Move ports out into their own file, add data_message and make communication s...Michael Bebenita-0/+2
2010-07-28Move notification-messages out into their own file and unify into notify_mess...Michael Bebenita-0/+2
2010-07-28Burn the mac and win trees less. Deque test is XFAILed, despite doing fine o...Roy Frostig-0/+1
2010-07-28Get slots in trans_tag using Semant tables. Closes #133.Roy Frostig-0/+1
2010-07-28Test the deque a bit. Give it a get-by-index method. Fix two uncovered stat...Roy Frostig-0/+1
2010-07-27Switch machine-type lexemes to use suffixes. Remove support for foo(bar) as a...Graydon Hoare-0/+2
2010-07-27Calm some LLVM indigestion of last change.Graydon Hoare-0/+1
2010-07-26Move the test suite to the "as" form for casts. XFAIL a few tests for LLVM.Patrick Walton-0/+4
2010-07-25Expose an RNG (the one used by our runtime) to Rust via std.Roy Frostig-0/+1
2010-07-23Modify testcase to match new syntax and un-XFAIL mutable-vec-drop.rs.Graydon Hoare-1/+0
2010-07-23Include all lval-writing statements in stmt_is_init calculation, not just "co...Graydon Hoare-1/+0
2010-07-22Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and r...Roy Frostig-1/+0
2010-07-22A certain incomplete quantity of wrestling with "INIT" statements that don't ...Graydon Hoare-0/+3
2010-07-22Un-XFAIL stuff that started working when pcwalton's new typechecker landed.Graydon Hoare-13/+1
2010-07-22XFAIL task-comm-5, it's burning the tinderboxes.Graydon Hoare-0/+1
2010-07-22Add XFAIL'ed test for return-in-iter, call unimpl when we find it. Closes #100.Graydon Hoare-0/+2
2010-07-22Fix mem op= mem bug in trans.ml (via not terribly good fix). Closes #111.Graydon Hoare-0/+1
2010-07-23Fix simple generic type parameters in LLVM.Jeffrey Yasskin-2/+0
2010-07-23Implement tuple access for LLVM.Jeffrey Yasskin-1/+0
2010-07-21Nothing change, to tickle tinderboxes.Graydon Hoare-1/+1
2010-07-21XFAIL comm-2 for now; there's an assertion trappping in rust_task::wakeup.Graydon Hoare-0/+1
2010-07-22Teach the makefile to generate .ll files,Jeffrey Yasskin-0/+6
2010-07-20Fix more bad tabs in Makefile.Graydon Hoare-3/+3
2010-07-20Extend compile-check for llvm case.Graydon Hoare-0/+4
2010-07-20Re-XFAIL stuff that is definitely still unsupported in LLVM-land (like, throw...Graydon Hoare-0/+3
2010-07-20Fix whitespace in Makefile.Graydon Hoare-1/+1