about summary refs log tree commit diff
path: root/src/rt/rust_uvtmp.cpp
AgeCommit message (Collapse)AuthorLines
2012-02-28moving new uv stuff into uv.rs and rust_uv.cppJeff Olson-612/+0
- removing the remains of uvtmp.rs and rust_uvtmp.rs - removing the displaced, low-level libuv bindings in uv.rs and rust_uv.cpp
2012-02-28finishing up simple uv_timer implJeff Olson-8/+51
as it stands, basic async nad timer support is added
2012-02-28cleaning up uv_async stuff and stubbing uv_timerJeff Olson-36/+91
2012-02-28removed hello world and added uv_async_*Jeff Olson-3/+37
2012-02-28everything is laid out and working through a basic hwJeff Olson-0/+52
the core impl is there, with a async handle in place to take incoming operations from user code. No actual uv handle/operations are implemented yet, though.
2012-02-03rt: Rename rust_scheduler to rust_task_threadBrian Anderson-1/+1
2012-01-27rt: Remove unused variableBrian Anderson-2/+2
2012-01-27Implement timers.Donovan Preston-2/+64
2012-01-26Shuffle around to work with rust-spidermonkeyDonovan Preston-37/+57
2012-01-22std: Add some hacks to use libuvBrian Anderson-0/+346