about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2014-02-06auto merge of #12039 : alexcrichton/rust/no-conditions, r=brsonbors-7/+1
2014-02-06Don't include rpath lines in dependency listsAlex Crichton-3/+4
2014-02-06Remove std::conditionAlex Crichton-7/+1
2014-02-06auto merge of #12020 : alexcrichton/rust/output-flags, r=brsonbors-2/+2
2014-02-06Redesign output flags for rustcAlex Crichton-2/+2
2014-02-06Move getopts out of extraArcterus-5/+7
2014-02-05pull extra::{serialize, ebml} into a separate libserialize crateJeff Olson-6/+7
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-4/+5
2014-02-04auto merge of #12018 : alexcrichton/rust/triage, r=sfacklerbors-3/+4
2014-02-04Run all target crate tests on the windows/try botsAlex Crichton-3/+4
2014-02-04extra: Move uuid to libuuidBirunthan Mohanathas-1/+2
2014-02-03Move semver out of libextra.OGINO Masanori-1/+2
2014-02-02Move term, terminfo out of extra.xales-3/+4
2014-02-02Rewrite the doc makefile for doc => src/docAlex Crichton-62/+64
2014-02-02Remove VPATH usage in MakefilesAlex Crichton-4/+6
2014-02-02Remove rustpkg.Corey Richardson-31/+2
2014-01-29auto merge of #11879 : thestinger/rust/frame-pointer, r=alexcrichtonbors-7/+0
2014-01-29auto merge of #11867 : dmanescu/rust/8784-arena-glob, r=huonwbors-2/+4
2014-01-29auto merge of #11903 : alexcrichton/rust/android-test-deps, r=huonwbors-24/+12
2014-01-29Fix android test depsAlex Crichton-24/+12
2014-01-29extra: move glob to libglobDavid Manescu-1/+2
2014-01-29extra: move arena to libarenaDavid Manescu-2/+3
2014-01-28Add a missing backslash to a makefileAlex Crichton-8/+1
2014-01-28mk: remove -fno-omit-frame-pointerDaniel Micay-7/+0
2014-01-27Depend on libnative when testingAlex Crichton-1/+2
2014-01-26auto merge of #11787 : alexcrichton/rust/refactor, r=brsonbors-859/+524
2014-01-26Move extra::flate to libflateAlex Crichton-6/+9
2014-01-26Removed all instances of XXX in preparation for relaxing of FIXME ruleSalem Talha-1/+1
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-857/+519
2014-01-18auto merge of #11619 : adridu59/rust/patch-md, r=cmrbors-7/+8
2014-01-17test: Add the ability to force a host targetAlex Crichton-1/+2
2014-01-17doc: fix version stamp for TeX filesAdrien Tétar-7/+8
2014-01-15Only build LLVM tools Rust needs.Vadim Chugunov-1/+1
2014-01-14auto merge of #11521 : dguenther/rust/hide_libdir_relative, r=alexcrichtonbors-5/+5
2014-01-14Renamed LIBDIR_RELATIVE to CFG_LIBDIR_RELATIVEDerek Guenther-5/+5
2014-01-13auto merge of #11501 : alexcrichton/rust/dox, r=brsonbors-2/+8
2014-01-13dox: Write a guide to the rust runtimeAlex Crichton-2/+8
2014-01-13mk: Make TESTNAME and VERBOSE work with android. Closes #10957Brian Anderson-8/+8
2014-01-11doc: build the docs for librustpkgKevin Ballard-1/+3
2014-01-11Trim src/ README, bring back version_info everywhereAdrien Tétar-2/+2
2014-01-11auto merge of #11461 : alexcrichton/rust/rustdoc-fixes, r=brsonbors-0/+1
2014-01-10doc: build the docs for librustuvAlex Crichton-0/+1
2014-01-10fix uninstall target with configurable rustlib directoryTed Horst-1/+1
2014-01-09Register new snapshotsAlex Crichton-20/+3
2014-01-08auto merge of #11407 : alexcrichton/rust/fix-snap, r=brsonbors-0/+4
2014-01-08Fix the snapshot and cross compilationAlex Crichton-0/+4
2014-01-07mk: Start testing the cheatsheetBrian Anderson-0/+1
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-6/+13
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-10/+8
2014-01-06auto merge of #11355 : alexcrichton/rust/read-waits-forever, r=brsonbors-24/+20