about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2016-05-28Auto merge of #33848 - alexcrichton:android-gdb-sysroot, r=michaelwoeristerbors-5/+6
2016-05-25trans: save metadata even with -Z no-trans.Eduard Burtescu-0/+7
2016-05-24test: Use `set sysroot` for more NDK compatibilityAlex Crichton-5/+6
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-21/+33
2016-05-18pass revision and incr_comp directory to auxbuildNiko Matsakis-10/+40
2016-05-17Improve a few errors and fix #33366Jonathan Turner-19/+28
2016-05-17De-emph minimized spans, add better debugging outputJonathan Turner-7/+10
2016-05-16Auto merge of #33588 - nikomatsakis:compiletest-ui, r=acrichtobors-1/+175
2016-05-16pacify the mercilous tidyNiko Matsakis-1/+2
2016-05-13dump outputs, diff on UI test failureNiko Matsakis-14/+98
2016-05-13add UI testing frameworkNiko Matsakis-1/+90
2016-05-11Use symlink_metadata in tidy to avoid panicking on broken symlinks.Eduard Burtescu-1/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-0/+3
2016-05-08Auto merge of #33365 - birkenfeld:makehelpfix, r=alexcrichtonbors-1/+1
2016-05-08Auto merge of #33414 - Nercury:master, r=alexcrichtonbors-4/+4
2016-05-08Rollup merge of #33404 - gsquire:cargo-lock, r=alexcrichtonManish Goregaokar-0/+45
2016-05-08Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrcbors-3/+1
2016-05-08Auto merge of #33130 - eddyb:mir-const, r=nikomatsakisbors-0/+5
2016-05-07Always remove tmp/partitioning-tests before check-codegen-units to work aroun...Eduard Burtescu-0/+5
2016-05-07Rollup merge of #33438 - birkenfeld:dup-words, r=steveklabnikSteve Klabnik-1/+1
2016-05-07Check for both arm and armv7 android targets in runtest.Nerijus Arlauskas-4/+4
2016-05-06s/aux/auxiliary, because windowsNiko Matsakis-3/+3
2016-05-06kill the old auxiliary directoryNiko Matsakis-5/+0
2016-05-06move auxiliary builds to a test-relative `aux`Niko Matsakis-44/+61
2016-05-06tweak incremental commentNiko Matsakis-9/+9
2016-05-06move free functions in runtest into methodsNiko Matsakis-1732/+1692
2016-05-06use methods for EarlyProps and TestPropsNiko Matsakis-214/+220
2016-05-06refactor interface of make_compile_argsNiko Matsakis-21/+26
2016-05-06Auto merge of #33225 - michaelwoerister:fix-debuginfo-struct-ns, r=eddybbors-47/+51
2016-05-05Fix some some duplicate words.Georg Brandl-1/+1
2016-05-04add a check to make tidy to ensure cargo lock file is updatedGarrett Squire-0/+45
2016-05-03mk: Pass CFLAGS for target, not hostAlex Crichton-0/+5
2016-05-04Update commit hash in cargotestSeo Sanghyeon-1/+1
2016-05-03Make runtest::check_debugger_output() handle wildcards at end.Michael Woerister-47/+51
2016-05-03Remove unused trait imports flagged by lintSeo Sanghyeon-2/+0
2016-05-03Makefile: there is only one tidy target nowGeorg Brandl-1/+1
2016-05-02adapt JSON to new modelNiko Matsakis-11/+36
2016-04-28Auto merge of #33093 - alexcrichton:rustbuild-rmake, r=nikomatsakisbors-17/+153
2016-04-28test: Move run-make tests into compiletestAlex Crichton-17/+153
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-7/+7
2016-04-23Auto merge of #33084 - alexcrichton:osx-python-sanity, r=michaelwoeristerbors-6/+11
2016-04-22Fix filepath check for macro backtraceJonathan Turner-1/+1
2016-04-21Fix for filepath for cfail tests in windowsJonathan Turner-1/+4
2016-04-22Fix tidy for the new syntax of feature declarations in libsyntax.Leo Testard-7/+7
2016-04-21add serialize as a dep for compiletestNiko Matsakis-0/+13
2016-04-21move json.rs fileNiko Matsakis-0/+194
2016-04-21improve tidy to give you file that failedNiko Matsakis-4/+9
2016-04-21port compiletest to use JSON outputNiko Matsakis-195/+149
2016-04-19mk: Force system python for LLDB tests on OSXAlex Crichton-6/+11
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-0/+3748