about summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2013-12-07Fix the linked targets for rustcAlex Crichton-1/+1
2013-12-06Link rustllvm statically, and distribute a static snapshotAlex Crichton-1/+2
2013-12-03Tidy up a few problems with run-make testsAlex Crichton-2/+2
2013-11-30auto merge of #10731 : chris-morgan/rust/fix-double-slashing, r=metajackbors-1/+1
2013-11-30Test fixes and merge conflictsAlex Crichton-2/+3
2013-11-29Add a new run-make test directoryAlex Crichton-2/+37
2013-11-29Add generation of static libraries to rustcAlex Crichton-0/+4
2013-11-30Fix double slashes in make paths.Chris Morgan-1/+1
2013-11-03Remove all blocking std::os blocking functionsAlex Crichton-3/+3
2013-11-02Statically link libuv to librustuvAlex Crichton-2/+5
2013-11-01configure: Fix passing multiple target and host triples.Luqman Aden-3/+3
2013-10-30auto merge of #10164 : brson/rust/configure, r=brsonbors-45/+45
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-0/+11
2013-10-29support for GNU configure syntaxHeather-45/+45
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-2/+12
2013-10-22rustpkg: Support arbitrary dependencies in the install APITim Chevalier-0/+1
2013-10-18Remove jemalloc from the runtimeAlex Crichton-1/+0
2013-10-16drop the linenoise libraryDaniel Micay-3/+0
2013-10-16remove the rusti commandDaniel Micay-10/+2
2013-10-10rust / build: Remove the `rust` toolTim Chevalier-11/+1
2013-09-30Expand tidy to prevent binaries from being checkedAlex Crichton-0/+9
2013-09-25rustdoc: Add sundown to src/rt/Alex Crichton-2/+5
2013-09-22rustdoc: Out with the old, in with the newAlex Crichton-9/+1
2013-09-20Invert --cfg debug to --cfg ndebugAlex Crichton-1/+1
2013-09-16Add the rustdoc_ng binary to the makefile rulesAlex Crichton-1/+9
2013-09-05Don't run lint over gyp files (they just fail anyway)Alex Crichton-0/+1
2013-08-30auto merge of #8886 : cmr/rust/test-restructure, r=cmrbors-5/+4
2013-08-30Revert "src/test/bench: restructure"Corey Richardson-2/+2
2013-08-30Revert "Teach the makefile to use multiple src-base's"Corey Richardson-3/+2
2013-08-29auto merge of #8819 : vadimcn/rust/unit-tests, r=brsonbors-1/+2
2013-08-28Teach the makefile to use multiple src-base'sCorey Richardson-2/+3
2013-08-28src/test/bench: restructureCorey Richardson-2/+2
2013-08-28Added libstd and libextra unit tests to check-fast target.Vadim Chugunov-1/+2
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-4/+12
2013-08-22Don't attempt to run tidy over libuv or llvmAlex Crichton-0/+2
2013-08-22auto merge of #8642 : sanxiyn/rust/arm-test, r=catamorphismbors-6/+9
2013-08-20enable tests for the container tutorialDaniel Micay-1/+1
2013-08-20Android: Run benchmarks and copy metricsSeo Sanghyeon-1/+3
2013-08-20Android: Change directory before running testsSeo Sanghyeon-6/+7
2013-08-19doc: add condition tutorialGraydon Hoare-1/+2
2013-08-11Allow disabling optimizations in tests onlyAlex Crichton-1/+9
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-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