about summary refs log tree commit diff
path: root/src/libcore/sys.rs
AgeCommit message (Expand)AuthorLines
2012-01-19Use ctypes in native function declarationsHaitao Li-4/+4
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+54
2012-01-14libcore: Add sys::set_min_stackBrian Anderson-0/+17
2012-01-12libcore: Add sys::set_exit_statusBrian Anderson-0/+13
2012-01-11add a log_str() function and allow '%?' in fmt strings to use itNiko Matsakis-0/+5
2011-12-16core: marked fns as pure where possibleStefan Plantikow-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+96