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