summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-3/+17
2013-09-23Add rustpkg tutorial to the official tutorials.Steve Klabnik-0/+10
2013-09-22Place *all* rustdoc output in doc/{crate}Alex Crichton-1/+2
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-91/+7
2013-09-23Remove the C(++) ISAAC Rng from the old rt.Huon Wilson-1/+0
2013-09-21Fix the dependencies of rustdoc_ng doc generationAlex Crichton-6/+6
2013-09-20Implement a web backend for rustdoc_ngAlex Crichton-0/+15
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-1/+1
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-18auto merge of #9277 : crabtw/rust/mips, r=brsonbors-2/+3
2013-09-18auto merge of #9254 : vadimcn/rust/fix-mingw-v4, r=brsonbors-3/+4
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