about summary refs log tree commit diff
path: root/mk
AgeCommit message (Expand)AuthorLines
2013-08-20auto merge of #8563 : graydon/rust/2013-08-16-condition-tutorial, r=catamorphismbors-1/+12
2013-08-19auto merge of #8584 : thestinger/rust/jemalloc, r=graydonbors-2/+2
2013-08-19doc: add condition tutorialGraydon Hoare-1/+12
2013-08-17Revert "Turn off jemalloc"Daniel Micay-2/+2
2013-08-17auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brsonbors-2/+0
2013-08-17Deny warnings in stage1+ libsyntax/librustc/librustdoc/librusti/librustErick Tryzelaar-5/+5
2013-08-16rt: Remove rust_stackBrian Anderson-1/+0
2013-08-16rt: Remove rust_envBrian Anderson-1/+0
2013-08-14auto merge of #8469 : gifnksm/rust/tutorial-ja, r=graydonbors-1/+15
2013-08-13tutorial: Add Japanese translationgifnksm-1/+14
2013-08-12doc: Add -M and -L option to po4agifnksm-0/+1
2013-08-11Allow disabling optimizations in tests onlyAlex Crichton-1/+9
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-10/+1
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-10/+1
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-1/+3
2013-08-09rustpkg: Simplify the PkgId structTim Chevalier-1/+2
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-1/+1
2013-08-08Makefiles: make rustpkgtest depend on rustpkg executableTim Chevalier-0/+1
2013-08-07mk: test.mk fix to specify ADB variables not adbYoung-il Choi-1/+1
2013-08-07mk: install.mk fix to specify ADB variables not adbYoung-il Choi-1/+1
2013-08-05Warn when using -o option on libraries. Closes #6554.Michael Sullivan-8/+8
2013-08-04Add support for vanilla linux on arm.Luqman Aden-5/+31
2013-08-04Try to fix a periodic windows build failure due to broken rwildcard macroBrian Anderson-1/+3
2013-08-02auto merge of #8202 : pnkfelix/rust/fsk-issue8056-make-crates-must-dep-on-sub...bors-1/+7
2013-08-02Make crate tests depend on their extern crates. Reorder TEST_HOST_CRATES in ...Felix S. Klock II-1/+7
2013-08-01mk/tests.mk: remove mention of nonexistent filesEtienne Millon-6/+1
2013-08-01mk/tests.mk: fix typo "srcrustllvm"Etienne Millon-2/+2
2013-07-30auto merge of #8111 : brson/rust/no-bench, r=graydonbors-4/+8
2013-07-29mk: Add NO_BENCH variable for turning off the --bench flagBrian Anderson-0/+4
2013-07-29mk: Rename CTEST_BENCH to TEST_BENCHBrian Anderson-4/+4
2013-07-29mk: Fix NO_REBUILD so stdtest can be tested without re-bootstrapping. Closes ...Brian Anderson-4/+2
2013-07-26auto merge of #7820 : pnkfelix/rust/fill-in-some-missing-rustc-lib-dependence...bors-16/+20
2013-07-24Tests select when to use --cfg debug, regardless of configure settings.Felix S. Klock II-1/+5
2013-07-22Allow all warnings in stage0 to account for bugsAlex Crichton-2/+1
2013-07-19mk: Remove CFG_INSTALL_SNAP logic. #2664Brian Anderson-5/+0
2013-07-17auto merge of #7829 : graydon/rust/codegen-compiletests, r=cmrbors-0/+22
2013-07-17make: turn off --bench when running under valgrindGraydon Hoare-2/+5
2013-07-17Add project information to l10n templates.OGINO Masanori-1/+4
2013-07-16Add configure and make machinery to activate perf metrics and ratchets.Graydon Hoare-0/+19
2013-07-16Add dependence arc from running rustc to its libraries.Felix S. Klock II-16/+20
2013-07-14auto merge of #7796 : thomaslee/rust/issue-6247, r=z0w0bors-0/+1
2013-07-14Install librustllvm.so to target lib directoryTom Lee-0/+1
2013-07-14auto merge of #7778 : tedhorst/rust/manuninstall, r=cmrbors-0/+4
2013-07-13remove new man pages on make uninstallTed Horst-0/+4
2013-07-13Add CONTRIBUTING.md and RELEASES.txt to release tarball. Closes #7561.Birunthan Mohanathas-0/+2
2013-07-11wire up makefile to run codegen tests and add one to startGraydon Hoare-1/+18
2013-07-11auto merge of #7632 : gavinb/rust/7484_manpages, r=cmrbors-2/+5
2013-07-10auto merge of #7637 : pnkfelix/rust/fsk-guard-against-stale-libraries-issue32...bors-69/+175
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-11/+11
2013-07-09Fix #3225: Incorporate feedback from Graydon.Felix S. Klock II-113/+132