summary refs log tree commit diff
path: root/src/rt/rust_uv.c
AgeCommit message (Collapse)AuthorLines
2013-12-24Remove rust_globals.hBrian Anderson-2/+3
2013-11-18Move runtime files to C instead of C++Alex Crichton-0/+212
Explicitly have the only C++ portion of the runtime be one file with exception handling. All other runtime files must now live in C and be fully defined in C.