summary refs log tree commit diff
path: root/mk/rt.mk
AgeCommit message (Expand)AuthorLines
2014-06-16alloc: Allow disabling jemallocAlex Crichton-0/+6
2014-06-16Potential fix for Win32 buildValerii Hiora-1/+0
2014-06-12Platform configurationValerii Hiora-6/+43
2014-06-12mk: Allow using a locally compiled libuv.aAlex Crichton-8/+19
2014-06-12mk: Allow usage of a local jemalloc installAlex Crichton-2/+16
2014-06-06std: Extract librustrt out of libstdAlex Crichton-4/+5
2014-06-05mk: Move rust_test_helpers out of libstdAlex Crichton-2/+3
2014-05-15mk: Don't build jemalloc with -g3Alex Crichton-1/+1
2014-05-11make sure jemalloc valgrind support is enabledDaniel Micay-0/+1
2014-05-11pass correct CFLAGS for jemallocDaniel Micay-1/+1
2014-05-10add back jemalloc to the treeDaniel Micay-4/+48
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-10/+11
2014-04-22Upgrade compiler-rtVadim Chugunov-2/+2
2014-03-27mk: Always touch libuv.aBrian Anderson-0/+1
2014-03-13Add basic backtrace functionalityAlex Crichton-0/+67
2014-02-14Add MKFILE_DEPS to compiler-rt targetAlex Crichton-1/+1
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-2/+3
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-0/+31
2014-02-02Remove VPATH usage in MakefilesAlex Crichton-3/+5
2014-01-26Move extra::flate to libflateAlex Crichton-2/+2
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-196/+122
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