summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+171
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+171
2014-06-21Add missing attributes to indirect calls for foreign functionsBjörn Steinbrink-0/+18
2014-06-13Cosmetic fixes & commentsValerii Hiora-1/+5
2014-06-12Runtime support for arm on iOSValerii Hiora-34/+74
2014-05-22libtime: Remove the `tz_zone` field from times.Patrick Walton-36/+6
2014-05-14update valgrind headersDaniel Micay-512/+1859
2014-05-11make sure jemalloc valgrind support is enabledDaniel Micay-1/+1
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-5448/+0
2014-04-24Update libuvAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-08Fix spelling errors in comments.Joseph Crail-1/+1
2014-03-25rustuv: Handle short writes in uv_fs_writeAlex Crichton-1/+1
2014-03-21rand: Rewrite OsRng in Rust for windowsAlex Crichton-59/+0
2014-03-19rustc: Fix x86 ffi for empty struct argumentsklutzy-0/+23
2014-03-14fix MIPS targetJyun-Yan You-25/+8
2014-03-12std: Move rand to librand.Huon Wilson-1/+1
2014-03-05native: Stop using readdir()Alex Crichton-3/+12
2014-02-16Upgrade libuvAlex Crichton-1/+1
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-0/+41
2014-02-03std: Hardcode pthread constants and structuresAlex Crichton-20/+0
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-20rustuv: Re-work sockaddr glue to not use mallocAlex Crichton-44/+0
2014-01-03rt: Define exp10 on AndroidBrian Anderson-0/+5
2013-12-30Convert some C functions to rust functionsAlex Crichton-67/+0
2013-12-26Register new snapshotsAlex Crichton-92/+0
2013-12-24Remove rust_globals.hBrian Anderson-143/+37
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-31/+37
2013-12-22uv: Suppress a warning by using an absolute pathAlex Crichton-0/+2
2013-12-07Register new snapshotsAlex Crichton-9/+0
2013-12-05Remove unused upcallsAlex Crichton-1/+2
2013-11-29Statically link librustrt to libstdAlex Crichton-51/+0
2013-11-22Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.Luqman Aden-11/+0
2013-11-22Fix up mingw64 target.Luqman Aden-7/+18
2013-11-19Implement more native file I/OAlex Crichton-63/+0
2013-11-18Move runtime files to C instead of C++Alex Crichton-178/+198
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-441/+2
2013-11-18Implement a native mutex typeAlex Crichton-2/+24
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-16/+16
2013-11-13add rust_trylock_little_lockJason Toffaletti-0/+33
2013-11-12rt: Delete more C++Brian Anderson-141/+10
2013-11-11auto merge of #10403 : poiru/rust/issue-2675, r=alexcrichtonbors-9/+11
2013-11-11Add asserts to check for faililng QueryPerformance* calls in precise_time_nsBirunthan Mohanathas-7/+9
2013-11-11Change use of unsigned integers to signed integers for clarity inBirunthan Mohanathas-5/+5
2013-11-10Another round of test fixes from previous commitsAlex Crichton-4/+2
2013-11-10Update to the latest libuvAlex Crichton-152/+25
2013-11-10Work around bugs in 32-bit enum FFIAlex Crichton-0/+5
2013-11-10Migrate uv timer bindings away from ~fn()Alex Crichton-5/+0
2013-11-10uv: Remove lots of uv/C++ wrappersAlex Crichton-352/+0
2013-11-08auto merge of #10348 : ksh8281/rust/fix_android_timegm, r=yichoibors-2/+5