rust/src/rt
Alex Crichton 17a951c7bf Remove unused upcalls
The main one removed is rust_upcall_reset_stack_limit (continuation of #10156),
and this also removes the upcall_trace function. The was hidden behind a
`-Z trace` flag, but if you attempt to use this now you'll get a linker error
because there is no implementation of the 'upcall_trace' function. Due to this
no longer working, I decided to remove it entirely from the compiler (I'm also a
little unsure on what it did in the first place).
2013-12-05 16:29:16 -08:00
..
arch rt: Namespace all C functions under rust_ 2013-11-18 16:17:43 -08:00
msvc Add some C99 and C++ compatibility headers for MSVC 2011-03-21 10:24:00 -07:00
sundown Expand tidy to prevent binaries from being checked 2013-09-30 10:15:47 -07:00
vg rt: Make valgrind Win64-compatible 2013-08-26 22:15:45 +09:00
miniz.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_android_dummy.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_android_dummy.h auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestinger 2013-05-04 22:09:36 -07:00
rust_builtin.c Implement more native file I/O 2013-11-19 09:59:21 -08:00
rust_cxx_glue.cpp Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_globals.h Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_test_helpers.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_upcall.c Remove unused upcalls 2013-12-05 16:29:16 -08:00
rust_uv.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00