summary refs log tree commit diff
path: root/src/rt/rust_upcall.cpp
AgeCommit message (Collapse)AuthorLines
2010-07-19Added a message passing system based on lock free queues for inter-thread ↵Michael Bebenita-330/+270
communication. Channels now buffer on the sending side, and no longer require blocking when sending. Lots of other refactoring and bug fixes.
2010-07-15Fix a couple fails with wrong arg count (new arg from last gc change); ↵Graydon Hoare-3/+5
expand vec_grow logging a bit.
2010-07-04Fix typo in upcall_recv log message.Graydon Hoare-1/+1
2010-07-02Improve logging on upcall_malloc.Graydon Hoare-2/+7
2010-06-28Move more of the GC logic into the runtime.Graydon Hoare-10/+29
2010-06-23Populate tree.Graydon Hoare-0/+654