about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2017-01-15Mark the pushpop_unsafe feature as "removed"est31-1/+1
2017-01-15Remove the safe_suggestion featureest31-1/+1
2017-01-12Use a whitelist and print nice hintsest31-12/+26
2017-01-12Automatically treat test files "feature-gate-$f.rs" as gate tests for feature $fest31-0/+16
2017-01-12Don't require gate tests for removed featuresest31-2/+4
2017-01-12Add gate-test- to some already existing testsest31-1/+1
2017-01-12Require compile-fail tests for new lang featuresest31-1/+71
2017-01-12Use only one feature struct, and use hash maps in both occasionsest31-18/+11
2017-01-06compiletest: Fix flaky Android gdb test runsAlex Crichton-42/+39
2016-12-31Auto merge of #38482 - est31:i128, r=eddybbors-0/+2
2016-12-31Auto merge of #38709 - alexcrichton:check-xsv, r=nikomatsakisbors-0/+6
2016-12-30cargotest: Add xsv to tested cratesAlex Crichton-0/+6
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-1/+5
2016-12-30Always use Rust based intrinsics on Windowsest31-0/+2
2016-12-29A few small test fixes and such from rollupAlex Crichton-8/+1
2016-12-29Rollup merge of #38695 - alexcrichton:debug-appveyor, r=brsonAlex Crichton-0/+38
2016-12-29Rollup merge of #38647 - alexcrichton:faster-android, r=brsonAlex Crichton-1/+18
2016-12-29Rollup merge of #37149 - edunham:more-cargotest, r=alexcrichtonAlex Crichton-13/+38
2016-12-29appveyor: Attempt to debug flaky test runsAlex Crichton-0/+38
2016-12-29Fixes for new cargo test reposAlex Crichton-42/+38
2016-12-29Add some more repos to cargotestE. Dunham-1/+30
2016-12-29Fallout from updating bootstrap CargoAlex Crichton-0/+1
2016-12-27compiletest: Don't limit all suites on AndroidAlex Crichton-1/+18
2016-12-20mk: Fix compile with makefilesAlex Crichton-4/+10
2016-12-20Rollup merge of #38451 - semarie:openbsd-rustbuild, r=alexcrichtonAlex Crichton-1/+4
2016-12-20Rollup merge of #38289 - bluss:mir-verbose-test-fail, r=michaelwoeristerAlex Crichton-5/+19
2016-12-19Rollup merge of #38422 - zackmdavis:enjoy_tidy_path_error_macro_nicety, r=blussSeo Sanghyeon-1/+1
2016-12-18Auto merge of #38051 - sanxiyn:unused-type-alias-3, r=eddybbors-1/+1
2016-12-18Update commit hash in cargotestSeo Sanghyeon-1/+1
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-1/+4
2016-12-16tidy features: use 2-parameter form of internal try macro for open errZack M. Davis-1/+1
2016-12-14libtest: add --list option to list tests and benchmarksJeremy Fitzhardinge-0/+1
2016-12-14Auto merge of #38181 - jsgf:test-filter-exact, r=alexcrichtonbors-0/+7
2016-12-10Check the license of vendored depsBrian Anderson-0/+75
2016-12-10compiletest: A more verbose matching failure for mir testsUlrik Sverdrup-5/+19
2016-12-05libtest: add --exact to make filter matching exactJeremy Fitzhardinge-0/+7
2016-11-30Update the bootstrap compilerAlex Crichton-8/+0
2016-11-17Improved error reporting when target sysroot is missing.Robert Vally-2/+12
2016-11-10compiletest: detect nodejs binary, allow overrideMark-Simulacrum-2/+5
2016-11-08rustbuild: Tweak for vendored dependenciesAlex Crichton-85/+33
2016-11-05Merge branch 'gdb-next-gen' of https://github.com/TimNN/rust into rollupAlex Crichton-92/+199
2016-11-05ignore gdb check for androidTim Neumann-5/+6
2016-11-01std: Flatten the num directory to reflect the module layoutBrian Anderson-2/+2
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-5/+4
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-1/+0
2016-11-01std: Move platform-specific code out of libstd/lib.rsBrian Anderson-3/+3
2016-11-01std: Move a plattform-specific constant to sys::stdioBrian Anderson-1/+0
2016-11-01std: Move elf TLS to sys::fast_thread_localBrian Anderson-1/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-42/+42
2016-10-31detect gdb version & rust support in compiletestTim Neumann-76/+162