about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2013-10-29Correct prefix / CFG_PREFIX work in configure / install.mkHeather-8/+8
2013-10-29support for GNU configure syntaxHeather-163/+163
2013-10-29Register new snapshotsAlex Crichton-11/+7
2013-10-29Prevent unoptimized rustpkg tests from running out of stack.Jed Davis-0/+11
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-6/+69
2013-10-28auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwaltonbors-2/+0
2013-10-26Rewrite boxed_region/memory_region in RustAlex Crichton-2/+0
2013-10-24rust / build: make install should use explicit permissions when creating dire...Igor Bukanov-5/+9
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-0/+1
2013-10-22auto merge of #10013 : bdash/rust/mavericks-unwinding, r=alexcrichtonbors-2/+2
2013-10-22Fix unwinding on OS X 10.9.Mark Rowe-2/+2
2013-10-21auto merge of #9992 : astrieanna/rust/rm_rusti, r=alexcrichtonbors-2/+1
2013-10-21Remove rusti reference from pp.mkLeah Hanson-2/+1
2013-10-21doc: tidy and cleanup CSS deps, add tutorial PDF generationAdrien Tétar-19/+36
2013-10-19doc: switch pandoc to html5Adrien Tétar-11/+11
2013-10-19auto merge of #9834 : alexcrichton/rust/morestack, r=brsonbors-7/+5
2013-10-19Use __morestack to detect stack overflowAlex Crichton-7/+5
2013-10-18Remove jemalloc from the runtimeAlex Crichton-18/+2
2013-10-17auto merge of #9897 : thestinger/rust/rusti, r=alexcrichtonbors-75/+4
2013-10-16drop the linenoise libraryDaniel Micay-8/+2
2013-10-16remove the rusti commandDaniel Micay-67/+2
2013-10-16Allow stage0 warningsAlex Crichton-3/+3
2013-10-10rust / build: Remove the `rust` toolTim Chevalier-69/+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/+113
2013-10-04auto merge of #9662 : vadimcn/rust/package-runtime-deps, r=brsonbors-0/+1
2013-10-02Package system runtime dependencies into Windows distribution.Vadim Chugunov-0/+1
2013-10-01auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonwbors-1/+1
2013-09-30auto merge of #9617 : crabtw/rust/softfp, r=alexcrichtonbors-1/+1
2013-09-30rustdoc: Add the ability to input jsonAlex Crichton-1/+1
2013-10-01add -Z soft-float optionJyun-Yan You-1/+1
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+9
2013-09-28auto merge of #9542 : pnkfelix/rust/fsk-fix-issue-9531, r=thestingerbors-2/+2
2013-09-28auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmrbors-5/+0
2013-09-27mk: Don't require pandoc to run rustdocAlex Crichton-5/+0
2013-09-27auto merge of #9544 : alexcrichton/rust/clean-docs, r=pnkfelixbors-3/+2
2013-09-27mk: Fully clean out old documentationAlex Crichton-3/+2
2013-09-26Fix for make -j race from #9531 injected by cleanup in b1a22518f0c687db.Felix S. Klock II-2/+2
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