about summary refs log tree commit diff
path: root/src/rt/rust_globals.h
AgeCommit message (Collapse)AuthorLines
2013-12-24Remove rust_globals.hBrian Anderson-120/+0
2013-11-18Move runtime files to C instead of C++Alex Crichton-0/+8
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.
2013-10-20Fix unicode errors on Windows in path_is_dir, path_exists, getcwd and ↵LEE Wondong-0/+8
rust_localtime. This make these functions use wchar_t version of APIs, instead of char version.
2013-08-16rt: Remove unused parts of rust_globals.hBrian Anderson-21/+0
2013-05-13Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> ↵Luqman Aden-1/+1
__attribute__((...)).
2013-03-17rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64.Luqman Aden-0/+16
2013-02-15rm unused hash table from the runtimeDaniel Micay-2/+0
2013-02-14move isaac RNG utility functions to new rust_rng.cpp fileChris Peterson-1/+0
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-10-04rt: Remove CHECK_CLAIMSBrian Anderson-4/+0
2012-09-24rt: Call the Rust box annihilator; stop calling the cycle collectorPatrick Walton-0/+2
This reverts commit 991cbfe42c8836e8b4adfcaf288d5c0b8d57397c.
2012-09-24Revert "rt: Call the Rust box annihilator; stop calling the cycle collector" ↵Patrick Walton-2/+0
due to crashes This reverts commit bb0ad11252c493ca8de85025411c3f068f529039.
2012-09-24rt: Call the Rust box annihilator; stop calling the cycle collectorPatrick Walton-0/+2
2012-07-24Change yield() and wait_event() to be MUST_CHECK and return the killed flag. ↵Ben Blum-0/+2
(closes #2875)
2012-07-13Add asserts to check fail_sched_loop() only onceBen Blum-0/+2
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-2/+35
Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h
2012-03-28Tidy up multiple declarations and STDC_FOO_MACROS guards in headers.Graydon Hoare-0/+67