summary refs log tree commit diff
path: root/src/rt/rust_test_helpers.c
AgeCommit message (Collapse)AuthorLines
2013-12-24Remove rust_globals.hBrian Anderson-1/+2
2013-11-18Move runtime files to C instead of C++Alex Crichton-0/+177
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.