about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2014-02-20mk: Fix --llvm-root finding toolsAlex Crichton-0/+4
2014-02-20auto merge of #12398 : alexcrichton/rust/rlibs-and-dylibs-2, r=cmrbors-4/+0
2014-02-20move extra::test to libtestLiigo Zhuang-3/+5
2014-02-19Tweak how preference factors into linkageAlex Crichton-4/+0
2014-02-18mk: Fix the regexp of SHOW_DOCSVirgile Andreani-4/+4
2014-02-17Added more scripts to tidy checkDerek Guenther-0/+10
2014-02-17auto merge of #12284 : brson/rust/install, r=alexcrichtonbors-141/+234
2014-02-16Address review feedbackBrian Anderson-29/+40
2014-02-15mk: Fix typo, NO_MAKEFILE_DEPS -> NO_MKFILE_DEPSBrian Anderson-1/+1
2014-02-15mk: Remove check-notidy, check-full, check-testBrian Anderson-10/+0
2014-02-15mk: Remove old flags to llc for arm.Luqman Aden-1/+1
2014-02-15mk: Base the windows dist target on prepare.mkBrian Anderson-3/+15
2014-02-15mk: Fix a dist bugBrian Anderson-1/+1
2014-02-15mk: Base the install target on prepare.mkBrian Anderson-137/+26
2014-02-15mk: Add prepare.mkBrian Anderson-0/+181
2014-02-14mk: Address review feedbackBrian Anderson-8/+20
2014-02-14mk: Move version info to top of main.mkBrian Anderson-22/+33
2014-02-14mk: Improve build system help commandsBrian Anderson-3/+19
2014-02-14mk: Add NO_MKFILE_DEPS for turning off rebuild from makefile changesBrian Anderson-0/+4
2014-02-14mk: Move most of Makefile.in to .mk filesBrian Anderson-0/+492
2014-02-14auto merge of #12267 : alexcrichton/rust/rollup, r=alexcrichtonbors-3/+3
2014-02-14Add MKFILE_DEPS to compiler-rt targetAlex Crichton-1/+1
2014-02-14Removed libextra dependency from libsyntax.HeroesGrave-2/+2
2014-02-14auto merge of #12207 : alexcrichton/rust/up-llvm, r=sfacklerbors-3/+3
2014-02-14Upgrade LLVMAlex Crichton-3/+3
2014-02-14auto merge of #12192 : luqmana/rust/fix-cross, r=alexcrichtonbors-9/+11
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-3/+4
2014-02-13mk: Fix non-android cross builds.Luqman Aden-9/+11
2014-02-13mk: make NO_REBUILD more forceful and more general.Huon Wilson-12/+22
2014-02-13Include compiler-rt in the distribution tarballsAlex Crichton-1/+1
2014-02-11Build compiler-rt and link it to all crates, similarly to morestack.Vadim Chugunov-1/+44
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-1/+1
2014-02-11Factoring bigint, rational, and complex out of libextra into libnum.Felix S. Klock II-1/+2
2014-02-10Move fourcc to HOST_CRATESAlex Crichton-2/+2
2014-02-10auto merge of #12084 : alexcrichton/rust/codegen-opts, r=cmrbors-3/+3
2014-02-10Consolidate codegen-related compiler flagsAlex Crichton-3/+3
2014-02-09mk: Replace 'compile_and_link' with 'oxidize'Brian Anderson-5/+5
2014-02-08Converted fourcc! to loadable syntax extensionDerek Guenther-1/+2
2014-02-08auto merge of #12114 : brson/rust/faqs, r=cmrbors-6/+0
2014-02-08make: update dist target after libextra splitLuca Bruno-9/+2
2014-02-08make: update dist target for renamed filesLuca Bruno-1/+1
2014-02-08doc: Modernize FAQs just slightlyBrian Anderson-6/+0
2014-02-07auto merge of #12099 : alexcrichton/rust/rpath-tests, r=thestingerbors-2/+4
2014-02-07auto merge of #12094 : adridu59/rust/licensing, r=brsonbors-6/+17
2014-02-07Set the LD_LIBRARY_PATH when running testsAlex Crichton-2/+4
2014-02-07doc: add license information for gen. filesAdrien Tétar-6/+17
2014-02-07Added tests to make tidyDerek Guenther-1/+0
2014-02-06auto merge of #12010 : HeroesGrave/rust/libcollection, r=alexcrichtonbors-6/+8
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-6/+8
2014-02-06auto merge of #12076 : alexcrichton/rust/rpath-makefile-dep, r=thestingerbors-3/+4