| Age | Commit message (Expand) | Author | Lines |
| 2011-08-16 | Removing port, chan and task shapes. | Eric Holk | -6/+0 |
| 2011-08-16 | Removing task, chan and port upcalls. | Eric Holk | -192/+0 |
| 2011-08-16 | Accept main(args: [str]) as main signature | Brian Anderson | -8/+74 |
| 2011-08-16 | Disabling TRACK_ALLOCATIONS | Eric Holk | -2/+2 |
| 2011-08-16 | Removed trans_comm.rs from the compiler. Updating aio/sio to work with the ne... | Eric Holk | -13/+47 |
| 2011-08-15 | Abort abruptly on failure on windows | Brian Anderson | -0/+6 |
| 2011-08-15 | Reducing the chances for race conditions in join. | Eric Holk | -2/+19 |
| 2011-08-15 | Fixing win32 build. | Eric Holk | -1/+1 |
| 2011-08-15 | Properly ref counting to fix valgrind issues on linux. | Eric Holk | -15/+38 |
| 2011-08-15 | Removed spawn and task from the parser. Updated all the tests except for the ... | Eric Holk | -3/+10 |
| 2011-08-15 | Fixed memory accounting and task stack creation bugs. | Eric Holk | -34/+77 |
| 2011-08-15 | Working on more spawn test cases. | Eric Holk | -7/+15 |
| 2011-08-15 | Updating to build on Linux and Mac, and hopefully Windows too. | Eric Holk | -0/+4 |
| 2011-08-15 | Added a library version of spawn. Before long, we can remove the old version. | Eric Holk | -30/+77 |
| 2011-08-15 | Port ID-based channels. | Eric Holk | -2/+34 |
| 2011-08-15 | First step towards port handles. | Eric Holk | -3/+37 |
| 2011-08-12 | Rename rust_list_files_ivec to rust_list_files | Brian Anderson | -2/+2 |
| 2011-08-12 | Remove rust_list_files from std and rt | Brian Anderson | -26/+0 |
| 2011-08-12 | Remove runtime vector builtins | Brian Anderson | -92/+0 |
| 2011-08-12 | Remove str_from_vec runtime function | Brian Anderson | -18/+0 |
| 2011-08-12 | Remove vec version of str::bytes, rename bytes_ivec to str::bytes | Brian Anderson | -27/+0 |
| 2011-08-10 | rustc: Remove unused "trace" upcalls | Patrick Walton | -14/+0 |
| 2011-08-10 | rt: Add the last few cases to polymorphic log | Patrick Walton | -0/+11 |
| 2011-08-10 | rt: Step over type params properly in glue | Patrick Walton | -0/+1 |
| 2011-08-10 | rt: Allow records and boxes to be logged | Patrick Walton | -11/+48 |
| 2011-08-10 | rt: Allow tags to be logged | Patrick Walton | -3/+31 |
| 2011-08-10 | rt: Implement logging of vectors | Patrick Walton | -1/+20 |
| 2011-08-10 | rt: Implement polymorphic log on strings | Patrick Walton | -2/+33 |
| 2011-08-10 | rustc: Use polymorphic logging | Patrick Walton | -25/+91 |
| 2011-08-10 | rt: Shutdown gracefully on failure | Brian Anderson | -2/+28 |
| 2011-08-10 | rt: Use _LP64 instead of SIZE_MAX and UINT64_MAX to try to put out the burnin... | Patrick Walton | -1/+1 |
| 2011-08-10 | rt: Attempt to quiet MinGW by including limits.h | Patrick Walton | -0/+1 |
| 2011-08-09 | rt: Stub code for polymorphic log | Patrick Walton | -2/+45 |
| 2011-08-09 | rt: Implement comparison of functions, objects, ports, channels, and tasks | Patrick Walton | -1/+21 |
| 2011-08-09 | rt: Don't walk vars twice. We self-host with compare glue now. | Patrick Walton | -1/+0 |
| 2011-08-09 | rt: Initialize "result" in all constructors for cmp | Patrick Walton | -1/+2 |
| 2011-08-09 | rt: Compare exterior vectors | Patrick Walton | -8/+36 |
| 2011-08-09 | rt: Make comparison through type vars work | Patrick Walton | -21/+14 |
| 2011-08-09 | rt: Fix comparison of interior vectors | Patrick Walton | -5/+63 |
| 2011-08-08 | rt: Add code to walk over interior vectors, untested as of yet | Patrick Walton | -27/+84 |
| 2011-08-08 | rt: Compare tags | Patrick Walton | -7/+59 |
| 2011-08-08 | rt: Align when comparing the insides of boxes | Patrick Walton | -13/+10 |
| 2011-08-08 | rt: Align mallocs to 16 byte boundaries | Patrick Walton | -0/+1 |
| 2011-08-08 | Disabling TRACK_ALLOCATIONS | Eric Holk | -1/+1 |
| 2011-08-08 | Introduced task handles. | unknown | -27/+69 |
| 2011-08-08 | rt: Compare the insides of boxes | Patrick Walton | -6/+32 |
| 2011-08-08 | rt: "const foo const &" == "const foo &", duh. Puts out burning tinderbox. | Patrick Walton | -1/+1 |
| 2011-08-08 | rt: Stub the shape-based cmp upcall | Patrick Walton | -9/+121 |
| 2011-08-08 | Converted the rest of the task-comm-* tests over. Also fixed some | Eric Holk | -31/+4 |
| 2011-08-05 | rt: Stub compare glue | Patrick Walton | -22/+60 |