| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
adding two pointers fields to rust_kernel :(
.. have to do manual malloc/free for one of the fields, which feels wrong
|
|
|
|
|
|
|
|
This allows singleton, globally accessible tasks to be created
|
|
|
|
|
|
|
|
.. im now going to refactor the tcp request and server tests to utilize
each other, so no more external network ugliness
|
|
|
|
|
|
Conflicts:
src/rt/rust_kernel.cpp
src/rt/rust_scheduler.cpp
src/rt/rust_scheduler.h
|
|
|
|
|
|
#1402. Close #1970.
|
|
compile time.
|
|
All tydescs are static now, there's no need to worry about
marshalling them between threads anymore.
|
|
Issue #1982
|
|
We are no longer generating dynamic tydescs or dicts.
Issue #1982
|
|
|
|
|
|
|
|
|
|
rust_vtable)
|
|
|
|
|
|
|
|
- removing the remains of uvtmp.rs and rust_uvtmp.rs
- removing the displaced, low-level libuv bindings
in uv.rs and rust_uv.cpp
|
|
adds new c/c++ methods bound in rust for uvtmp::uv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
procsrv task from compiletest.
|