about summary refs log tree commit diff
path: root/src/rt/rust_builtin.c
AgeCommit message (Expand)AuthorLines
2014-09-06readdir: return error instead of failing on invalid UTF-16Peter Atashian-27/+0
2014-08-08Move system header includes above valgrind.h includeChris Nixon-4/+4
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+8
2014-05-22libtime: Remove the `tz_zone` field from times.Patrick Walton-36/+6
2014-05-11make sure jemalloc valgrind support is enabledDaniel Micay-1/+1
2014-03-21rand: Rewrite OsRng in Rust for windowsAlex Crichton-59/+0
2014-03-12std: Move rand to librand.Huon Wilson-1/+1
2014-03-05native: Stop using readdir()Alex Crichton-3/+12
2014-02-03std: Hardcode pthread constants and structuresAlex Crichton-20/+0
2013-12-30Convert some C functions to rust functionsAlex Crichton-67/+0
2013-12-24Remove rust_globals.hBrian Anderson-19/+31
2013-11-19Implement more native file I/OAlex Crichton-56/+0
2013-11-18Move runtime files to C instead of C++Alex Crichton-0/+579