| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added a few utility classes, cleaned up the include order of .h files, and ↵ | Michael Bebenita | 2010-09-07 | 1 | -0/+4 |
| | | | | | started to make the Rust kernel own domain message queues rather than the Rust domains themselves. | ||||
| * | Turn native OCaml code generation on for the Mac | Patrick Walton | 2010-08-27 | 1 | -0/+1 |
| | | |||||
| * | Have alt-pattern drop the slots it initializes when binding slot patterns. ↵ | Roy Frostig | 2010-08-27 | 1 | -0/+1 |
| | | | | | Add a testcase for this as well. | ||||
| * | Make vreg constrs per-quad, regfence on nontrivial constrs, back out ↵ | Graydon Hoare | 2010-08-26 | 1 | -0/+1 |
| | | | | | workaround to _uint, add regression test. Closes #152. | ||||
| * | Add automatic parameter instantiation. Closes #45. | Patrick Walton | 2010-08-26 | 1 | -0/+1 |
| | | |||||
| * | un-XFAIL lib-map.rs now that rust stacks are large and it passes on linux. | Roy Frostig | 2010-08-26 | 1 | -1/+0 |
| | | |||||
| * | Workaround issue #152 in _uint.next_power_of_two | Roy Frostig | 2010-08-26 | 1 | -0/+1 |
| | | |||||
| * | Insure bools remain 0x1 or 0x0 by having boolean-NOT not just be a simple ↵ | Roy Frostig | 2010-08-25 | 1 | -0/+1 |
| | | | | | bit-NOT. | ||||
| * | Merge obj-drop and closure-drop code, handles freeing bound exteriors now. | Graydon Hoare | 2010-08-25 | 1 | -0/+1 |
| | | |||||
| * | Fixed the location of the failing XFailed test. | Michael Bebenita | 2010-08-24 | 1 | -1/+1 |
| | | |||||
| * | Implemented an lock free queue based on this paper ↵ | Michael Bebenita | 2010-08-24 | 1 | -4/+11 |
| | | | | | http://www.cs.rochester.edu/~scott/papers/1996_PODC_queues.pdf, the "lock free queue" we had before wasn't lock free at all. | ||||
| * | Rename lib tests, enable lib-int.rs using _str.eq for now. | Graydon Hoare | 2010-08-24 | 1 | -5/+4 |
| | | |||||
| * | Merge remote branch 'tohava/master' | Graydon Hoare | 2010-08-23 | 1 | -0/+1 |
| |\ | | | | | | | | | Conflicts: src/boot/fe/ast.ml | ||||
| | * | Modified parser to handle alt type andadded a few tests | Or Brostovski | 2010-08-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | ast.ml - modified arm types for easier polymorphism - fixed a bug in fmt_type_arm dead.ml - modified arm types for easier polymorphism common.ml - added 'either' - added some useful auxiliary functions item.ml - modified arm code to be more polymorphic and handle both alt-tag and alt-type, also fixed the problematic case in bad-alt.rs Makefile - added XFAIL for new alt-type test bad-alt.rs - added test for invalid alt syntax alt-type-simple.rs - added simple test for alt type | ||||
| * | | XFAIL _io test because darwin and winnt are burning. | Roy Frostig | 2010-08-20 | 1 | -0/+1 |
| | | | |||||
| * | | Allow every test to make a .tmp file that is cleaned up before execution. | Roy Frostig | 2010-08-20 | 1 | -6/+28 |
| | | | |||||
| * | | Re-XFAIL destructor-ordering.rs. Valgrind doesn't like it (though oddly, ↵ | Graydon Hoare | 2010-08-20 | 1 | -0/+1 |
| | | | | | | | | | doesn't make the tbox burn). | ||||
| * | | Un-XFAIL some tests that (seem to) rely on large task stacks | Patrick Walton | 2010-08-20 | 1 | -3/+0 |
| | | | |||||
| * | | Support single-element append on vec, str. Closes #44. | Graydon Hoare | 2010-08-20 | 1 | -0/+1 |
| | | | |||||
| * | | Fix a bunch of typestate bugs in handling if and while statement wirings. | Graydon Hoare | 2010-08-19 | 1 | -0/+1 |
| | | | |||||
| * | | Fail during build if we can't determine the current Git revision | Patrick Walton | 2010-08-18 | 1 | -1/+1 |
| | | | |||||
| * | | Lots of changes around memory managment in the Runtime. Added memory regions ↵ | Michael Bebenita | 2010-08-17 | 1 | -2/+5 |
| | | | | | | | | | and fixed race caused by calling rust_srv::malloc() from multiple threads when sending messages. | ||||
| * | | Re-xfailed tests because Windows is still complaining. | Michael Bebenita | 2010-08-16 | 1 | -2/+19 |
| | | | |||||
| * | | Un-xfailed working tests. | Michael Bebenita | 2010-08-16 | 1 | -22/+5 |
| | | | |||||
| * | | Pulled rust_srv in its own file. Some cleanup, and added varargs to ↵ | Michael Bebenita | 2010-08-16 | 1 | -2/+4 |
| | | | | | | | | | assertion macros. | ||||
| * | | 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. | ||||