about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2013-09-18fix compilation errors of mips targetJyun-Yan You-2/+3
2013-09-17auto merge of #9241 : alexcrichton/rust/build-rustdoc-ng, r=catamorphismbors-2/+24
2013-09-17The purpose of these headers is to fix issues with mingw v4.0, as described i...Vadim Chugunov-3/+4
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-2/+24
2013-09-16mk: Fix valgrinding with jemallocBrian Anderson-0/+3
2013-09-16auto merge of #9121 : sanxiyn/rust/arm, r=alexcrichtonbors-3/+4
2013-09-16Pass OS to gyp_uvSeo Sanghyeon-3/+4
2013-09-16Finish addition of rustdoc_ng to Makefiles.Felix S. Klock II-2/+26
2013-09-16Add rustdoc_ngCorey Richardson-0/+19
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-11/+26
2013-09-06auto merge of #9017 : vadimcn/rust/rustllvm-build, r=alexcrichtonbors-1/+1
2013-09-06Un-hork the bots by removing intermediate filesAlex Crichton-1/+1
2013-09-05Fixed makefile to point to the new llvm build directory.Vadim Chugunov-1/+1
2013-09-05Don't run lint over gyp files (they just fail anyway)Alex Crichton-0/+1
2013-09-05auto merge of #8975 : alexcrichton/rust/reorganize, r=pnkfelixbors-42/+57
2013-09-04Move the `rt` build directory under $targetAlex Crichton-37/+42
2013-09-04auto merge of #8880 : fhahn/rust/issue_8703, r=brsonbors-1/+0
2013-09-04Convert rust_log.cpp to Rust, closes #8703Florian Hahn-1/+0
2013-09-03Build rustllvm into $target/rustllvmAlex Crichton-5/+5
2013-09-03Move the llvm auto-clean stamp into $target/llvmAlex Crichton-1/+11
2013-09-01small cleanup of previous commit with mucho comments.Felix S. Klock II-4/+14
2013-09-01hypothetical fix for #8865.Felix S. Klock II-3/+6
2013-08-30auto merge of #8886 : cmr/rust/test-restructure, r=cmrbors-5/+4
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-2/+2
2013-08-30Revert "Teach the makefile to use multiple src-base's"Corey Richardson-3/+2
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-1/+2
2013-08-29auto merge of #8458 : cmr/rust/test-restructure, r=brsonbors-4/+5
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-36/+10
2013-08-29auto merge of #8848 : ILyoan/rust/mk_libuv, r=cmrbors-0/+9
2013-08-29auto merge of #8838 : brson/rust/rvfpelim, r=alexcrichtonbors-2/+7
2013-08-29mk: Fix libuv makefile generation on androidIlyong Cho-0/+9
2013-08-28Revert "auto merge of #8695 : thestinger/rust/build, r=pcwalton"Brian Anderson-2/+7
2013-08-28Fix compilation issues with libuv on OSXAlex Crichton-1/+6
2013-08-28Teach the makefile to use multiple src-base'sCorey Richardson-2/+3
2013-08-28src/test/bench: restructureCorey Richardson-2/+2
2013-08-28Run gyp_uv with CFG_PYTHON instead of directlyAlex Crichton-1/+1
2013-08-28Added libstd and libextra unit tests to check-fast target.Vadim Chugunov-1/+2
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-24auto merge of #8722 : graydon/rust/2013-08-23-test-shard, r=msullivanbors-4/+12
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
2013-08-23rt: Remove timerBrian Anderson-1/+0
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-4/+12