summary refs log tree commit diff
path: root/mk/rt.mk
AgeCommit message (Expand)AuthorLines
2014-01-03Fix ARM unwinding.Vadim Chugunov-1/+1
2013-12-26Register new snapshotsAlex Crichton-1/+0
2013-12-24Stop using C++ exceptions for stack unwinding.Vadim Chugunov-10/+12
2013-12-22uv: Suppress a warning by using an absolute pathAlex Crichton-6/+17
2013-11-29Statically link librustrt to libstdAlex Crichton-4/+2
2013-11-22Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.Luqman Aden-2/+7
2013-11-22mk: Get rid of redundant LIBUV_FLAGS.Luqman Aden-36/+3
2013-11-22Fix up mingw64 target.Luqman Aden-16/+32
2013-11-18Move runtime files to C instead of C++Alex Crichton-11/+16
2013-11-18Remove the C++ lock_and_signal typeAlex Crichton-1/+0
2013-11-10Another round of test fixes from previous commitsAlex Crichton-1/+1
2013-11-10Update to the latest libuvAlex Crichton-1/+1
2013-11-06auto merge of #10227 : kud1ing/rust/ios, r=alexcrichtonbors-0/+7
2013-11-06Fixes for compilation to iOS:kud1ing-0/+7
2013-11-05Move implementation for threads to RustDirkjan Bussink-1/+0
2013-11-02Statically link libuv to librustuvAlex Crichton-5/+23
2013-11-01Statically link sundown to librustdocAlex Crichton-10/+28
2013-10-29support for GNU configure syntaxHeather-6/+5
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-1/+1
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-2/+0
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-6/+3
2013-10-19Use __morestack to detect stack overflowAlex Crichton-6/+3
2013-10-18Remove jemalloc from the runtimeAlex Crichton-17/+2
2013-10-16drop the linenoise libraryDaniel Micay-4/+1
2013-10-09std::rand: make the windows OSRng more correct, remove some C++.Huon Wilson-1/+0
2013-10-08Build libuv/jemalloc only once (not per stage)Alex Crichton-113/+101
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-1/+12
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-1/+0
2013-09-18auto merge of #9280 : alexcrichton/rust/less-c++, r=brsonbors-1/+0
2013-09-18Remove rust_run_program.cppAlex Crichton-1/+0
2013-09-17The purpose of these headers is to fix issues with mingw v4.0, as described i...Vadim Chugunov-1/+1
2013-09-16Pass OS to gyp_uvSeo Sanghyeon-3/+4
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-1/+0
2013-09-09auto merge of #9033 : alexcrichton/rust/libuv-makefile-dep, r=brsonbors-1/+1
2013-09-07Give the libuv makefile generation a dependencyAlex Crichton-1/+1
2013-09-07Run gyp with CFG_PYTHON which is python < 3Alex Crichton-1/+1
2013-09-06Upgrade libuv to the current master (again)Alex Crichton-10/+25
2013-09-05auto merge of #8975 : alexcrichton/rust/reorganize, r=pnkfelixbors-32/+35
2013-09-04Move the `rt` build directory under $targetAlex Crichton-32/+35
2013-09-04Convert rust_log.cpp to Rust, closes #8703Florian Hahn-1/+0
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-36/+10
2013-08-29mk: Fix libuv makefile generation on androidIlyong Cho-0/+9
2013-08-28Fix compilation issues with libuv on OSXAlex Crichton-1/+6
2013-08-28Run gyp_uv with CFG_PYTHON instead of directlyAlex Crichton-1/+1
2013-08-27Fix various issues associated with building on windowsAlex Crichton-23/+18
2013-08-27Implement process bindings to libuvAlex Crichton-0/+7
2013-08-27Upgrade libuv to the current master + our patchesAlex Crichton-8/+25
2013-08-23rt: Remove rust_abiBrian Anderson-1/+0
2013-08-23rt: Remove rust_util.cppBrian Anderson-1/+0
2013-08-23rt: Remove old precise GC codeBrian Anderson-1/+0