about summary refs log tree commit diff
path: root/mk/rt.mk
AgeCommit message (Expand)AuthorLines
2011-08-03rt: Stub shape glue and implement shape::print and shape::size_of.Patrick Walton-0/+1
2011-07-29Removing proxies and message queues.Eric Holk-3/+0
2011-07-28Do all runtime calls to getenv at initializationBrian Anderson-0/+2
2011-07-13Remove 'Nop.' comments, add emacs lines, remove obsolete file.Graydon Hoare-1/+0
2011-06-28Resurrecting the runtime unit tests, and modifying them so they compile under...Eric Holk-0/+6
2011-06-28Renamed what's left of rust_dom to rust_schedulerEric Holk-2/+2
2011-06-28Removing runtime tests. The runtime is tested well enough by the standard lib...Eric Holk-6/+0
2011-06-25Fixes to speed and clean up makefiles.Graydon Hoare-2/+4
2011-06-16Get rid of old vec_append glue.Michael Sullivan-1/+1
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-5/+8
2011-06-08Use main.o directly now that stage0 is ok with it.Rafael Ávila de Espíndola-4/+0
2011-06-07Don't put a copy of main (the C one) in each binary we produce. This is a stepRafael Ávila de Espíndola-0/+12
2011-05-31Move rust_vec_append_glue to rt.Rafael Ávila de Espíndola-1/+1
2011-05-26More delicious dead code removal from runtime, upcalls.Graydon Hoare-3/+0
2011-05-24There is only one yield glue.Rafael Ávila de Espíndola-1/+1
2011-05-24There is only one activate function now.Rafael Ávila de Espíndola-1/+7
2011-05-18One exit_task_glue to rule them all.Rafael Ávila de Espíndola-1/+6
2011-05-08build: Use clang to compile the runtime if availablePatrick Walton-1/+1
2011-05-01Start splitting up Makefile.inGraydon Hoare-0/+97