]> git.lizzy.rs Git - rust.git/history - mk/rt.mk
doc: 'if' expressions no longer require parens
[rust.git] / mk / rt.mk
2011-10-07 Brian AndersonBring make distcheck up to date
2011-10-06 Brian AndersonMake rpath work on mac
2011-09-28 Patrick Waltonrt: Add a call stub that switches to the C stack, untes...
2011-09-23 Erick TryzelaarUpdate to libuv commit 3ca382.
2011-09-23 Patrick Waltonrt: Add a RUST_TRACK_ORIGINS debug flag to help track...
2011-09-20 Patrick Waltonrt: Stub code for the cycle collector
2011-08-20 Patrick Waltonrustc: Introduce ABI versioning so we can change value...
2011-08-19 Patrick Waltonrustc: Stub GC routines
2011-08-19 Patrick Waltonrt: Remove rust_alarm dead code
2011-08-17 Patrick Waltonrt: Implement obstacks, untested as of yet
2011-08-15 Eric HolkUpdating to build on Linux and Mac, and hopefully Windo...
2011-08-05 Eric HolkMerge branch 'master' of github.com:graydon/rust
2011-08-05 Brian AndersonBuild libuv with the same C compiler as the rest of rt
2011-08-05 Graydon HoareMunge libuv makefiles sufficiently to build out of...
2011-08-05 Brian AndersonMore win32 libuv build tweaks
2011-08-05 Brian AndersonUpdate build rules so rt builds with libuv on Linux.
2011-08-05 Rob ArnoldUpdate libuv to revision ee599ec1141cc48f895de1f9d14803...
2011-08-05 Rob ArnoldBasic async IO module using libuv
2011-08-05 Rob ArnoldIntegrate libuv into the build system
2011-08-04 Patrick Waltonrt: Stub shape glue and implement shape::print and...
2011-07-30 Eric HolkRemoving proxies and message queues.
2011-07-29 robarnoldMerge pull request #781 from robarnold/upstream-stable
2011-07-28 Brian AndersonDo all runtime calls to getenv at initialization
2011-07-13 Graydon HoareRemove 'Nop.' comments, add emacs lines, remove obsolet...
2011-06-28 Eric HolkResurrecting the runtime unit tests, and modifying...
2011-06-28 Eric HolkRenamed what's left of rust_dom to rust_scheduler
2011-06-28 Eric HolkRemoving runtime tests. The runtime is tested well...
2011-06-25 Graydon HoareFixes to speed and clean up makefiles.
2011-06-16 Michael SullivanGet rid of old vec_append glue.
2011-06-14 Eric HolkThis is the mega-ucontext commit. It replaces the task...
2011-06-10 Patrick WaltonMerge pull request #447 from paulstansifer/quick_error_...
2011-06-08 Rafael Ávila de... Use main.o directly now that stage0 is ok with it.
2011-06-08 Josh MatthewsMerge remote branch 'graydon/master'
2011-06-07 Rafael Ávila de... Don't put a copy of main (the C one) in each binary...
2011-05-31 Rafael Ávila de... Move rust_vec_append_glue to rt.
2011-05-27 Graydon HoareMore delicious dead code removal from runtime, upcalls.
2011-05-24 Rafael Ávila de... There is only one yield glue.
2011-05-24 Rafael Ávila de... There is only one activate function now.
2011-05-18 Rafael Ávila de... One exit_task_glue to rule them all.
2011-05-09 Patrick Waltonbuild: Use clang to compile the runtime if available
2011-05-01 Graydon HoareStart splitting up Makefile.in