about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-1/+2
2014-05-13docs: Add a not found pageRicho Healey-1/+1
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-11make sure jemalloc valgrind support is enabledDaniel Micay-2/+3
2014-05-11mk: Bundle jemalloc with make distAlex Crichton-1/+1
2014-05-11pass correct CFLAGS for jemallocDaniel Micay-1/+15
2014-05-10add back jemalloc to the treeDaniel Micay-6/+52
2014-05-08auto merge of #13985 : alexcrichton/rust/libfmt, r=brsonbors-2/+3
2014-05-08std: Extract format string parsing out of libstdAlex Crichton-2/+3
2014-05-07mk: Fix make installAlex Crichton-2/+4
2014-05-07auto merge of #13726 : michaelwoerister/rust/lldb-autotests, r=alexcrichtonbors-12/+30
2014-05-07auto merge of #13901 : alexcrichton/rust/facade, r=brsonbors-5/+10
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-12/+30
2014-05-07mk: Add libcoreAlex Crichton-5/+10
2014-05-07auto merge of #13832 : alexcrichton/rust/cfail-full, r=brsonbors-1/+12
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-37/+20
2014-05-06Lower armhf target feature to v6.Luqman Aden-1/+1
2014-05-03rustdoc: Enable the footnote markdown extensionAlex Crichton-4/+5
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-13/+15
2014-05-03rustdoc: Fix inclusion of the new fontsAlex Crichton-20/+0
2014-05-02Add a `graphviz` crate for making .dot files to layout and render graphs.Felix S. Klock II-1/+2
2014-04-29mk: Depend on regex_macros for tests appropriatelyAlex Crichton-0/+10
2014-04-28test: Add a compile-fail-fulldeps test suiteAlex Crichton-1/+12
2014-04-25auto merge of #13744 : adrientetar/rust/derp, r=brsonbors-0/+20
2014-04-25doc,rustdoc: store webfonts locallyAdrien Tétar-0/+20
2014-04-25mk: Copy fewer libraries into the host artifactsAndrew Gallant-4/+1
2014-04-25Add a regex crate to the Rust distribution.Andrew Gallant-2/+4
2014-04-23auto merge of #13584 : rcxdude/rust/cross-syntax-ext, r=alexcrichtonbors-3/+1
2014-04-23Enable use of syntax extensions when cross compiling.Douglas Young-3/+1
2014-04-22Upgrade compiler-rtVadim Chugunov-2/+2
2014-04-19mk: Pass exact compile to rustc on cross compilesAlex Crichton-1/+4
2014-04-18auto merge of #13513 : alexcrichton/rust/up-llvm, r=brsonbors-4/+14
2014-04-17llvm: Add an option to statically link libstdc++Alex Crichton-4/+14
2014-04-17mk/tests.mk: Fix a typo causing make to give compiletest the wrong rt build d...Richard Diamond-1/+1
2014-04-15mk: Change windows to install from stage2Alex Crichton-6/+0
2014-04-15dist: Make Windows installer uninstall first. Closes #9563Brian Anderson-1/+1
2014-04-15auto merge of #13416 : brson/rust/30min, r=alexcrichtonbors-1/+1
2014-04-11mk: Fix rpath on cross compile buildsAlex Crichton-4/+32
2014-04-10rustc: Remove absolute rpathsAlex Crichton-4/+0
2014-04-10mk: Add a dummy CFG_COMPILER_HOST_TRIPLE to rustdoc invocation.Kang Seonghoon-0/+1
2014-04-09doc: Add "A 30-minute Introduction to Rust"Brian Anderson-1/+1
2014-04-08Made 'make install' include libs for additional targetsDmitry Promsky-15/+23
2014-04-06mk: Pass the name of the make command to maketest.pyBrian Anderson-0/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-61/+4
2014-04-06auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,mebors-2/+2
2014-04-05auto merge of #13260 : pnkfelix/rust/fsk-fix-13247, r=alexcrichtonbors-8/+36
2014-04-05Fix android problems with newly fixed rpass-full variable definition.Felix S. Klock II-7/+35
2014-04-04Add stdlib docs to the Linux binary tarball.Huon Wilson-1/+2
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+2
2014-04-04auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonwbors-2/+2