about summary refs log tree commit diff
path: root/src/rt
AgeCommit message (Expand)AuthorLines
2014-10-02remove the uv_support codeDaniel Micay-169/+0
2014-10-02rm libuv-auto-clean-triggerDaniel Micay-2/+0
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-08-05Added clarification regarding rust_try_inner.Vadim Chugunov-1/+2
2014-08-04Implement unwinding for Win64.Vadim Chugunov-9/+25
2014-08-04Fix valgrind.h for Win64.Vadim Chugunov-30/+31
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-3/+10
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