about summary refs log tree commit diff
path: root/src/rt/rust_srv.cpp
AgeCommit message (Expand)AuthorLines
2011-11-07Clean up logging output. Closes #1088Brian Anderson-1/+1
2011-07-28Do all runtime calls to getenv at initializationBrian Anderson-2/+3
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-5/+11
2011-07-07Removing the synchronized memory region from tasks.Eric Holk-2/+1
2011-07-07Removing most of the locks in rust_upcall.cpp and elsewhere.Eric Holk-1/+1
2011-06-27Implementation mising features in lock_and_signal for Win32. Also lowered th...Eric Holk-2/+1
2011-06-27Fixed a few concurrency bugs. Still not perfect, but overall it seems much mo...Eric Holk-1/+2
2011-05-10Attempt to put out burning darwin tinderbox.Graydon Hoare-0/+4
2011-04-19Overhaul logging system in runtimeMarijn Haverbeke-5/+1
2011-01-14Change log buffer butes to a symbolic const in runtime.Graydon Hoare-5/+5
2010-09-07Lots of design changes around proxies and message passing. Made it so that do...Michael Bebenita-3/+9
2010-09-07Added a few utility classes, cleaned up the include order of .h files, and st...Michael Bebenita-6/+2
2010-08-17Lots of changes around memory managment in the Runtime. Added memory regions ...Michael Bebenita-52/+11
2010-08-16Pulled rust_srv in its own file. Some cleanup, and added varargs to assertion...Michael Bebenita-0/+121