summary refs log tree commit diff
path: root/mk/tests.mk
AgeCommit message (Expand)AuthorLines
2014-01-07mk: Start testing the cheatsheetBrian Anderson-0/+1
2014-01-07auto merge of #11364 : brson/rust/docs, r=alexcrichtonbors-2/+3
2014-01-07Make CFG_LIBDIR configurable. Fixes #5223Jan Niklas Hasse-5/+5
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-2/+3
2014-01-06auto merge of #11118 : jhasse/rust/patch-rustlibdir, r=alexcrichtonbors-1/+1
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-2/+2
2014-01-05Make rustc's own lib directory configurable and change the default to rustlib...Jan Niklas Hasse-1/+1
2014-01-04auto merge of #11307 : vadimcn/rust/test-adb, r=brsonbors-16/+16
2014-01-04Fix android device detection when connected to a remote emulator (in this cas...Vadim Chugunov-16/+16
2014-01-03Change rmake and doc-test to support TESTNAMEAlex Crichton-3/+3
2013-12-26auto merge of #10965 : alexcrichton/rust/libgreen, r=brsonbors-10/+25
2013-12-24mk: Fix doc tests for multiple targetsAlex Crichton-10/+16
2013-12-24std: Get stdtest all passing againAlex Crichton-2/+2
2013-12-24make: Add all the make support for lib{native,green}Alex Crichton-8/+23
2013-12-23mk: Run doc tests as part of 'make check'Alex Crichton-0/+27
2013-12-21auto merge of #11095 : brson/rust/issue-11094, r=alexcrichtonbors-0/+9
2013-12-20mk: Work around problem with run-make tests on multiple targets. #11094Brian Anderson-0/+9
2013-12-18auto merge of #10977 : brson/rust/androidtest, r=brsonbors-11/+8
2013-12-18Make Android tests fail if no device is availableBrian Anderson-11/+8
2013-12-18Add a rustdoc testCorey Richardson-2/+3
2013-12-12Remove dependency on gnustl_shared for android buildsFabrice Desré-2/+0
2013-12-10Add missing sundown dependency to rustdoc tests.Jack Moffitt-1/+2
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