summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2013-03-31auto merge of #5649 : thestinger/rust/lib, r=brsonbors-4/+4
2013-03-31install.mk: use INSTALL_LIB for all librariesDaniel Micay-4/+4
2013-03-31mark the assembly object stacks as non-executableDaniel Micay-5/+3
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-3/+11
2013-03-21stop installing empty .so filesDaniel Micay-10/+0
2013-03-19auto merge of #5350 : yichoi/rust/pull-0313-2, r=graydon,pcwaltonbors-35/+35
2013-03-18mk: If NO_REBUILD is set then don't rebuild core/std before testingBrian Anderson-3/+11
2013-03-14auto merge of #5355 : yichoi/rust/pull-0314, r=graydonbors-1/+1
2013-03-14mk: rt.mk ar desinated by target-triplesYoung-il Choi-1/+1
2013-03-13mk: target triple rename arm-unknown-android->arm-linux-androideabiYoung-il Choi-35/+35
2013-03-12Disable debuginfo tests on mac since gdb requires rootBrian Anderson-0/+4
2013-03-08mk: cleanup - minor fixes for android checkILyoan-2/+2
2013-03-06mk: Cleanup. Minor fixesBrian Anderson-135/+127
2013-03-05mk: --android-cross-path to rustcYoung-il Choi-0/+1
2013-03-04mk: install/uninstall for multiple targetYoung-il Choi-2/+22
2013-03-04mk: platform.mk typo UNIXYYoung-il Choi-8/+8
2013-03-04mk: platform.mk more flags addedYoung-il Choi-8/+30
2013-03-04mk: Restore toolchain config for i386 mac/linux, and freebsdBrian Anderson-0/+39
2013-03-04mk: rt.mk fix for libuv cross compileYoung-il Choi-4/+4
2013-03-02mk: cleanup - lib and executable suffix handlingYoung-il Choi-314/+329
2013-03-02mk: Cross-compile fixesBrian Anderson-46/+46
2013-03-02mk: mingw32 fixYoung-il Choi-3/+3
2013-03-01mk: mingw32 flags addedYoung-il Choi-62/+69
2013-02-27mk: rewrite make filesYoung-il Choi-282/+297
2013-02-21mk: Refactor platform.mk a bitBrian Anderson-81/+77
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-104/+122
2013-02-19Attempt to solve make check test ambiguity betwen crate 'rust' and extratecte...Marvin Löbel-4/+4
2013-02-18Added rust convenience tool similar to go's go toolMarvin Löbel-2/+57
2013-02-15Rename cargo to rustpkg and start over freshZack Corr-33/+33
2013-02-14move isaac RNG utility functions to new rust_rng.cpp fileChris Peterson-0/+1
2013-02-12auto merge of #4876 : brson/rust/debuginfo, r=brsonbors-3/+31
2013-02-10mk: Run debuginfo tests by default, but only if gdb is availableBrian Anderson-1/+19
2013-02-10mk: TypoBrian Anderson-1/+1
2013-02-10build: add link flag for freebsd libuv buildJeff Olson-0/+4
2013-02-10build: change libuv to point at joyent's repo and make unpatched build libuv ...Jeff Olson-2/+2
2013-02-10build: ifdef for mingw/non-mingw buildsJeff Olson-5/+8
2013-02-10build: tweak rt.mk, as per graydon.. CFLAGS had to stayJeff Olson-7/+8
2013-02-10etc: rework of how libuv is integrated into the buildJeff Olson-7156/+6
2013-02-09Add debug info testsBrian Leibig-2/+12
2013-02-07Merge pull request #4619 from brson/exchangeBrian Anderson-0/+1
2013-02-07auto merge of #4814 : brson/rust/check, r=nikomatsakisbors-690/+345
2013-02-06doc: improvements to version-stamp makefile logic.Graydon Hoare-4/+6
2013-02-06Rewrite the exchange allocator to work without an active scheduler. #4457Brian Anderson-0/+1
2013-02-06Make foreign calls work outside of tasks. #4451Brian Anderson-3/+0
2013-02-06mk: Add output files to tests so they don't rerun unnecessarilyBrian Anderson-15/+29
2013-02-05mk: Don't check core/std/rustc as part of check-fastBrian Anderson-3/+0
2013-02-05mk: Parameterize tests.mk to the maxBrian Anderson-687/+331
2013-02-01rt: Remove circular_bufferBrian Anderson-1/+0
2013-02-01rt: Remove portsBrian Anderson-2/+0
2013-01-31mk: Remove USE_SNAPSHOT_RT, etc. Obsolete. #4713 r=graydonBrian Anderson-125/+0