summary refs log tree commit diff
path: root/mk/rt.mk
AgeCommit message (Expand)AuthorLines
2015-07-21trans: Move rust_try into the compilerAlex Crichton-18/+0
2015-06-27mk: Add support for i686-pc-windows-msvcAlex Crichton-0/+19
2015-06-25msvc: Implement runtime support for unwindingAlex Crichton-3/+6
2015-05-19mk: Fix building compiler-rt on MSVCAlex Crichton-5/+19
2015-05-19mk: Add build system support for cl.exeAlex Crichton-3/+3
2015-05-19mk: Correct names of installed libs on windowsAlex Crichton-6/+1
2015-04-28test: Fix some tests to run with muslAlex Crichton-2/+2
2015-04-27mk: Add support for musl-based buildsAlex Crichton-1/+20
2015-04-08configure: Add --enable-debug-jemallocBrian Anderson-0/+4
2015-02-10Remove duplicated configuration for androidEunji Jeong-3/+1
2015-01-20Initial support for aarch64-linux-androidEunji Jeong-0/+2
2014-12-24mk: Build jemalloc with -ffunction-sectionsAlex Crichton-1/+1
2014-12-22Removed unused context-switching assembly code.Maya Nitu-3/+2
2014-11-20mk/rt: use CFG_LLVM_TARGET instead of plain target when calling llcCody P Schafer-1/+1
2014-11-17mk/rt/jemalloc: pass CFG_GCCISH_CFLAGS inside CC instead of passing CFG_CFLAG...Cody P Schafer-2/+2
2014-11-04Implement flexible target specificationCorey Richardson-1/+1
2014-10-20mk/rt: "export CC" does not seem to work (gcc observed), use explicit shell v...Cody P Schafer-6/+5
2014-10-02remove the uv_support codeDaniel Micay-2/+1
2014-10-01Remove libuv, gypAaron Turon-136/+1
2014-09-22Copy GYP environment variables on iOSMatt Coffin-0/+3
2014-09-22Ensure that compiler environment is passed to gypMatt Coffin-0/+3
2014-09-14mk: Don't depend on src/jemalloc/VERSIONAlex Crichton-0/+4
2014-09-07enable jemalloc debugging in unoptimized buildsDaniel Micay-1/+1
2014-07-29Port Rust to DragonFlyBSDMichael Neumann-1/+5
2014-07-23mk: Remove extra whitespace before line continuation backslashesBirunthan Mohanathas-3/+3
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