summary refs log tree commit diff
path: root/mk/rt.mk
AgeCommit message (Expand)AuthorLines
2012-03-26Disable some advanced (post glibc-2.3) libuv features when building snaps.Graydon Hoare-2/+12
2012-03-21Typo. No idea why local build worked.Graydon Hoare-2/+2
2012-03-21Fix rt deps. Close #1449.Graydon Hoare-37/+14
2012-03-18rt: Convert rust_task_list to a typedefBrian Anderson-2/+0
2012-03-16Remove dynastack support from runtimeMarijn Haverbeke-2/+0
2012-03-16Get rid of rust_crate_cache in the runtimeMarijn Haverbeke-1/+0
2012-02-28missing build file update for parent commitJeff Olson-1/+0
2012-02-16rt: Add rust_port_select functionBrian Anderson-0/+2
2012-02-10support a fast-make mode that avoids globbing into llvm and libuvGraydon Hoare-5/+12
2012-02-09rt: Remove sync::yield and sync::sleepBrian Anderson-1/+0
2012-02-09rt: Move rust_thread to its own filesBrian Anderson-0/+2
2012-02-09rt: Begin moving stack-building functions to rust_stack.cppBrian Anderson-0/+2
2012-02-09fix build on freebsdJyun-Yan You-2/+2
2012-02-03rt: Extract rust_scheduler from rust_task_threadBrian Anderson-0/+2
2012-02-03rt: Rename rust_scheduler to rust_task_threadBrian Anderson-2/+2
2012-02-03Remove experimental GC codeMarijn Haverbeke-2/+0
2012-02-02rt: Remove bitrotted testsBrian Anderson-6/+0
2012-02-02Update libuv.Graydon Hoare-4/+5
2012-02-01make boxes self-describing (fixes #1493)" (take 2)Niko Matsakis-0/+1
2012-02-01Revert "make boxes self-describing (fixes #1493)" until a newNiko Matsakis-1/+0
2012-02-01make boxes self-describing (fixes #1493)Niko Matsakis-0/+1
2012-02-01rt: Remove rust_timer. UnusedBrian Anderson-1/+0
2012-01-22std: Add some hacks to use libuvBrian Anderson-0/+1
2012-01-01freebsd supportUser Jyyou-0/+9
2011-12-10build: Use llvm-mc as our assemblerBrian Anderson-2/+2
2011-12-06Make valgrind usage more consistent and less error prone.Austin Seipp-1/+1
2011-12-01stdlib: Implement some preliminary libuv bindingsBrian Anderson-0/+1
2011-12-01build: Pass -fPIC to the libuv buildBrian Anderson-2/+2
2011-11-29fix makefiles, add option to ignore changes in makefilesNiko Matsakis-10/+11
2011-11-28rt: Build __morestack as a static library and copy it to the right placesBrian Anderson-0/+4
2011-11-28build: Stop linking morestack.S to rtBrian Anderson-1/+0
2011-11-22rt: Make __morestack (without unwinding) work on 32-bit linuxBrian Anderson-1/+2
2011-11-17rt: Make stack growth code build on LinuxBrian Anderson-2/+1
2011-11-17rt: More work on morestackPatrick Walton-1/+2
2011-11-16Revert "rt: More work on morestack"Brian Anderson-2/+1
2011-11-16Revert "rt: Make stack growth code build on Linux"Brian Anderson-1/+2
2011-11-16rt: Make stack growth code build on LinuxBrian Anderson-2/+1
2011-11-16rt: More work on morestackPatrick Walton-1/+2
2011-11-14Revert "rt: More work on morestack"Patrick Walton-2/+1
2011-11-14rt: More work on morestackPatrick Walton-1/+2
2011-11-11rt: Remove rust_chanBrian Anderson-2/+0
2011-11-10rt: Remove rust_aio.cpp. Bitrotted.Brian Anderson-1/+0
2011-11-08correct stack alignmentNiko Matsakis-1/+2
2011-11-08Re-add libuv as a submodule.Erick Tryzelaar-7/+7
2011-11-07Rename rust_uv.cpp to rust_aio.cppBrian Anderson-1/+1
2011-11-02Escape $ when building linux def filesBrian Anderson-1/+2
2011-11-02pass proper options to libuv makeNiko Matsakis-1/+6
2011-11-02virtualize the runtime per target triple.Niko Matsakis-70/+103
2011-11-02fix failed mergeNiko Matsakis-4/+0
2011-11-02enable intrinsics for multiple archNiko Matsakis-0/+2